Skip to content

Commit

Permalink
Merge pull request #4226 from dmitrio95/276716-instr-names-layoutlinear
Browse files Browse the repository at this point in the history
fix #276716: show instruments names in continuous view
  • Loading branch information
anatoly-os committed Nov 26, 2018
2 parents c0b1c32 + 43c3b43 commit 3db03e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/layoutlinear.cpp
Expand Up @@ -122,6 +122,7 @@ void Score::resetSystems(bool /*layoutAll*/, LayoutContext& lc)
void Score::collectLinearSystem(LayoutContext& lc)
{
System* system = systems().front();
system->setInstrumentNames(/* longNames */ true);
// we need to reset tempo because fermata is setted
//inside getNextMeasure and it lead to twice timeStretch
resetTempo();
Expand Down

0 comments on commit 3db03e2

Please sign in to comment.