Skip to content

Commit

Permalink
Merge pull request #1387 from jpfleury/32911-follow-text
Browse files Browse the repository at this point in the history
fix #32911: Tempo marking from New Score Wizard doesn't follow text
  • Loading branch information
lasconic committed Oct 18, 2014
2 parents b7254a9 + 88284b6 commit 4201688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ void MuseScore::newFile()
tempo /= 60; // bpm -> bps

tt->setTempo(tempo);
tt->setFollowText(true);
tt->setTrack(0);
Segment* seg = score->firstMeasure()->first(Segment::Type::ChordRest);
seg->add(tt);
Expand Down

0 comments on commit 4201688

Please sign in to comment.