bug-lilypond
[Top][All Lists]
Advanced

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

bracketed stems are too long at small size


From: Bertalan Fodor
Subject: bracketed stems are too long at small size
Date: Wed, 25 Feb 2004 23:57:56 +0100

At the global-staff-size of 11 and below the following code produces two
long stems for the 'c b a' sequence:

\version "2.1.26"

#(set-global-staff-size 11)

test = \notes \relative c'' { d8 c16( b) 
                                c8 b16( a) 
                                b8 a16( g)  
}

staffVoice = {  
        \new Staff {
                \notes {
                        \cadenzaOn
                                \test
                                \test
                                \test
                                \test
                }               
        }
}


\score {
        \staffVoice
}








reply via email to

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