Skip to content

Commit

Permalink
Merge pull request #4701 from jthistle/282433-ottava-number-only
Browse files Browse the repository at this point in the history
fix #282433: numbers only not saved
  • Loading branch information
anatoly-os committed Mar 8, 2019
1 parent f59130b commit b748896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/ottava.cpp
Expand Up @@ -258,6 +258,7 @@ void Ottava::write(XmlWriter& xml) const
xml.stag(this);
xml.tag("subtype", ottavaDefault[int(ottavaType())].name);
writeProperty(xml, Pid::PLACEMENT);
writeProperty(xml, Pid::NUMBERS_ONLY);
// for (const StyledProperty& spp : *styledProperties())
// writeProperty(xml, spp.pid);
TextLineBase::writeProperties(xml);
Expand Down

0 comments on commit b748896

Please sign in to comment.