lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat and dynamic


From: Abraham Lee
Subject: Re: repeat and dynamic
Date: Sat, 28 May 2016 12:03:17 -0600



On Saturday, May 28, 2016, Gianmaria Lari <address@hidden> wrote:
What's the difference using or not using the \\? I tried but I didn't
see any difference.
g.

In this case, nothing noticeable, but it really is different because using \\ creates completely new voice. So, attachments like lyrics, slurs, ties, and any other kind of spanner that needs to cross the << ... >> boundaries, has problems because most things can't cross voices without some workarounds. Without \\, it's a continuation of the voice created previously to the parallel expressions << {...} {...} >>.

HTH,
Abraham
 
On 27 May 2016 at 22:52, Jacques Menu Muzhic <address@hidden> wrote:
> In the line of using a master to hold all dynamic information, I’d prefer:
>
> <<
>   \repeat unfold 3 { a'-4 g'-3 e'-2 c''-5 }
>   \\
>   { s1\p\< | s1 | s2. s4\! }
>>>
>
> JM
>
>> Le 27 mai 2016 à 22:11, Gianmaria Lari <address@hidden> a écrit :
>>
>>>> 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} \!
>>>>
>>>
>>>  <<
>>>    \repeat unfold 3 { a'-4 g'-3 e'-2 c''-5 }
>>>    { s1\p\< | s1 | s2. s4\! }
>>>>>
>>
>> Oh! You're right, it works! .... even if it is not neat :(
>>
>> Thank you Toine!
>> g.

reply via email to

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