Andrew Bernard <andrew.bernard <at> gmail.com> writes:

> 
> 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))
> }


Thanks for the help Andrew, but I had previously tried what you suggested,
and was not what I wanted. 

There are two problems. Your example has that horizontal repeat line going
over all of the 32 measures of the solo section. That is excessive. I want
just the last measure of the 32 bars (the 32nd bar) to have the multi
repeat. Plus, the first measure of the solo section should have a repeat
sign. I don't know how to make those two adjustments. 
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to