lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin crescendo/decrescendo


From: Daniel E. Moctezuma
Subject: Re: Hairpin crescendo/decrescendo
Date: Thu, 13 Sep 2012 00:51:19 -0700

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

  >>

}


--
Daniel E. Moctezuma

reply via email to

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