lilypond-user
[Top][All Lists]
Advanced

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

Re: Reducing the second VoltaBracketSpanner length.


From: David Kastrup
Subject: Re: Reducing the second VoltaBracketSpanner length.
Date: Sun, 27 Apr 2014 13:50:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Pierre Perol-Schneider <address@hidden> 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

reply via email to

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