lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat and dynamic


From: Marc Hohl
Subject: Re: repeat and dynamic
Date: Fri, 27 May 2016 20:17:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

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




reply via email to

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