lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving breath mark horizontally


From: Johannes Roeßler
Subject: Re: Moving breath mark horizontally
Date: Fri, 17 Feb 2023 11:35:18 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

Hi Michael and David,

thx for your help..

\relative c'' {
  c c \breathe c c \break
  c c
  \tweak space-alist.next-note #'(fixed-space . 3) \breathe c c
}

is there something like "previous-note"?

it's not moving closer to the previous note, just moving it further away from the next one:

Joei

Hi Joei.

On Fri, Feb 17, 2023 at 5:03 AM Johannes Roeßler <joei@joei.de> wrote:
Hi Michael,

I tried to tweak what you sent - I need it in the opposite way, moving the sign to the left - in the internal reference it might be "direction"?

Nope. Just remove the negative from the number. Negative moves it to the right, positive to the left. Something like
 \tweak space-alist.next-note #'(fixed-space . 3) \breathe
 (thank you so much David for the explanation!).  Most of the direction tweaks and overrides work that way - a negative number moves it one way and positive the other way.  Generally works that way both horizontally and vertically.

Michael



reply via email to

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