Hi James,
> \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.
Don't you instead 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."))
e,4 e e r
\set Score.repeatCommands = #(list '(volta #f) 'end-repeat)
c'4 c8 c c4 c8 c
}
??
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user