lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin crescendo/decrescendo


From: Nick Payne
Subject: Re: Hairpin crescendo/decrescendo
Date: Thu, 13 Sep 2012 20:29:12 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 13/09/12 17:51, Daniel E. Moctezuma wrote:
> I would suggest putting dynamics separately to have better control on
> where they start without messing with the actual notes.
> Here is what I understand you are trying to achieve:
>
> ---
>
> \version "2.16.0"
>
>
> notes = \relative c' {
>
>   \mergeDifferentlyDottedOn
>
>   \mergeDifferentlyHeadedOn
>
>   \time 6/8
>
>   <<
>
>   {
>
>     e8 g b e b g' |
>
>     e, g b e b g' |
>
>     e, g b e b g' |
>
>   }
>
>   \\
>
>   { e,2. | e | e | }
>
>   >>
>
> }
>
>
> dynamics = {
>
>   \repeat unfold 3{ s4\< s8\! s4\> s8\! | }
>
> }
>
>
> \score {
>
>   \new StaffGroup <<
>
>     \new Staff \notes
>
>     \new Dynamics \dynamics
>
>   >>
>
> }
>

Thanks. That seems to be the way to go.

Nick



reply via email to

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