Skip to content

Commit

Permalink
Merge pull request #4859 from MarcSabatella/284644-part-offset
Browse files Browse the repository at this point in the history
fix #284644: offset of instrument name when generating parts
  • Loading branch information
dmitrio95 committed Apr 10, 2019
2 parents 074749d + 8fc60cd commit 21962a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/excerpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ void Excerpt::createExcerpt(Excerpt* excerpt)
if (!partLabel.isEmpty()) {
Text* txt = new Text(score, Tid::INSTRUMENT_EXCERPT);
txt->setPlainText(partLabel);
txt->setTrack(0);
measure->add(txt);
score->setMetaTag("partName", partLabel);
}
Expand Down

0 comments on commit 21962a1

Please sign in to comment.