Le 12/05/2022 à 13:12, Dimitris Marinakis a écrit :
Is there a way to apply an offset to the existing beam position that Lilypond has calculated?
I mess too much trying to find the beam positions from scratch manually.

In most cases I only need small adjustments so it would make much more sense if I could specify an offset based on the original position.



The generic \offset command allows to do that with about any
property, not just Beam.positions.

\version "2.22.2"

{
  \once \offset positions #'(-0.5 . 0.5) Beam
  c'8[ 8]
}

https://lilypond.org/doc/v2.23/Documentation/notation/the-offset-command.html


Best,
Jean



Reply via email to