lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: repeat with irregular alternatives


From: Dmytro O. Redchuk
Subject: Re: repeat with irregular alternatives
Date: Thu, 21 Aug 2008 16:19:41 +0300

2008/8/21 Dmytro O. Redchuk <address@hidden>:
> Minimal example may look like this:
> % ---------- snip
> \relative c'' {
>        c d b a
>        \repeat volta 1 {
>                c d e f
>        }
BTW, the following example produces correct output, too
And can not produce correct midi output, too. Because here are two
repeats, not one.

\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." 'start-repeat))
        \repeat volta 2 {
                { }
        }
        \alternative {
                { e' d b a }
        }
        \bar ":|"
}

-- 
Dmytro O. Redchuk

reply via email to

[Prev in Thread] Current Thread [Next in Thread]