lilypond-user
[Top][All Lists]
Advanced

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

Re: multiple markups when combining voices on single staff


From: Mats Bengtsson
Subject: Re: multiple markups when combining voices on single staff
Date: Thu, 09 Oct 2003 10:19:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Simple! Just make sure that the music and the dynamics belong
to the same Voice context. In your example, this is easiest
done by replacing \new Staff with \new Voice.
(If you start a Staff context with a << ...>>, a new Voice
context will be created for each line within that \simultaneous.)

  Mats

Graham Percival wrote:
On Mon, 06 Oct 2003 13:05:04 +0200
Mats Bengtsson <address@hidden> wrote:

For dynamic markings, it may be more convenient to define them
separately from the music, so you can choose when to include them:
dynamicsA = \notes{ s1 \f \skip 1*10 s1 \pp ...}


How do you handle collisions when you attempt this?

music=\notes{ g4 g }
dynamics=\notes{s4\mp s4\ff}

\score{ \new Staff <<
        \music
        \dynamics
        >>
}


Cheers,
- Graham


_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        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]