Re: New Lines
Reply #1 –
There are probably more than one way to do this, but this method works for me: at the end of the staff you want to be non-justified, before the <Boundary change><Force a new system> command, add a <Boundary change><Gap the staff> command followed by a transparent bar line. You may have to tweak the size of the gap to get the right amount of padding.
I'm including a simple example.
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:Half|Pos:-6
|Note|Dur:Half|Pos:-5
|Bar
|Note|Dur:Half|Pos:-4
|Note|Dur:Half|Pos:-3
|Bar
|Note|Dur:Half|Pos:-2
|Note|Dur:Half|Pos:-1
|Bar
|Note|Dur:Half|Pos:0
|Note|Dur:Half|Pos:1
|Bar
|Boundary|Style:Gap|Width:3000|SystemConnections:N
|Bar|Style:Transparent
|Boundary|Style:NewSystem|NewPage:N
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-3
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-5
|Bar
|Note|Dur:Whole|Pos:-6
!NoteWorthyComposerClip-End