lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange warning during partcombine


From: James Worlton
Subject: Re: Strange warning during partcombine
Date: Wed, 31 Jul 2013 13:04:24 -0500

Answered my own question. It's issue 245, so it's been around for quite a while. Sorry for the noise.

James W


On Wed, Jul 31, 2013 at 1:01 PM, James Worlton <address@hidden> wrote:
I should add that the error also appears when using \times 2/3 in place of \tuplet 3/2

James Worlton


On Wed, Jul 31, 2013 at 12:58 PM, James Worlton <address@hidden> wrote:
This simple example shows an error in the console:

\version "2.17.22"
notesA = \relative c' {
  e4 \tuplet 3/2 { e8 e e } e2
}
notesB = \relative c' {
  c4 \tuplet 3/2 { c8 c c } c2
}
\score {
  \new Staff { \partcombine \notesA \notesB }
}

The console shows:
"warning: No tuplet to end
  c4
       \tuplet 3/2 { c8 c c } c2"

This error does not appear if both parts are on the same pitch.

The file compiles correctly in both cases. Is this a known issue?

James Worlton



reply via email to

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