Skip to main content
Topic: New Lines (Read 1853 times) previous topic - next topic

New Lines

I am putting together several short folk tunes, on the same printed page or 3. At the end of each tune is:
<Insert><Boundary change><Force a new system>
to make a new line.
However the last line of this tune is now justified across the page.
Is there a way to turn this justification off?

(I've obviously turned off both:
<Page setup><Options><Extend last system>
<Page setup><Options><Justify print system vertically>
but to no avail)

 

Re: New Lines

Reply #1
I am putting together several short folk tunes, on the same printed page or 3. At the end of each tune is:
<Insert><Boundary change><Force a new system>
to make a new line.
However the last line of this tune is now justified across the page.
Is there a way to turn this justification off?

(I've obviously turned off both:
<Page setup><Options><Extend last system>
<Page setup><Options><Justify print system vertically>
but to no avail)

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.
Code: (nwc) [Select · Download]
!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