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
}
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond
