bug-lilypond
[Top][All Lists]
Advanced

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

ragged-last-bottom only affects last score in book


From: Graham Percival
Subject: ragged-last-bottom only affects last score in book
Date: Tue, 27 Jun 2006 01:44:05 -0700
User-agent: Thunderbird 1.5.0.4 (Macintosh/20060516)

Could ragged-last-bottom be changed to affect all scores in a book? Currently it only applies to the last one. (even better: could this be alterable in separate scores?)


\paper {
 ragged-last-bottom = ##t
}

\score{
 \new GrandStaff <<
   \new Staff { \repeat unfold 80 {e'4 e' e' e'} }
   \new Staff { \repeat unfold 80 {c'4 c' c' c'} \bar "|." }
 >>
}

\score{
 \new GrandStaff <<
   \new Staff { \repeat unfold 80 {e''4 e'' e'' e''} }
   \new Staff { \repeat unfold 80 {c''4 c'' c'' c''} \bar "|." }
 >>
 \header {
   breakbefore = ##t
   piece = " "
 }
}




reply via email to

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