The easiest solution is probably to specify a \markup
command for the stanza number. Here's a modified version
of the example of stanza numbers from the Regression test
document. Unfortunately, you have to add a \notemode{...}
command since LilyPond cannot handle markups as property
values within lyrics mode.

\version "2.10.0"

\layout { ragged-right = ##t }

\relative c'' { r4 r4 c4 c4 }
\addlyrics {
 \skip 2
 \notemode{\set stanza = \markup{ \dynamic f 1. } }
 Foo8
}
\addlyrics {
 \skip 2
 \notemode{\set stanza = \markup{ \dynamic p 2. } }
 FFFooooo8
}

  /Mats

Christopher A. LaFond wrote:

Is there anyway to use different dynamic markings for different verses of a choral piece?

For example, if verses 1 & 3 are to be forte, while 2 is to be mezzo forte (in all voices), is there a way of marking this. The easiest thing would be to be able to put the markings before the number of the verse, but I haven't figured out a way to do that.



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to