t; \foo
>>
}
Cheers,
Harm
--
View this message in context:
http://old.nabble.com/Adding-dynamics-to-lyrics-tp32368434p32373428.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Op Wed, 31 Aug 2011 09:05:51 +1000
Peter Chubb 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:
t
> "Christ" == Christ van Willegen writes:
Christ> On Wed, Aug 31, 2011 at 05:48, Peter Chubb
Christ> wrote:
>> For the benefit of search-engine-land, the way to do this is to use
>> a separate dynamics context. Like this:
Christ> The problem with specifying it like this, is that you'll hav
On Wed, Aug 31, 2011 at 05:48, Peter Chubb wrote:
> For the benefit of search-engine-land, the way to do this is to use a
> separate dynamics context. Like this:
The problem with specifying it like this, is that you'll have to
repeat note lengths throughout the whole dynamic context. If you make
> "Peter" == Peter Chubb 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=\relativ
Hi,
I've been trying to work out how to add dynamics to lyrics, to
give singers guidance.
I tried the obvious:
foo = \lyricmode { start\p quiet -- ly \cresc and get loud -- er \f }
but the dynamics appear to be interpreted as lyrics. (I was
expecti