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: Graham Percival
Subject: Re: multiple markups when combining voices on single staff
Date: Wed, 08 Oct 2003 20:12:21 -0700

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




reply via email to

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