lilypond-user
[Top][All Lists]
Advanced

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

Re: One Steam for Polyphony


From: Jonathan Kulp
Subject: Re: One Steam for Polyphony
Date: Wed, 21 Jan 2009 22:16:57 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Ezequiel Sierra wrote:
try making 8th notes with the same stem direction you`ll see what i mean


Ah yes, I see your problem now. In this case I would use chords in one of the voices and skips in the other, as in measure 1 of my example below.

Jon

On Wed, Jan 21, 2009 at 11:49 PM, Jonathan Kulp <address@hidden>wrote:

Ezequiel Sierra wrote:

how can i make one steam for two voices when they are in the same
direction?


I hope I understand your question correctly.  You could either use chords
in one voice and skips in the other, or you could explicitly set \voiceOne
or \voiceTwo or \oneVoice in both voices.  You will get warnings about
clashing note columns if you do this, hence the "ignore-collision" override.
 I made an example where I use chords in the first bar and then separate
 voices in the second bar, and I can't see any difference in the output.
 Hope that helps :)

Jon

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.12.2"

\relative c' {
 <<
   \override Staff.NoteColumn #'ignore-collision = ##t
   { \voiceOne <c e> <d f> <e g> <d f> | c d e d }
   \\
   { \voiceOne s1 | e4 f g f }
 >>
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
Jonathan Kulp
http://www.jonathankulp.com



------------------------------------------------------------------------

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


--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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