opensheetmusicdisplay / osme

Open Sheet Music Education: A configurable generator for sight reading practice sheets, using OSMD
https://opensheetmusiceducation.org/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

osmd merge develop, barlines change #8

Closed sschmidTU closed 5 years ago

sschmidTU commented 5 years ago

straight merge of latest osmd/develop. there were a few changes for barlines, mainly the piece not automatically ending with a final barline, so the one line added to ExampleSourceGenerator is setting the barline of the last measure.

no breaking changes as far as i can see.

i had to change the imports a bit, because suddenly the VexFlowMusicSheetCalculator wasn't found.

@FloHin Any other potential issues with simply merging osmd develop maybe?

edit: merge should have gone into develop, not master, my mistake. led to some merge complications.

FloHin commented 5 years ago

Looks fine, thanks!