lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding dynamics to lyrics


From: Wilbert Berendsen
Subject: Re: Adding dynamics to lyrics
Date: Wed, 31 Aug 2011 07:39:22 +0200

Op Wed, 31 Aug 2011 09:05:51 +1000
Peter Chubb <address@hidden> schreef:

This writes some dynamic markup in lyrics:

\new Staff {
  r2 a' a'
}
\addlyrics {
  Hi \markup { \dynamic ff " there!" }
}


But you can of course add the dynamic to the music instead of the
lyrics, which eliminates the tedious counting:

tune=\relative c' { c4\p d\< e f g\mf r2. }
words = \lyricmode { some sil -- ly words yah  }

\score {
       \new Staff { \tune } \addlyrics { \words }
}




-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)




reply via email to

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