lilypond-user
[Top][All Lists]
Advanced

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

Re: reducing gap between vertical volta lines


From: Jean Abou Samra
Subject: Re: reducing gap between vertical volta lines
Date: Sat, 20 May 2023 10:07:05 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

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

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