lilypond-user
[Top][All Lists]
Advanced

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

Re: Help needed on Single Staff Polyphony


From: Kieren Richard MacMillan
Subject: Re: Help needed on Single Staff Polyphony
Date: Sun, 12 Feb 2006 13:43:30 -0500

Hello, Kees:

\version "2.6.5"
<<
  \new Staff
  {
    \time 4/4
    \key es \major
    \clef treble
    \relative{

Note the additional << >> surrounding your parts here:

      << {<bes' es g>4 <bes es g> r8 <bes es g>4 <bes es g>8} \\
      {c,2 es} >>

Then continue...

    }
  }
>>

So the syntax for single-staff polyphony is

<<  { voice1Notes } \\  { voice2Notes } >>

Best wishes,
Kieren.




reply via email to

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