Re: Measure Widths
I usually do something like this:!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:F#
|TimeSig|Signature:Common
|Note|Dur:Half|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:Half|Pos:0
|Text|Text:" "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:4th|Pos:0
|Text|Text:" "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Text|Text:" "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
It makes the measure wider while preserving the relative spacing of the notes.
It can be quite time consuming to get it to look right as much depends on accidentals and the contents of other staves, but I have no easier way that produces acceptable results.