lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving breath mark horizontally


From: Jean Abou Samra
Subject: Re: Moving breath mark horizontally
Date: Fri, 17 Feb 2023 23:16:34 +0100
User-agent: Evolution 3.46.3 (3.46.3-1.fc37)

Le vendredi 17 février 2023 à 11:03 +0100, Johannes Roeßler a écrit :

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"?

But I have no clue how to use it.

I think the easiest route in this case is

\version "2.24.0"

\relative c'' {
  c c \breathe c c \break
  c
  \newSpacingSection
  \once \override Score.SpacingSpanner.spacing-increment = 0.7
  c
  \once \override BreathingSign.space-alist.next-note = #'(extra-space . 1.0)
  \breathe
  \newSpacingSection
  c c
}

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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