Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 2886 by [email protected]: [musicxml2ly] unwanted voices
http://code.google.com/p/lilypond/issues/detail?id=2886
Reported by pls:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00036.html
if a <note> element contains a <chord/> element but no <voice> element
musicxml2ly puts the chorded note without a <voice>-element in an own voice
(PartPOneVoiceNone) instead of placing the notes in a chord construct (< a'
c''>1) in the same voice.
In this case musicxml2ly should be taught to be tolerant and automatically
assign notes containing <chord/>-elements to the voice of the first note of
the chord. (In MusicXML the first note of a chord does not contain a
<chord/>-element.)
Test file:
https://www.dropbox.com/s/8bep4ly69xfwfmt/unwanted_voices.xml