bug-lilypond
[Top][All Lists]
Advanced

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

Re: musicxml2ly Pitch Changing Potential Bug


From: Timothy Lanfear
Subject: Re: musicxml2ly Pitch Changing Potential Bug
Date: Mon, 4 May 2020 05:38:57 -0700 (MST)

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



reply via email to

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