Skip to content

Commit

Permalink
Merge pull request #5027 from MarcSabatella/289293-write-mindistance
Browse files Browse the repository at this point in the history
fix #289293: articulation min distance not written
  • Loading branch information
anatoly-os committed May 22, 2019
2 parents 693d478 + 1b194ce commit ada5188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/articulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ void Articulation::write(XmlWriter& xml) const
xml.tag("subtype", Sym::id2name(_symId));
writeProperty(xml, Pid::PLAY);
writeProperty(xml, Pid::ORNAMENT_STYLE);
for (const StyledProperty& spp : *styledProperties())
writeProperty(xml, spp.pid);
Element::writeProperties(xml);
writeProperty(xml, Pid::ARTICULATION_ANCHOR);
xml.etag();
Expand Down

0 comments on commit ada5188

Please sign in to comment.