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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user