Skip to content

Commit

Permalink
Merge pull request #4076 from Jojo-Schmitz/countin
Browse files Browse the repository at this point in the history
fix #277566: Add "Count-In" to the toolbar editor "Playback Controls"
  • Loading branch information
anatoly-os committed Oct 29, 2018
2 parents 9fb4549 + a6bdec9 commit 71322ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mscore/musescore.cpp
Expand Up @@ -236,7 +236,8 @@ const std::list<const char*> MuseScore::_allPlaybackControlEntries {
"",
"repeat",
"pan",
"metronome"
"metronome",
"countin"
};

extern bool savePositions(Score*, const QString& name, bool segments );
Expand Down

0 comments on commit 71322ee

Please sign in to comment.