music-encoding / sibmei

Sibelius MEI Plugin
MIT License
39 stars 16 forks source link

Make sure measure/@n gets actually written #181

Closed th-we closed 3 years ago

th-we commented 3 years ago

Because of ManuScript type coercion, @label was only written when ExternalBarNumber was the string '1'. Some fun facts about ManuScript:

Also, ExternalBarNumberString is always set, not only if we have explicitly set deviating bar numbers.

Alternative would be to always write @label, independent of whether it differs from @n.

ahankinson commented 3 years ago

Ready to merge?

th-we commented 3 years ago

Yes, ready. As you both approved, I'll merge myself.

ahankinson commented 3 years ago

No worries -- I was just about to do it anyway!