Le samedi 20 mai 2023 à 05:43 +0000, Werner LEMBERG a écrit :

As the attached image shows (Henle, Beethoven's violin sonatas
> vol. 1), the vertical lines of the volta repeat are very near, much
> nearer than what LilyPond produces by default.  What is the best way
> to achieve this layout?

Is `shorten-pair` enough for you?

```
\version "2.24.1"

\repeat volta 2 {
  c'1
  \alternative {
    \volta 1 {
      \once \override Score.VoltaBracket.shorten-pair = #'(0 . -0.6)
      c'1
    }
    \volta 2 { c'1 }
  }
}
```




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

Reply via email to