lilypond-user
[Top][All Lists]
Advanced

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

partcombine and quoteDuring


From: Mogens Lemvig Hansen
Subject: partcombine and quoteDuring
Date: Mon, 13 Jan 2014 18:05:56 +0000

Hi,

With the first version of voiceB below I get “ warning: ignoring too many clashing note columns”
The second version works as expected.  The difference seems to be whether the quoted music begins with a rest.
Bug?

\version "2.18.0"
voiceA = \relative c'' { e4 d r b a b  }
\addQuote "A" { \voiceA }
voiceB = \relative c'' { g a   \quoteDuring #"A" { s2 } f4 b }
voiceB = \relative c'' { g a r \quoteDuring #"A" { s4 } f4 b }
\score { \partcombine \voiceA \voiceB }


Regards,
Mogens



reply via email to

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