Cambiar las líneas divisorias predeterminadas

Se pueden cambiar las líneas divisorias predeterminadas cuando se redefinen en un contexto Score.

\layout {
  \context {
    \Score
    % Changing the defaults from engraver-init.ly
    measureBarType = "!"
    startRepeatBarType = "[|:"
    endRepeatBarType = ":|]"
    doubleRepeatBarType = ":|][|:"
  }
}

{
  c'1
  \repeat volta 2 { c' c' }
  \repeat volta 2 { c' c' \alternative { \volta 1 { c' }
                                         \volta 2 { c' } } }
  \bar "|."
}
[image of music]

LilyPond snippets v2.25.33 (development-branch).