bug-lilypond
[Top][All Lists]
Advanced

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

percent repeats bug


From: Rune Zedeler
Subject: percent repeats bug
Date: Fri, 14 Jun 2002 23:24:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

Percent repeats sometimes get totally sick (i.e. negative) spacing...

\include "paper13.ly"
akk = \lyrics {
    "Hm7"1 "Em7" "Hm7"
    "Gm7"4. "Dm7"2
    "Cm7"4. ""4 "Dm7"4
    "Gm7"4. "Dm7"2
    "Cm7"4. ""4 "Dm7"4
    "Gm7"4. "Dm7"2
    "Cm7"4. ""4 "Dm7"4
}
guitar = \notes \transpose c''' {
    c8 c c c c c c c c c c c c c c c c c c c c c c c
    \time 7/8

    \repeat percent 3 {
        c8 c c c c c c c c c c c c c
    }
}
\score {
    \notes
    <
        \context Staff=gui <
        %    \clef "G_8"
            \guitar
        >
        \context Lyrics = akk \akk
    >
    \paper { }

}



-Rune




reply via email to

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