Op Wed, 31 Aug 2011 09:05:51 +1000
Peter Chubb <lily.u...@chubb.wattle.id.au> 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)


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

Reply via email to