lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Visibility of left-hand connecting bar line


From: Hendrik Fuß
Subject: Visibility of left-hand connecting bar line
Date: Tue, 24 Jan 2017 08:30:03 +0000

Another issue:

I am trying to typeset a sheet that introduces note durations like so:

\score {
<<
\new RhythmicStaff \with { instrumentName = "Whole notes" }{
d1
}
\new RhythmicStaff \with { instrumentName = "Half notes" }{
d2 d
}
\new RhythmicStaff \with { instrumentName = "Quarter notes" }{
d4 d d d
}
\addlyrics { "1" "2" "3" "4" }
>>
}

Which works fine, but I would like to get rid of the leftmost bar line that connects the three systems.

Couldn't figure out how.

cheers
Hendrik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]