lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Altering beamed stem lengths


From: Ahanu Banerjee
Subject: Altering beamed stem lengths
Date: Sat, 11 Dec 2021 23:29:16 -0500

Hello,

I am working with 2 simultaneous voices, and I want to increase the distance between the beamed stems of one voice and the noteheads of the other voice. Is there some way to set a minimum distance between the beams and noteheads, i.e., "padding"? I don't want to manually override Stem.details.beamed-lengths or Beam.positions each time.

Here is an example:

\version "2.20.0"
%normal output%
<< { g'8 [ s e' s f' s d' ] } \\ { \repeat unfold 4 { s b'8 } } >>
%desired output%
<< { \override Beam.positions = #'(2.2 . 1.8)
     g'8 [ s e' s f' s d' ] } \\ { \repeat unfold 4 { s b'8 } } >>

Thanks,
-Ahanu

reply via email to

[Prev in Thread] Current Thread [Next in Thread]