lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding dynamics to lyrics


From: Peter Chubb
Subject: Re: Adding dynamics to lyrics
Date: Wed, 31 Aug 2011 13:48:15 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Peter" == Peter Chubb <address@hidden> writes:

Peter> Hi, I've been trying to work out how to add dynamics to lyrics,
Peter> to give singers guidance.

For the benefit of search-engine-land, the way to do this is to use a
separate dynamics context.  Like this:

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

\score {
       <<
       \new Staff \context Voice = tune \tune
       \new Dynamics \dynA
       \lyricsto tune \new Lyrics \words
       >>
}

The Dynamics context looks better above the words; if it's below with
Lilypond 2.15.3 it sometimes collides with the next staff down (assuming
multi-stave systems).
--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia



reply via email to

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