music-encoding / sibmei

Sibelius MEI Plugin
MIT License
39 stars 16 forks source link

Don't write unsupported attributes on `<anchoredText>` #224

Closed th-we closed 8 months ago

th-we commented 8 months ago

Alas, <anhoredText> can't be used as full-fledged control event. I had to remove support for text.staff.plain for that reason. It's a staff attached object, but with <anchoredText>, we can use neither @staff nor @tstamp or @layer.

For page anchored text.system.page_aligned.composer, text.system.page_aligned.subtitle and text.system.page_aligned.title that's not a problem so <anchoredText> is still O.K. for them, but with removed @tstamp.

th-we commented 8 months ago

I added commit 8af3753 from #225 to this pull request because between these two pull requests, there would be a conflict in binary file text.sib. As that's hard to resolve, I added the changes to this pull request.