MuseScore/Compatibility

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
369 B
Plaintext
Raw Normal View History

2012-08-23 11:46:54 +02:00
Compatibility with 1.2 scores
2012-08-23 12:28:27 +02:00
* In 1.2 beams cannot span measures. "Middle Beam" markings are ignored in
this case. In 2.0 the marking is honored.
2012-08-23 11:46:54 +02:00
Bug: the current implementation does not handle beams spanning pages.
The resulting layout is undefined.
2012-08-23 12:28:27 +02:00
(Fixed by replacing "Middle Beam" markings at the beginning of a Measure
by "Beam Begin" marking)
2012-08-23 11:46:54 +02:00