w3c / musicxml

MusicXML specification
479 stars 56 forks source link

Docs give misleading info where time-modification's children are used #487

Open GeorgeTailor opened 1 year ago

GeorgeTailor commented 1 year ago

When you go to https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/metronome-tuplet/ you can see that

All have their links, however when you follow the links https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/actual-notes/ https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/normal-notes/ https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/normal-type/ https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/normal-dot/ All of the above mention only one parent, which is https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/time-modification/ This is different than the other cases when an element can be under multiple different children and can mislead the reader.
mscuthbert commented 1 year ago

Thanks George -- I think there was something cut off on the description but I see what you mean. It should be more like the <part-list> element https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/part-list/ which lists multiple parent elements. Will fix.