You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MusicXML code for bar 2 (i.e., the tremolo between two notes) is probably faulty; at least it doesn't conform to MusicXML 4.0, AFAICS. It would be nice if xml2ly (a) would emit a more friendly warning or error message, and (b) would insert a \barNumberCheck inspite of the internal error – starting from that very place, all checks are now off by one, causing follow-up warnings from LilyPond.
Here is what xml2ly produces:
\tuplet3/2 { b'4 b' b' } r |% 2\barNumberCheck#2\repeat tremolo 2 {b'16 b' }
r4 b'4( b' b' )|% 3\barNumberCheck#3
Additionally, it should rather be \repeat tremolo 4 { b'16 b' } to get the right number of beats.
[ef5018a]
Consider the MusicXML file in the attached archive and process it with
xml2ly tremolo.xml > tremolo.ly
This old tremolo code makes
xml2ly
emit a very cryptic message (\
inserted by me to increase readability), followed by another, very similar message:The MusicXML code for bar 2 (i.e., the tremolo between two notes) is probably faulty; at least it doesn't conform to MusicXML 4.0, AFAICS. It would be nice if
xml2ly
(a) would emit a more friendly warning or error message, and (b) would insert a\barNumberCheck
inspite of the internal error – starting from that very place, all checks are now off by one, causing follow-up warnings from LilyPond.Here is what
xml2ly
produces:Additionally, it should rather be
\repeat tremolo 4 { b'16 b' }
to get the right number of beats.tremolo.zip
The text was updated successfully, but these errors were encountered: