bug-lilypond
[Top][All Lists]
Advanced

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

Bug with raggedbotton and raggedlastbotton


From: Jefferson dos Santos Felix
Subject: Bug with raggedbotton and raggedlastbotton
Date: Thu, 14 Oct 2004 21:07:52 -0300

See the bug below:


%BEGIN error.ly
% There is a bug when raggedbottom and raggedlastbottom is set to
TRUE. I don't place all systems on a page!!
% It occours when I set \Staff minimumVerticalExtent (or \set
Staff.miniumVerticalExtent)

\header
{
        title = "Problem with raggedbottom and raggedlastbottom"
        composer = "J S Felix"
}

\paper
{
        #(set-paper-size "a4")
        raggedbottom = ##t
        raggedlastbottom = ##t
}

\score
{
        <<
                \new Staff
                {
                        \relative c'' { c1 d e f \break f e d c }
                }
                
                \new Staff
                {
                        \clef bass
                        \relative c { c1 d e f f e d c }
                }
        >>
        
        \layout
        {
                indent = 0.0\cm
                \context
                {
                        \Staff minimumVerticalExtent = #'(-10 . 10)
                }
        }
}
%EOF

-- 
jEfF_[Feliks]




reply via email to

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