lilypond-user
[Top][All Lists]
Advanced

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

Re: ragged-last-bottom doesn't take


From: -Eluze
Subject: Re: ragged-last-bottom doesn't take
Date: Sat, 10 Dec 2011 03:49:35 -0800 (PST)


George_ wrote:
> 
> Oh, and I should also say that with the parts added in, there are no
> errors in the log. According to the program, everything is working as it
> should...except that it isn't.
> 
> The reason I'm using both ragged-last and ragged-last-bottom is so that
> the lines on the last page are not spread vertically, AND so that the bars
> on the last line are not spread horizontally.
> 
> The thing is, that setting ragged-last-bottom = ##t doesn't change the
> layout of the score, but setting ragged-bottom = ##t does.
> 

i have set up a small example to show it works as expected:

#(set-default-paper-size "a4" 'landscape)
#(set-global-staff-size 18)

music = { \repeat unfold 10 { c4 c c c \break} }

\paper {
  ragged-last-bottom = ##t
  ragged-bottom = ##f
  ragged-last = ##t
}
\score {
  <<
    \new PianoStaff {
      <<
        \context Staff = rightOne {
          \context Voice = rightOne \music
        }
        \context Staff = leftOne {
          \context Voice = leftOne \music
        }
      >>
    }
    \context Staff = unten {
      \context Voice = pedalOne \music
    }
  >>
}

Eluze

-- 
View this message in context: 
http://old.nabble.com/ragged-last-bottom-doesn%27t-take-tp32945130p32951111.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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