Updates:
Owner: [email protected]
Comment #1 on issue 4028 by [email protected]: Automatic beaming of grace notes
inhibits beam subdivision
https://code.google.com/p/lilypond/issues/detail?id=4028
While I can corroborate that either manual grace beaming or
\layout {
\context {
\Voice
\remove "Grace_auto_beam_engraver"
}
}
or both will do the trick, I have to wonder at including the grace notes in
the triplet bracket.
Not saying that this isn't a bug, just that this way of triggering it seems
not like a "real use case".
Here is an example that does away with several other settings in order to
rule out that explicit property setting timing problems are involved:
music = \new Staff
{
\relative e' {
\tuplet 3/2 {\grace {c16 d} e8 f16} g16 a16 b8 b
\tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16 b8 b |
\tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16 b8 b
\tuplet 3/2 {\grace {c,16 d} e8 f16} g16 a16 b8 b |
}
}
\score {
\music
\layout {
\context {
\Voice
% \remove "Grace_auto_beam_engraver"
}
}
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings