lilypond-user
[Top][All Lists]
Advanced

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

startpoint of decrescendo hairpins


From: Ewald Gutenkunst
Subject: startpoint of decrescendo hairpins
Date: Tue, 5 Jul 2011 02:17:41 +0200

Hi,

I have a question to decrescendo-hairpins and lyrics: 
How can I change the startpoint of the decresc, to begin at the note an not at 
the beginning of the lyric?


\version "2.14.1"

melody = { d''2 c''2   |  es''1  }
text = \lyricmode {a long  hairpin }
upper = {c'1    | b4  b b b }
dynamics = {s1  |  s4 \>   s4 s4 s4 \!   }

\score {
  <<
        \new Voice = "mel"  \melody 
        \new Lyrics \lyricsto mel \text 
        \new Staff   \upper
        \new Dynamics \dynamics
  >>
}

PNG image


greetings
ewald

reply via email to

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