lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
117 stars 28 forks source link

Fix playback loop due to bug in MusicXML importer #301

Closed cecilios closed 3 years ago

cecilios commented 3 years ago

Playback loop was detected in MozartTrio smaple and fixed in this PR. It was caused by just a missing k_barline_double_repetition_alt in method BarlineMxlAnalizer::combine_barlines() but I take the opportunity to add a couple of unimportant changes: