Here's another hack:
% ----------------------------------------------------
{
\override Stem.stemlet-length = #0.75
c'2~ c'4
<c' \tweak transparent ##t a'>8[
b'16\rest
<c' \tweak transparent ##t a'>16] | c'4
}
% ----------------------------------------------------
But that's probably not what you're after.
New attempt: Increase the minimum length for beamed stems:
% ----------------------------------------------------
{
\override Stem.stemlet-length = #0.75
c'2~ c'4
\override Stem.details.beamed-minimum-free-lengths = #'(5 5 5)
c'8[
b'16\rest
c'16] |
\revert Stem.details.beamed-minimum-free-lengths
c'4
}
% ----------------------------------------------------
"stolen" from here:
http://lilypond.1069038.n5.nabble.com/enlarging-default-stem-length-tp144412p144431.html
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/add-stems-to-rests-under-a-beam-tp179313p179371.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user