lilypond-user
[Top][All Lists]
Advanced

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

ragged-last-bottom doesn't take


From: George_
Subject: ragged-last-bottom doesn't take
Date: Fri, 9 Dec 2011 18:54:10 -0800 (PST)

For a piece I'm writing out, this is what I have at the moment:

% Created on Sun Aug 28 18:32:17 NZST 2011
\version "2.15.20-1"

\header {
        %{ headers }%
}

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

\book {
        \paper {
                ragged-last-bottom = ##t
                ragged-last = ##t
                left-margin = 10\mm
                right-margin = 7\mm
                top-margin = 5\mm
                bottom-margin = 5\mm
        }
                \score {
                        <<
                                \new PianoStaff {
                                        \set PianoStaff.instrumentName = 
\markup { \large "a 2 Clav." }
                                        <<
                                                \context Staff = rightOne {
                                                        \context Voice = 
rightOne \rightOne
                                                }
                                                \context Staff = leftOne {
                                                        \context Voice = 
leftOne \leftOne
                                                }
                                        >>
                                }
                                \context Staff = unten {
                                        \set Staff.instrumentName = \markup { 
\large "Pedale." \hspace #2 }
                                        \context Voice = pedalOne \pedalOne
                                }
                        >>
                        \layout{}
                }

                \score {
                        <<
                                \new Staff {
                                        \set Staff.midiInstrument = "pan flute"
                                        \rightOne
                                }
                                \new Staff {
                                        \set Staff.midiInstrument = "recorder"
                                        \transpose c c' \rightOne
                                }
                                \new Staff {
                                        \set Staff.midiInstrument = "pan flute"
                                        \leftOne
                                }
                                \new Staff {
                                        \set Staff.midiInstrument = "recorder"
                                        \transpose c c'' \leftOne
                                }
                                \new Staff {
                                        \set Staff.midiInstrument = "flute"
                                        \pedalOne
                                }
                                \new Staff {
                                        \set Staff.midiInstrument = "recorder"
                                        \transpose c c,\pedalOne
                                }
                        >>
                        \midi{
                        }
                }

                \score {
                        %{ next part }%
                }
}

Every one of them is good *apart from* the ragged-last-bottom, i.e. setting
it to true doesn't make it ragged at all. I've tried replacing it with
ragged-bottom, which works fine.

I've written in a \pageBreak at the end of the score, but I don't think
that's interfering with it somehow - even with it gone, it still won't work
properly. It just seems weird to me that ragged-bottom = ##t will work, but
ragged-last-bottom = ##t won't. Am I putting it in the wrong place?

Thanks

George
-- 
View this message in context: 
http://old.nabble.com/ragged-last-bottom-doesn%27t-take-tp32945130p32945130.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]