Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes:

> Does anyone know how to reduce the second VoltaBracketSpanner in order to
> stop it at the barline ?

%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\relative c' {
   \repeat volta 2 { c4 d e f | }
   \alternative {
     {
       c2 e
       \bar ":|]"
     }
     {
       \once\override Score.VoltaBracket.shorten-pair = #'(0.9 . 0)
       f2 g |
     }
   }
   c1
}
%%%%%%%%%%%%%%%%%%%%%%%%%%

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to