I would like to increase the vertical space between feathered beams. This achieves approximately what I want for left-feathered beaming:
% decelerating \override Stem.beaming = #(cons (list ) (list 0 3)) \once \override Beam.grow-direction = #LEFT c16 \override Stem.beaming = #(cons (list 0 3) (list 0 3)) c c \override Stem.beaming = #(cons (list 0 3) (list )) c \revert Stem.beaming but the spacing between the beams and notehead seems strange, and for right-feathered beaming the beams are too low in relation to the stems. % accelerating \override Stem.beaming = #(cons (list ) (list 0 3)) \once \override Beam.grow-direction = #RIGHT c16 \override Stem.beaming = #(cons (list 0 3) (list 0 3)) c c \override Stem.beaming = #(cons (list 0 3) (list )) c \revert Stem.beaming Can anyone suggest a better approach? Thanks, Mason
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user