bug-lilypond
[Top][All Lists]
Advanced

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

slurs and \partcombine


From: Ed Jackson
Subject: slurs and \partcombine
Date: Tue, 24 Aug 2004 22:08:11 -0500

Hello,

I just switched from 2.2.0 to 2.3.12 and suddenly started getting a
lot of warnings about junked slur events when parts are combined.  The
output, however, is correct.  I suspect warnings are being generated
for slurs that are being correctly removed as the parts are combined.

I searched the archives as best I could and saw that this had occurred
in some older versions, but it wasn't clear to me if it was a bug in
lilypond or in the input.  If it's the latter, I apologize for
reporting a non-bug, but would appreciate a correction to the input!

Thanks!


-----------

\include "english.ly"

\book {
  \score {
    \new Staff <<
      \partcombine
        \relative \notes {c4 (d) e (f)}
        \relative \notes {a4 (b) c (d)}
    >>
  }
  \header {
    composer = "T. D. Us"
    opus = "Op.666"
  }

}




reply via email to

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