Open th-we opened 23 hours ago
This is not limited to MEI-basic. The Handling of tupletSpan
is indeed very limited.
If you want to give a try improving it, this is where all the restructuring is happing: https://github.com/rism-digital/verovio/blob/911d63c433494aeb9cf20bf50a9e205f006a0349/src/iomei.cpp#L8206-L8225
Describe the problem
When converting
<tupletSpan>
s with@startid
and@endid
inside beams to MEI basic, Verovio wraps the entire beam into a tuplet instead of just the tuplet notes.To Reproduce Steps to reproduce the behavior:
tuplet-span.mei
verovio -a -f mei -t mei-basic -o tuplet-basic.mei tuplet-span.mei
<layer>
element that Verovio exports totuplet-basic.me
i looks like this:Expected behavior
The
<layer>
element resulting from the below test data should look like this:Input data
Verovio information
Environment