Eluze <elu...@gmail.com> writes: > ryanmichaelmcclure wrote >> Is it possible to add either dynamics or markup to a percent repeat? I >> have a measure which is repeated 7 times with the following command: >> >> \repeat percent 7 {a8\p\staccato e'8\staccato a,8\staccato e'8\staccato} >> >> I want to add a crescendo (\cresc) on the 7th repeat as it goes to a >> measure with a dynamic following. How can I accomplish this? > > use a (temporary) 2nd voice!? > > << > \repeat percent 7 {a8 \p\staccato e'8 \staccato a,8 \staccato e'8 > \staccato } > \\ > { s1 s s s4 \< s s s \! } >>> > > (don't know if it's positioned correctly)
In this case you would not want a separate voice but rather want to have this stuff appear in the _same_ voice. So leave out the voice separator \\ and just write the rest as you did. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user