Skip to content

Commit 940352b

Browse files
committed
fixed the order
1 parent 37553a6 commit 940352b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/notation/view/internal/dynamicpopupmodel.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ static const QList<QList<DynamicPopupModel::PageItem> > DYN_POPUP_PAGES = {
6464
{ DynamicType::PPPPPP, 74, 2.0, DynamicPopupModel::Dynamic },
6565
{ DynamicType::FFFFFF, 60, 2.5, DynamicPopupModel::Dynamic },
6666
},
67-
{ // Page 6
67+
{ // Page 6 - Hairpins
68+
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Crescendo },
69+
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Decrescendo },
70+
},
71+
{ // Page 7
6872
{ DynamicType::PPPPP, 64, 2.0, DynamicPopupModel::Dynamic },
6973
{ DynamicType::PPPP, 52, 2.0, DynamicPopupModel::Dynamic },
7074
{ DynamicType::PPP, 44, 2.0, DynamicPopupModel::Dynamic },
7175
},
72-
{ // Page 7 - Hairpins
73-
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Crescendo },
74-
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Decrescendo },
75-
},
7676
};
7777

7878
DynamicPopupModel::DynamicPopupModel(QObject* parent)

0 commit comments

Comments
 (0)