Skip to content

Commit

Permalink
fix #303617: add metric modulation dotted 8th = quarter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Apr 9, 2020
1 parent 13a302f commit 69a8873
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions mscore/menus.cpp
Expand Up @@ -1531,6 +1531,7 @@ PalettePanel* MuseScore::newTempoPalettePanel(bool defaultPalettePanel)
TempoPattern("<sym>metNoteQuarterUp</sym> = <sym>metNoteHalfUp</sym>", 2.0/1.0, true, false, true, false, false),
TempoPattern("<sym>metNote8thUp</sym> = <sym>metNote8thUp</sym>", 1.0/1.0, true, false, true, false, false),
TempoPattern("<sym>metNoteQuarterUp</sym> = <sym>metNoteQuarterUp</sym>", 1.0/1.0, true, false, true, false, false),
TempoPattern("<sym>metNote8thUp</sym><sym>space</sym><sym>metAugmentationDot</sym> = <sym>metNoteQuarterUp</sym>", 2.0/3.0, true, false, true, false, false),
};
for (TempoPattern tp : tps) {
TempoText* tt = new TempoText(gscore);
Expand Down
8 changes: 8 additions & 0 deletions share/workspaces/Advanced.xml
Expand Up @@ -1769,6 +1769,14 @@
<text><sym>metNoteQuarterUp</sym> = <sym>metNoteQuarterUp</sym></text>
</Tempo>
</Cell>
<Cell name="Metric modulation">
<mag>1.5</mag>
<Tempo>
<tempo>2</tempo>
<followText>1</followText>
<text><sym>metNote8thUp</sym><sym>space</sym><sym>metAugmentationDot</sym> = <sym>metNoteQuarterUp</sym></text>
</Tempo>
</Cell>
</Palette>
<Palette name="Dynamics">
<type>Dynamic</type>
Expand Down

0 comments on commit 69a8873

Please sign in to comment.