lilypond-user
[Top][All Lists]
Advanced

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

Re: Offset computed beam position


From: Jean Abou Samra
Subject: Re: Offset computed beam position
Date: Thu, 12 May 2022 13:16:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

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

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