The following is giving me almost what I'm after. A couple things are evading my attempts to solve them.

1) I want to print the volta texts as \italic (for some reason the "rs" of "GFirst" is coming out italicized as is.

2) I would like to close the volta box on the right side of the "Fine" volta.

-David



\version "2.13.0"

\relative c' {
  c1
  \set Score.repeatCommands = #'((volta "Fine"))
  c1 \bar "||"
   \set Score.repeatCommands = #'((volta "First"))
  c1
   \set Score.repeatCommands = #'((volta #f))
  c1
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to