This commit is contained in:
ws 2014-09-28 13:26:00 +02:00
parent 60727e9466
commit 53da48aa56
2 changed files with 3 additions and 5 deletions

View file

@ -134,12 +134,12 @@ static const PropertyData propertyList[] = {
{ P_ID::NUMBERS_ONLY, false, "numbersOnly", P_TYPE::BOOL },
{ P_ID::TRILL_TYPE, false, "", P_TYPE::INT },
{ P_ID::HAIRPIN_CIRCLEDTIP, false, "hairpinCircledTip", P_TYPE::BOOL },
{ P_ID::HAIRPIN_TYPE, false, "", P_TYPE::INT },
{ P_ID::HAIRPIN_TYPE, true, "", P_TYPE::INT },
{ P_ID::HAIRPIN_HEIGHT, false, "hairpinHeight", P_TYPE::SPATIUM },
{ P_ID::HAIRPIN_CONT_HEIGHT, false, "hairpinContHeight", P_TYPE::SPATIUM },
{ P_ID::VELO_CHANGE, false, "veloChange", P_TYPE::INT },
{ P_ID::DYNAMIC_RANGE, false, "dynType", P_TYPE::INT },
{ P_ID::VELO_CHANGE, true, "veloChange", P_TYPE::INT },
{ P_ID::DYNAMIC_RANGE, true, "dynType", P_TYPE::INT },
{ P_ID::PLACEMENT, false, "placement", P_TYPE::PLACEMENT },
{ P_ID::VELOCITY, false, "velocity", P_TYPE::INT },
{ P_ID::JUMP_TO, false, "jumpTo", P_TYPE::STRING },

View file

@ -68,14 +68,12 @@ class KeySig;
class TimeSig;
class Clef;
class Image;
class Hairpin;
class Bend;
class TremoloBar;
class NoteEvent;
class SlurSegment;
class InstrumentChange;
class Box;
class Accidental;
class Spanner;
class BarLine;
enum class ClefType : signed char;