Audiveris / audiveris

Latest generation of Audiveris OMR engine
https://audiveris.github.io/audiveris
GNU Affero General Public License v3.0
1.48k stars 218 forks source link

song not translating correctly #676

Open carljonghms opened 10 months ago

carljonghms commented 10 months ago

I have the following song:

b64

When I converted it, I got:

b64_converted

You'll notice the F sharp is on the 3rd beat in the 3rd measure, when it should be on the 4th beat.

Thanks

hbitteur commented 10 months ago

@carljonghms You can display the voices with different colors, using the pull-down menu View | Show score Voices (or pressing the F8 function key). Doing so you get this display for measure 3:

image

As you can now see, the F sharp has been assigned to voice 2 (green) which seems correct. In fact we should consider that the input image lacks a quarter rest on beat 3, between the C sharp quarter note (beat 2) and the F sharp (beat 4).

To fix that, we can manually insert the missing quarter rest between these two notes on voice 2:

image

The result, as seen from Finale, is now correct:

image