Merge pull request #5027 from MarcSabatella/289293-write-mindistance

fix #289293: articulation min distance not written
This commit is contained in:
anatoly-os 2019-05-22 09:07:58 +02:00 committed by GitHub
commit ada5188b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();