lilypond-user
[Top][All Lists]
Advanced

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

Re: Shorten ledger lines


From: Javier Ruiz-Alma
Subject: Re: Shorten ledger lines
Date: Sun, 13 Jul 2014 22:43:08 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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 }

}


reply via email to

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