The attached snippet used to work in 2.16.2.  Under 2.17.26, the
overrides have no visible effect on the volta brackets.  Is
there a new way to control the Y-extent of volta brackets in
2.17.x?  convert-ly doesn't change the 2.16.2 code except to use
the new dot-notation.

Thanks!

Jim
\version "2.16.2"

\score {
  \repeat volta 2 {
    \repeat unfold 16 g''4 \break
    \repeat unfold  8 g''4
  } \alternative {
   { % first ending
% decreasing the first number  increases the space BELOW the volta bracket
% increasing the second number increases the space ABOVE the volta bracket
    \once \override Score.VoltaBracket #'Y-extent = #'(-2.0 . 15.0)
    \repeat unfold  8 e''4
    \break
   }
   { % second ending
    \once \override Score.VoltaBracket #'Y-extent = #'(-15.0 . 2.0)
    \repeat unfold  8 c''4
   }
  } % alternative
} % score

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to