lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamic markings


From: Mats Bengtsson
Subject: Re: dynamic markings
Date: Fri, 08 Dec 2006 20:53:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060926 Debian/1.7.8-1sarge7.3.1

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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