lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics on chords


From: Albu
Subject: Re: Dynamics on chords
Date: Tue, 24 May 2011 14:22:41 -0700 (PDT)




How about:

\version "2.12.1"

notes = \relative c'
{
f1~
< f c'~ ais'> %I want to put a crescendo and decrescendo here
c'4

c2 <c b' g'> %and a decrescendo here
}

dynamics = {
     s1
     s2\< s4\> s4\!
     s2 s4\pp\> s4\!
}

\score {
     \new Staff <<
         \notes
         \dynamics
 >>
}


That's really useful. And works fine.
-- 
View this message in context: 
http://old.nabble.com/Dynamics-on-chords-tp31642805p31694348.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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