lilypond-user
[Top][All Lists]
Advanced

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

Repeat count [Was: [Mischa Falkenburg] STUMPED...]


From: Gilles Sadowski
Subject: Repeat count [Was: [Mischa Falkenburg] STUMPED...]
Date: Wed, 27 Dec 2006 13:20:03 +0100
User-agent: Mutt/1.5.11+cvs20060403

Hello.

If I understood correctly what you want to achieve, you would
change this:

> upper = \relative {
>     \time 7/8
>     \key g \major
>     \clef treble
>   
>     g'16[g] r8 g16[g] r8 g8[a g]
> }
>

into:

upper = \relative {
    \time 7/8
    \key g \major
    \clef treble

    \set countPercentRepeats = ##t
    \repeat percent 24 {
      g'16[g] r8 g16[g] r8 g8[a g]
    }
}

And the same for the "lower" staff.


Best,
Gilles




reply via email to

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