Am 27.05.2016 um 18:50 schrieb Toine Schreurs:
Have a look to the following code. Please note that each line contain
the same notes but different dynamic information:

\version "2.19.40"
{
   a'-4 \p \< g'-3 e'-2 c''-5
   a'-4 g'-3 e'-2 c''-5
   a'-4 g'-3 e'-2 c''-5 \!
}

Is there any way to write the previous code using a repeat? Something
like this (that of course does not work):

\p \< \repeat unfold 3 {a'-4 g'-3 e'-2 c''-5} \!

I think

<>\p\<  \repeat unfold 3 {a'-4 g'-3 e'-2 c''-5} <>\!

could do the trick, but this is untested!

HTH,
Marc


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

Reply via email to