Skip to content

Commit

Permalink
Merge pull request #1375 from mgavioli/Fix_36451_Alla_breve_forced_to…
Browse files Browse the repository at this point in the history
…_2_2

Fix #36451 : Alla breve forced to 2/2
  • Loading branch information
lasconic committed Oct 19, 2014
2 parents c8642c2 + 04f089f commit ee0798f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libmscore/timesig.cpp
Expand Up @@ -242,9 +242,6 @@ void TimeSig::read(XmlReader& e)
_sig.set(z1+z2+z3+z4, n);
customText = false;
}
// sanity check:
if (_timeSigType == TimeSigType::ALLA_BREVE)
_sig.set(2,2);
_stretch.reduce();
_needLayout = true;
}
Expand Down

0 comments on commit ee0798f

Please sign in to comment.