lilypond-user
[Top][All Lists]
Advanced

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

Re: Colliding Stems


From: Erik Sandberg
Subject: Re: Colliding Stems
Date: Thu, 25 Mar 2004 12:01:06 +0100
User-agent: KMail/1.5.4

On Thursday 25 March 2004 07.08, Lyle Raymond wrote:
> I'm getting a "too many clashing notecolumns" warning during the rendering
> of a .ly file.  How can I apply a horizontal shift to individual notes?
>
> In the following excerpt, I would like to shift the first notes of the
> upper and lower voices farther left of the middle voice:
>
> <<{b2}\\{\stemUp fis8([ g-0]) e[ b'-0] a[ g]}\\{\stemDown c,!2 dis4}>>

See 
http://lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/Polyphony.html

You can either play around with ShiftOnn etc, or you can use \voiceOne,
\voiceTwo etc. instead of \stemUp,\stemDown. \voiceOne and \voiceThree have 
stems up, \voiceTwo,\voiceFour have stems down.

actually it is sufficient just to leave out stem*, and swap the order of the 
voices, since \\ automatically inserts \voice*:
 <<{b2}\\{c,!2 dis4}\\{fis8([ g-0]) e[ b'-0] a[ g]}>>

erik





reply via email to

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