Something like this?
\version "2.19.36"
voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
voltaLast = \markup { \text "last" }
\relative {
\set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat)
s1*8
s1*8
s1*8
s1*7
\set Score.repeatCommands = #(list (list 'volta #f) (list 'volta voltaLast)
'end-repeat)
s1
\set Score.repeatCommands = #'((volta #f))
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user