Looking into the mailing list archives, a sort of solution is proposed - using
a rotation and an offset.
While this works, is there a better or preferred way?
Andrew
— snip
\version "2.19.28"
treble = {
\clef treble
\stemUp
\slurDown
\override Slur.rotation = #'(180 0 0)
\override Slur.extra-offset = #'(0 . 2.5)
g''16[( e'' dis'' b' g')]
}
\score {
\new Staff { \treble }
\layout {
\context {
\Voice
% set unbeamed note stem lengths
\override Stem.details.lengths = #'(5.5 5.5 5.5 6 6)
% set beamed note stem lengths
\override Stem.details.beamed-lengths = #'(5.5 5.5 6.5 6.5)
}
}
}
— snip
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user