Alex Hansen wrote
> I think I have found a bug. The following musicXML, when run through
> musicxml2ly, produces lilypond which has entirely different pitches. I've
> cut out as much of the XML as possible to ensure it is a minimal example.
> Note that the musicXML specifies a single D whole note, but when it goes
> through to lilypond, it comes out as an A.
> 
>             
> <note>
>                 
> <pitch>
>                     
> <step>
> d
> </step>
>                     
> <octave>
> 4
> </octave>
>                 
> </pitch>
>                 
> <duration>
> 4
> </duration>
>                 
> <type>
> whole
> </type>
>             
> </note>


In MusicXML, the contents of the step element must be in uppercase. Change d
to D and it should work.




-----
Timothy Lanfear, Bristol, UK.
--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to