lilypond-user
[Top][All Lists]
Advanced

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

Reducing the second VoltaBracketSpanner length.


From: Pierre Perol-Schneider
Subject: Reducing the second VoltaBracketSpanner length.
Date: Sun, 27 Apr 2014 13:41:31 +0200

Hi LilyPonders,

I'm stucked with this code :

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

\relative c' {

   \repeat volta 2 { c4 d e f | }

   \alternative {

     {

       c2 e

       \bar ":|]"

     }

     {

       \once\override Score.VoltaBracket.X-offset = #.9

       f2 g |

     }

   }

   c1

}

%%%%%%%%%%%%%%%%%%%%%%%%%%

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

Cheers,
Pierre

reply via email to

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