Re: !NoteWorthyComposerClip(2.0,Single) copy and paste error?
Reply #2 –
Hmm,
I think I may be able to explain this...
When you select a single object and copy and paste it into, say, Notepad, you get something like this:
|Rest|Dur:Whole|Opts:Stem=Down|Color:0|Visibility:Default
When you copy and paste multiple objects you get something like this:
!NoteWorthyComposerClip(2.0,Single)
|Bar
|Rest|Dur:Whole|Opts:Stem=Down
!NoteWorthyComposerClip-End
Note the differences:
The second ADDS 2 lines:
!NoteWorthyComposerClip(2.0,Single)
!NoteWorthyComposerClip-End
And removes some detail (defaults information) from (in this case) the Rest line (it was the same rest in both cases):
|Rest|Dur:Whole|Opts:Stem=Down|Color:0|Visibility:Default
The find by expression field is a single line - you cannot paste multiple objects into it because each object takes up its own line, terminated with a CRLF (Carriage Return Line Feed). The reason you get "!NoteWorthyComposerClip(2.0,Single)" instead of the first object in your selection is because NWC adds that as a header when you copy multiple objects. AFAIK it's always done this.
What I'm not sure about is why you would get this with clips from the forum unless you're putting them in the "Find" box too.