@@ -271,9 +271,10 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
271271 { Sid::pedalDashGapLen, " pedalDashGapLen" , 4.0 },
272272 { Sid::pedalHookHeight, " pedalHookHeight" , Spatium (-1.2 ) },
273273 { Sid::pedalFontFace, " pedalFontFace" , " Edwin" },
274- { Sid::pedalFontSize, " pedalFontSize" , 12 .0 },
274+ { Sid::pedalFontSize, " pedalFontSize" , 10 .0 },
275275 { Sid::pedalLineSpacing, " pedalLineSpacing" , 1.0 },
276276 { Sid::pedalFontSpatiumDependent, " pedalFontSpatiumDependent" , true },
277+ { Sid::pedalMusicalSymbolsScale, " pedalMusicalSymbolsScale" , 1.0 }, // percentage of the standard size
277278 { Sid::pedalFontStyle, " pedalFontStyle" , int (FontStyle::Normal) },
278279 { Sid::pedalColor, " pedalColor" , Color::BLACK },
279280 { Sid::pedalTextAlign, " pedalTextAlign" , Align (AlignH::LEFT, AlignV::BASELINE) },
@@ -285,7 +286,8 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
285286 { Sid::pedalFrameBgColor, " pedalFrameBgColor" , Color::transparent },
286287 { Sid::pedalText, " pedalText" , String (u" <sym>keyboardPedalPed</sym>" ) },
287288 { Sid::pedalHookText, " pedalHookText" , String () },
288- { Sid::pedalContinueText, " pedalContinueText" , String (u" (<sym>keyboardPedalPed</sym>)" ) },
289+ { Sid::pedalContinueText, " pedalContinueText" ,
290+ String (u" <sym>keyboardPedalParensLeft</sym><sym>keyboardPedalPed</sym><sym>keyboardPedalParensRight</sym>" ) },
289291 { Sid::pedalContinueHookText, " pedalContinueHookText" , String () },
290292 { Sid::pedalEndText, " pedalEndText" , String () },
291293 { Sid::pedalRosetteEndText, " pedalRosetteEndText" , String (u" <sym>keyboardPedalUp</sym>" ) },
@@ -583,6 +585,7 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
583585 { Sid::ottavaFontSize, " ottavaFontSize" , 10.0 },
584586 { Sid::ottavaLineSpacing, " ottavaLineSpacing" , 1.0 },
585587 { Sid::ottavaFontSpatiumDependent, " ottavaFontSpatiumDependent" , true },
588+ { Sid::ottavaMusicalSymbolsScale, " ottavaMusicalSymbolsScale" , 1.0 }, // percentage of the standard size
586589 { Sid::ottavaFontStyle, " ottavaFontStyle" , int (FontStyle::Normal) },
587590 { Sid::ottavaColor, " ottavaColor" , PropertyValue::fromValue (Color::BLACK) },
588591 { Sid::ottavaTextAlignAbove, " ottavaTextAlignAbove" , Align (AlignH::LEFT, AlignV::TOP) },
@@ -625,9 +628,11 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
625628 { Sid::tupletFontSize, " tupletFontSize" , 9.0 },
626629 { Sid::tupletLineSpacing, " tupletLineSpacing" , 1.0 },
627630 { Sid::tupletFontSpatiumDependent, " tupletFontSpatiumDependent" , true },
631+ { Sid::tupletMusicalSymbolsScale, " tupletMusicalSymbolsScale" , 1.0 }, // percentage of the standard size
628632 { Sid::tupletFontStyle, " tupletFontStyle" , int (FontStyle::Italic) },
629633 { Sid::tupletColor, " tupletColor" , PropertyValue::fromValue (Color::BLACK) },
630634 { Sid::tupletAlign, " tupletAlign" , Align (AlignH::HCENTER, AlignV::VCENTER) },
635+ { Sid::tupletUseSymbols, " tupletUseSymbols" , false },
631636 { Sid::tupletBracketHookHeight, " tupletBracketHookHeight" , Spatium (0.75 ) },
632637 { Sid::tupletOffset, " tupletOffset" , PointF () },
633638 { Sid::tupletFrameType, " tupletFrameType" , int (FrameType::NO_FRAME) },
@@ -831,6 +836,7 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
831836 { Sid::harpPedalDiagramFontSize, " harpPedalDiagramFontSize" , 10.0 },
832837 { Sid::harpPedalDiagramLineSpacing, " harpPedalDiagramLineSpacing" , 1.0 },
833838 { Sid::harpPedalDiagramFontSpatiumDependent, " harpPedalDiagramFontSpatiumDependent" , true },
839+ { Sid::harpPedalDiagramMusicalSymbolsScale, " harpPedalDiagramMusicalSymbolsScale" , 1.0 }, // percentage of the standard size
834840 { Sid::harpPedalDiagramFontStyle, " harpPedalDiagramFontStyle" , int (FontStyle::Normal) },
835841 { Sid::harpPedalDiagramColor, " harpPedalDiagramColor" , PropertyValue::fromValue (Color::BLACK) },
836842 { Sid::harpPedalDiagramAlign, " harpPedalDiagramAlign" , Align (AlignH::HCENTER, AlignV::VCENTER) },
@@ -1609,6 +1615,8 @@ const std::array<StyleDef::StyleValue, size_t(Sid::STYLES)> StyleDef::styleValue
16091615
16101616 { Sid::chordlineThickness, " chordlineThickness" , Spatium (0.16 ) },
16111617
1618+ { Sid::dummyMusicalSymbolsScale, " dummyMusicalSymbolsScale" , 1.0 },
1619+
16121620 { Sid::autoplaceEnabled, " autoplaceEnabled" , true },
16131621 { Sid::defaultsVersion, " defaultsVersion" , Constants::MSC_VERSION }
16141622} };
0 commit comments