Re: bar lines
Reply #1 –
One way is to use grace notes:
!NoteWorthyComposer(2.75)
|PgSetup|StaffLabels:First System
|AddStaff|Name:"Staff"|Label:"Soprano"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Clef|Type:Treble
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:3
|Note|Dur:Half|Pos:3
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:6|BoundaryBottom:6
|Rest|Dur:Half|Visibility:Never
|Note|Dur:4th,Grace|Pos:-4z|Opts:Stem=Down,StemLength=24,Muted
|Rest|Dur:Half|Visibility:Never
|Bar
|AddStaff|Name:"Staff-3"|Label:"Alto"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Clef|Type:Treble
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:Half|Pos:1
|Bar
|AddStaff|Name:"Staff-4"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:6|BoundaryBottom:6
|Rest|Dur:Half|Visibility:Never
|Note|Dur:4th,Grace|Pos:-4z|Opts:Stem=Down,StemLength=24,Muted
|Rest|Dur:Half|Visibility:Never
|Bar
|AddStaff|Name:"Staff-5"|Label:"Baritone"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Bass
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:3
|Note|Dur:Half|Pos:3
|Bar
!NoteWorthyComposer-End