lilypond-user
[Top][All Lists]
Advanced

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

Re: voices


From: Jan Nieuwenhuizen
Subject: Re: voices
Date: Fri, 04 Oct 2002 10:20:24 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Hans Kieserman <address@hidden> writes:

> Hi-
> Why does Lilypond try to "join" voices?

I wanted to point you to the documentation, but this is missing from
the tutorial, as it seems.

Voices (and other contexts) are identified by name.  If you want two
voices, you must give them different names.  Two voices on one staff
that have the same name, are the same voice.  You can use this to
separate articulation and notes, eg.

Try this:

\score {
\context Staff=sa \notes <
\context Voice=va {
    \stemUp
         c''4 c''4 c''4 c''4
}
\context Voice=vb {
    \stemDown
e''8 e''8 e''8 e''8 e''8 e''8 e''8 e''8
}
 >
\paper {}
}

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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