Merge pull request #5027 from MarcSabatella/289293-write-mindistance
fix #289293: articulation min distance not written
This commit is contained in:
commit
ada5188b76
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue