lilypond-user
[Top][All Lists]
Advanced

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

Re: How to repair volta bracket ending?


From: Trevor Daniels
Subject: Re: How to repair volta bracket ending?
Date: Wed, 13 Jun 2012 23:14:08 +0100

Dominic Neumann wrote Wednesday, June 13, 2012 10:56 AM

> I have a song with three different repeat endings and special volta bracket 
> text. Everything works fine except the middle volta bracket has no vertical 
> line at the right end. Can you please help me with this?
> 
> \version "2.14.2" 
> 
> voltaI = \markup { 1. 3. 5. }
> voltaII = \markup { 2. 4. }
> voltaIII = \markup { 6. \text \italic { "Fine" } }
> 
> \score {
>    \new Staff <<
>        \relative c'' {
>            g1 |
>            \repeat volta 3 {
>                a1 | b1 |
>            }
>            \set Score.repeatCommands = #(list (list 'volta voltaI))
>            c1 |
>            \set Score.repeatCommands = #(list (list 'volta voltaII) 
> 'end-repeat)
>            d1 |
>            \set Score.repeatCommands = #(list (list 'volta voltaIII) 'volta 
> #f) 
>            \bar "||"
>            e1 |
>            \set Score.repeatCommands = #'((volta #f))
>            \bar "|."
>        }
>    >>
> }

The vertical line at the right end of the volta bracket is inserted only for a 
repeat 
sign or a final bar line.  Otherwise it is omitted to indicate the music 
carries on
beyond the end of the volta bracket.  Should you not have an 'end-repeat here 
to signal returning for verses 3 and 5?  Then it will have a vertical line.

Trevor

reply via email to

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