Note, when applied to the end of a Staff group, the bar segment that
joins both staves is omitted.
Avoiding line breaks works as described.
Thanks ! Javier
%%%%%%%%%%%%%
\version "2.18.2"
\score {
\new PianoStaff
<<
\new Staff \with { \remove "Time_signature_engraver" }
\relative c'''{
\repeat unfold 7 { c c c c }
\stopStaff
\startStaff
\override Staff.LedgerLineSpanner.length-fraction = #0.1
\override Staff.LedgerLineSpanner.minimum-length-fraction = #0.1
\repeat unfold 7 { c c c c }
}
\new Staff \with { \remove "Time_signature_engraver" }
\relative c'''{
\repeat unfold 7 { c c c c }
\stopStaff
\startStaff
\override Staff.LedgerLineSpanner.length-fraction = #0.1
\override Staff.LedgerLineSpanner.minimum-length-fraction = #0.1
\repeat unfold 7 { c c c c }
}
>>
\layout { indent = 0.0 }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user