[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dynamics in Lyrics?
From: |
Peter Chubb |
Subject: |
Dynamics in Lyrics? |
Date: |
Sun, 11 Aug 2024 16:15:48 +1000 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hi Folks,
Is there a simple way to add dynamic markings to lyrics? In a
multi-verse song, the dynamics can be different verse to verse.
I'd like to do something like this:
\score {
<<
\new Staff \context Voice = tune {\repeat volta 2 { c c c c }}
\new Lyrics \lyricsto tune { \set stanza = "1." \mp get \cresc lou -- der
\f here }
\new Lyrics \lyricsto tune { \set stanza = "2." \ff this is very loud }
>>
}
Right now I have to do this, which is ugly:
\score {
<<
\new Staff \context Voice = tune {\repeat volta 2 { c' c' c' c' }}
\new Lyrics \lyricsto tune { \set stanza = "1. "
\markup {{\italic mp} get}
\markup{{\italic cresc}
loud} -- er \markup{{\italic f} here}
}
\new Lyrics \lyricsto tune { \set stanza = "2. "
\markup {{\italic ff} this}
is very loud
}
>>
}
- Dynamics in Lyrics?,
Peter Chubb <=