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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user