Re: Transparent bars
Reply #1 –
Hi Flurmy,
I use them to control positioning of other objects, and to start new systems where you want to leave the end of a staff open.
The example below is not exhaustive, just a couple of uses that I have need of occasionally.
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:C|Tonic:C
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-5
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-2
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-6
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:1
|Note|Dur:Half|Pos:-2
|Bar|Style:Double
|TimeSig|Signature:2/4
|Bar|Style:Transparent|SysBreak:Y
|TimeSig|Signature:2/4
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Bar
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-6
|Bar
|Note|Dur:Half|Pos:-4
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-2
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-2
|Bar
|Note|Dur:Half|Pos:1
|Bar|Style:Double
|TimeSig|Signature:4/4
|Bar|Style:Transparent|SysBreak:Y
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-5
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-2
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-6
|Bar
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:1
|Note|Dur:Half|Pos:-2
|Bar|SysBreak:Y
|Text|Text:"This text centre justified"|Font:User6|Pos:15|Justify:Center|Placement:AtNextNote
|Text|Text:"at the transparent barline"|Font:User6|Pos:10.5|Justify:Center|Placement:AtNextNote
|Text|Text:"for controlled positioning"|Font:User6|Pos:7|Justify:Center|Placement:AtNextNote
|Bar|Style:Transparent
|Note|Dur:Half|Pos:1
|Note|Dur:Half|Pos:-2
|Bar
|Note|Dur:Half|Pos:3
|Note|Dur:Half|Pos:1
|Bar
|Note|Dur:Half|Pos:-2
|Note|Dur:Half|Pos:-6
|Bar
|Note|Dur:Half|Pos:-4
|Note|Dur:Half|Pos:1
|Bar|Style:SectionClose|SysBreak:Y
!NoteWorthyComposerClip-End