Dear All,
I worked out the custom volta text problem but Graham beat
me to it.
\version "2.12.2"
voltaSafety = \markup { "" \text \italic { safety } }
voltaLast = \markup { "" \text \italic { last time only }}
\relative c'' {
c1
\set Score.repeatCommands = #(list (list 'volta voltaSafety)
'start-repeat)
c4 b d e
\set Score.repeatCommands = #(list (list 'volta voltaLast) 'end-repeat)
f1
\set Score.repeatCommands = #'((volta #f))
}
My version is a bit different.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user