lilypond-user
[Top][All Lists]
Advanced

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

Using dynamics in lyrics


From: Peter Chubb
Subject: Using dynamics in lyrics
Date: Thu, 06 Aug 2009 12:08:37 +1000
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (i486-linux-gnu)

Hi,
        I'm doing an arrangement of a song, where the different
stanzas in different parts have different dynamics.  I know I can mark
an entire stanza as forte, piano etc., using the trick int he
snippets repository, but how do I do it in the middle of a verse?  
I've tried adding New_dynamic_engraver to the Lyrics context, and that
sort-of works, but the resulting dynamic marks often collide with
the text --- particularly crescendo/diminuendo spanners.

Is there a simple way to do this, or do I have to play with tweaks to
move the dynamic marks around?

Here's an example:

------------------
\version "2.12.0"
vA=\lyrics { \set stanza = #"1. "
 "" \p  \cresc This4 verse gets loud -- er \f \dim then soft -- er \p
}
vB=\lyrics { \set stanza = #"2. "
 "" \p \dim This4 verse gets soft -- er \pp \cresc then loud -- er \f
}

\score {
  << 
    \context Lyrics = vOne \vA
    \context Lyrics = vTwo \vB
  >>
  \layout {
    \context {
      \Lyrics
      \consists "New_dynamic_engraver"
      }
  }
}


--
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]