vdaron / MusicXml.Net

Quick C# parser for MusicXML
Other
58 stars 27 forks source link

Support tie and slur #16

Open oxygen-dioxide opened 1 year ago

oxygen-dioxide commented 1 year ago

MusicXml is built for sheet music visualization instead of playing. When playing or singing sheet music, tied notes should be treated as one note, and slur notes should be treated as one syllable. However, scores parsed by MusicXml.Net know nothing about ties and slurs, making it unable to correctly play the music.

vdaron commented 1 year ago

I'm working on notations that will gives you these information