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


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

Reply via email to