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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to