Re: Forcing line break under collapsed staff.
Reply #26 –
Just to be clear. Due to differences in the way you and I use NWC, where you would have:
!NoteWorthyComposer(2.5)
|AddStaff
|RestMultiBar|NumBars:4|WhenHidden:ShowBars,ShowRests
|AddStaff
!NoteWorthyComposer-End
I would have:
!NoteWorthyComposer(2.5)
|AddStaff
|StaffProperties|EndingBar:Open (hidden)
|RestMultiBar|NumBars:4|PrintOnce:Y|WhenHidden:ShowBars,ShowRests
|Bar|Style:SectionClose
|AddStaff
|StaffProperties|EndingBar:Open (hidden)
|Bar|Style:SectionClose
!NoteWorthyComposer-End
They look much the same, but IMO, mine is easier to navigate. To me, it is also more logical. End means end.
The other advantages:
- The final system pads better
- It looks better in the Viewer
- Closed Special Endings look better
- A Boundary Change can be added after it.
The way NWC works by default reminds me of a word processor that add a period by default. If you want to end with a question mark, you would need to access "Paragraph Properties" to change it. Grrrr.....