Phil,

Phil Holmes wrote:

My version below isn't what you want, because it uses repeat bars where you have double bars, but it is musically correct and ends the brackets as you
want.

\relative c' {
  \time 4/4
  d'4. c8 b a g f
  \set Score.repeatCommands = #'((volta "1."))
  e4 e' e r
  \set Score.repeatCommands = #'((volta #f) (volta "Fine.") end-repeat)
  e,4 e e r \bar "||"
  c'4 c8 c c4 c8 c
  \set Score.repeatCommands = #'((volta #f))
\bar "|."
}

\relative c' {
  \time 4/4
  d'4. c8 b a g f
  \set Score.repeatCommands = #'((volta "1."))
  e4 e' e r
  \set Score.repeatCommands = #'((volta #f) (volta "Fine."))
  e,4 e e r
  \set Score.repeatCommands = #'((volta #f))
  \bar "|."
  c'4 c8 c c4 c8 c

}

This seems to do pretty much what I want. I can live with the end bar in the middle of the piece, even if it looks incongruous.

James

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

Reply via email to