2013/5/25 Paul Scott <[email protected]>
> I am having trouble finding in the 2.17.18 docs how to create a pair of
> endings:
>
> 1. Fine
> | || ||
>
>
I'm not sure what you're looking at...
This could help :
http://lilypond.org/doc/v2.17/Documentation/snippets/repeats#repeats-volta-text-markup-using-repeatcommands
which would do something like :
voltaFine = \markup { \text \italic { Fine. } }
\relative c'' {
s1
\set Score.repeatCommands = #'((volta #f) (volta "1.") 'start-repeat)
c4 s s s
\bar "||"
\set Score.repeatCommands = #(list (list 'volta voltaFine) 'end-repeat)
c,4 s s s
\set Score.repeatCommands = #'((volta #f))
\bar "||"
}
Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user