2008/8/21 Ralph Palmer <[EMAIL PROTECTED]>:
> Neat! Could either of you please provide a minimal snippet and submit
> it to Valentin for inclusion in the repeats section of the Snippet
> Repository? That would be greatly appreciated.

Minimal example may look like this:
% ---------- snip
\relative c'' {
        c d b a
        \repeat volta 1 {
                c d e f
        }
        \alternative {
                { e d b a }
        }
        \bar ":|"
        \set Score.repeatCommands = #(list(list 'volta "2–3."))
        { ees' des bes aes }
        \set Score.repeatCommands = #'((volta #f) end-repeat)
}
% ---------- snip

Lilypond produces for me (with 2.11.42) quite normal output.

But, to be honest, i am not sure that i understand everything here ;-)

> Peace,
>
> Ralph

-- 
Dmytro O. Redchuk
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to