Closed joeberkovitz closed 3 years ago
The version of <measure> within the <global> element is missing all of its attributes (index, number and barline).
<measure>
<global>
index
number
barline
Thanks @joeberkovitz. Fixed this in a7e04aa. But it got me thinking that allowing those attributes in both places is a bit of a design smell. I've just opened issue #265 about this.
The version of
<measure>
within the<global>
element is missing all of its attributes (index
,number
andbarline
).