-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch mode produces voiceless notes #714
Comments
In the MusicXML export, notes within the same measure are exported voice after voice. The question is why the fifth quarter wasn't assigned any voice. Here is the strip for this measure:
Note that voice N°2 exists but is empty! |
Here is what happened during the processing of measure rhythm: Fot slot 5 however, the quarter note was not found time-compatible with the previous one, because this previous note ended at measure end. Hence there was no time left in voice N°1. From the engine point of view, that's all it could do! |
To be precise, the last chord (N°484) was assigned to voice N°2 (and indeed displayed in green, the color for voice N°2). |
Thanks for the investigation, but I'm afraid I'm simply witnessing something else in the interactive mode—see this: EDIT: Sorry, I just re-opened the OMR file above and now I see that actually the note is "voiceless" there as well. Then perhaps we're talking about a different bug: The note is viewed as green (i.e. but belonging voice 2), but this is in fact not the case, as dumping measure voices shows. EDIT2: Let me rephrase this from a very "high-level user" point of view: I've got a green note, but if I save the file and reopen it, it's no longer green… |
The following file was processed with
-batch
argument505-3_small.png
with the resulting file
505-3_small.zip
Now the extra quarter note in measure 7 somehow got "voiceless" and is not present in the export. When this image is imported in the GUI, it is assigned to voice 2.
Perhaps this is not a bug and there is some logic behind this behaviour, but I couldn't find this in the documentation…
(Why there are five quarters at all: There was a triplet sign, but it got "accidentally" deleted in the preprocessing of the images.)
The text was updated successfully, but these errors were encountered: