fix vtest articulation-1

This commit is contained in:
ws 2018-01-16 14:36:39 +01:00
parent 35265cd358
commit 5d1b3549d5
4 changed files with 16 additions and 19 deletions

View file

@ -66,8 +66,6 @@ bool Fermata::readProperties(XmlReader& e)
{
const QStringRef& tag(e.name());
printf("<<%s>>\n", qPrintable(tag.toString()));
if (tag == "subtype") {
QString s = e.readElementText();
SymId id = Sym::name2id(s);

View file

@ -1074,7 +1074,6 @@ StyleIdx Tuplet::getPropertyStyle(P_ID id) const
void Tuplet::resetProperty(P_ID id)
{
printf("reset property %s\n", propertyQmlName(id));
switch (id) {
case P_ID::DIRECTION:
setProperty(id, propertyDefault(id));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -108,12 +108,12 @@
<tpc>15</tpc>
</Note>
</Chord>
<Fermata>
<subtype>fermataBelow</subtype>
<placement>below</placement>
</Fermata>
<Chord>
<durationType>eighth</durationType>
<Articulation>
<subtype>fermataBelow</subtype>
<anchor>1</anchor>
</Articulation>
<Beam>1</Beam>
<Note>
<pitch>76</pitch>
@ -136,13 +136,13 @@
<tpc>15</tpc>
</Note>
</Chord>
<Fermata>
<subtype>fermataBelow</subtype>
<placement>below</placement>
</Fermata>
<Chord>
<BeamMode>no</BeamMode>
<durationType>eighth</durationType>
<Articulation>
<subtype>fermataBelow</subtype>
<anchor>1</anchor>
</Articulation>
<StemDirection>down</StemDirection>
<Note>
<pitch>67</pitch>
@ -184,12 +184,12 @@
<tpc>17</tpc>
</Note>
</Chord>
<Fermata>
<subtype>fermataBelow</subtype>
<placement>below</placement>
</Fermata>
<Chord>
<durationType>eighth</durationType>
<Articulation>
<subtype>fermataBelow</subtype>
<anchor>1</anchor>
</Articulation>
<Beam>2</Beam>
<Note>
<pitch>69</pitch>
@ -212,12 +212,12 @@
<tpc>17</tpc>
</Note>
</Chord>
<Fermata>
<subtype>fermataBelow</subtype>
<placement>below</placement>
</Fermata>
<Chord>
<durationType>16th</durationType>
<Articulation>
<subtype>fermataBelow</subtype>
<anchor>1</anchor>
</Articulation>
<Note>
<pitch>69</pitch>
<tpc>17</tpc>