Re: Just installed NWC 2.1 & wish list
Reply #9 –
G'day Randy,
Took a little thinking...
Place a headless whole note with a tie attribute, follow with a whole rest, the bar line and then the quarter.
Now, set a user font to the appropriate font (Boxmark2 or one of my *Dings fonts) set to the requried size and place the text entry - I found right justified at next note|bar gave the best positioning for the tie, and finally move the rest off the page - Global_Mod command: Rest Opts.VertOffset=2000
Using Boxmark2 as User1:
!NoteWorthyComposerClip(2.0,Single)
|Text|Text:"°"|Font:User1|Pos:3|Justify:Right|Placement:AtNextNote
|Note|Dur:Whole|Pos:0z^
|Rest|Dur:Whole|Opts:VertOffset=2000
|Bar
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End
Using a *Dings font as User1:
!NoteWorthyComposerClip(2.0,Single)
|Text|Text:"°"|Font:User1|Pos:1|Justify:Right|Placement:AtNextNote
|Note|Dur:Whole|Pos:0z^
|Rest|Dur:Whole|Opts:VertOffset=2000
|Bar
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End
I note Rick posted almost the same solution while I was preparing this one.