bug-lilypond
[Top][All Lists]
Advanced

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

Even more partcombine..


From: Erik Sandberg
Subject: Even more partcombine..
Date: Wed, 31 Mar 2004 14:05:54 +0200
User-agent: KMail/1.5.4

The second bar of the first staff is identical to the first bar of the second 
staff, yet they are typeset differently. The first staff switches between 
chord and polyphony notation too often.

\score {
 <<\new Staff \notes {
\partcombine
  \relative c'' {r1 e8 f ~ f d}
  \relative c' {c4 c c c e8 f~f d }
 }
 \new Staff \notes {
\partcombine
  \relative c'' {e8 f~f d}
  \relative c' {e8 f~f d }
 }>>
  \paper{}
}

Erik





reply via email to

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