Skip to content

Commit

Permalink
fix #29661
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Aug 15, 2014
1 parent 2c31360 commit 30d3182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/excerpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Score* createExcerpt(const QList<Part*>& parts)

foreach (Part* part, parts) {
Part* p = new Part(score);
p->setInstrument(*part->instr());
p->setInstrument(*part->instr(), 0);

foreach (Staff* staff, *part->staves()) {
Staff* s = new Staff(score, p);
Expand Down
1 change: 1 addition & 0 deletions libmscore/instrument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ InstrumentData::InstrumentData(const InstrumentData& i)
_midiActions = i._midiActions;
_articulation = i._articulation;
_channel = i._channel;
_clefType = i._clefType;
}

//---------------------------------------------------------
Expand Down

0 comments on commit 30d3182

Please sign in to comment.