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: Pierre Perol-Schneider
Subject: Re: Reducing the second VoltaBracketSpanner length.
Date: Sun, 27 Apr 2014 16:28:50 +0200

Well, now the problem comes at the ending barline :

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

\relative c' {

   \partial 8 c'8

   \repeat volta 2 {

     c,4 d e f |

   }

   \alternative {

     {

       c2 e

     }

     {

       f2 g |

     }

   }

   \bar "|."

}


\relative c' {

   \partial 8 c'8

   \bar "[|:"

   \repeat volta 2 { c4 d e f | }

     \alternative {

       {

         c,2 e

         \bar ":|]"

       }

       {

         \once\override Score.VoltaBracket.shorten-pair = #'(1 . 0)

         f2 g |

       }

     }

     \bar "|."

}


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


~Pierre




reply via email to

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