This commit is contained in:
ws 2014-08-16 18:18:58 +02:00
parent 048eb7df3b
commit 8fff190278

View file

@ -126,6 +126,7 @@ Score* createExcerpt(const QList<Part*>& parts)
Staff* s = new Staff(score);
s->setPart(p);
s->setStaffType(staff->staffType());
s->setDefaultClefType(staff->defaultClefType());
s->linkTo(staff);
p->staves()->append(s);
score->staves().append(s);