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
}
```
signature.asc
Description: This is a digitally signed message part
