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 21:49:39 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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




reply via email to

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