lilypond-user
[Top][All Lists]
Advanced

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

Re: Can you put dynamic marks in the lyrics?


From: Bertalan Fodor
Subject: Re: Can you put dynamic marks in the lyrics?
Date: Mon, 15 Jan 2007 23:05:59 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

YES! You can put dynamic marks in the lyrics. Just turn lyricmode on and off:

verse= {
   \set stanza = \markup { "1 (" \dynamic "f" ")" }
   \lyricmode {
       Ly -- rics
   }
   \set stanza = \markup { \dynamic "mf" }
   \lyricmode {
       a -- gain
   }
}

Eduardo Vieira írta:
Citando Sietse Brouwer <address@hidden>:

Hullo Kieren,

Sietse Brouwer wrote:
Is it at all possible to call a dynamics mark inside \lyricmode, so
I can do something like \set stanza = "\f 1." ?





reply via email to

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