by Evan Brooks » Wed Jun 22, 2016 9:46 am
Hi Michael,
In an earlier post on this subject, you recommended that laissez vibrer ties be represented with a Tied start and Tied stop on the same note.
How does this recommendation allow one to distinguish between the following two "cases" of a laissez vibrer tie, which I would describe as "single-ended ties", or "unmatched ties":
Case 1: a note element that has a tie starting on it, but with no end note element for the tie
Case 2: a note element that has a tie ending on it, with no start note element for the tie
If each of those two cases is represented in MusicXML by a note that has both a Tied start and Tied stop on it, as I understand your recommendation to be, how can they be distinguished from one another when one tries to parse the MusicXML?
My instinctual solution would be to describe each case literally:
Case 1: the Note has a Tied start on it, and there is no matching Tied stop for it in the document.
Case 2: the Note has a Tied stop on it, and there is no matching Tied start for it in the document.
My solution allows the two cases to be distinguished readily. I don't see any way to do this if each case is represented by both a Tied start and Tied stop on the same Note element, as I understand you to be recommending.
The current version of Finale and the Dolet plug-in export these situations differently, depending on whether the Dolet plug-in is used or not, but in no case is anything consistent with the solutions that either you or I are suggesting. As a result, I am trying to start with a clarification of your own recommendation, and then hoping that future versions of the software will conform to it.
In the end, we have to be able to write software that can identify the above two cases of a laissez vibrer tie (or single-ended tie) in MusicXML. It's impossible to do so currently given the many different ways that the current notation software seems to represent them in MusicXML exports.
--Evan