Hello bug-squad,
I ran into three issues when converting a .musicxml file generated with
MuseScore into LilyPond:
1) the .ly file outut by musicxml2ly seems to have a weird encoding and
outputs an error. There are many hidden characters which I had to remove
manually in order to compile the .ly file.
2) slur placement is not taken into account. The entry below has the
argument placement set to "below" but musicxml2ly outputs it as a
standard pair of ( ) instead of _( _)
<notations>
<slur type="start" placement="below" number="1"/>
</notations>
3) MusicXML contains information about al niente hairpins but music2xml
does not use those. Perhaps this feature could be added? This is how the
.musicxml looks like:
<direction placement="below">
<direction-type>
<wedge type="diminuendo" number="1" default-y="-75.00"/>
</direction-type>
</direction>
[...music under which the hairpin is...]
<direction placement="below">
<direction-type>
<wedge type="stop" niente="yes" number="1" relative-x="16.00"/>
</direction-type>
</direction>
Cheers,
Gilberto
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond