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: Thies Albrecht
Subject: Re: Help needed on Single Staff Polyphony
Date: Sun, 12 Feb 2006 17:19:45 +0100 (MET)

Hi Kees!

> I try to get those notes in one measure, but the appear in 2 measures
As you want two voices to happen simultanously you have to include them in
<< ... >>

 \version "2.6.5"
 <<
    \new Staff
    {
      \time 4/4
      \key es \major
      \clef treble
      \relative {
       <<
        {<bes' es g>4 <bes es g> r8 <bes es g>4 <bes es g>8} \\
        {c,2 es}
       >>
      }
    }
  >>

Kind regards,
Thies Albrecht

-- 
DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl




reply via email to

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