(version statement omitted, as the bug happens in both stable and unstable)
multiQuote = \relative c''
{
<<
{ \voiceOne c4 d e f } \\ { \voiceTwo a4 b c e }
>>
}
singleQuote = \relative c''
{
bis4 c d e |
}
main = \relative c'
{
c1 |
d1 |
\new CueVoice { \multiQuote }
a1 |
\new CueVoice { \singleQuote }
}
================================
Despite CueVoice setting the font size to -4, this is completely ignored if
your quote is comprised of multiple voices or is part combined or any sort of
polyphony. Overriding the font size also produces no effect.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user