Skip to content

Commit 4149d1c

Browse files
committed
Fix Flipped Toms
Fix Flipped Toms
1 parent 3c0e117 commit 4149d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engraving/dom/drumset.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ void Drumset::initDrumset()
491491
smDrumset->drum(41) = DrumInstrument(
492492
TConv::userName(DrumNum(41)),
493493
NoteHeadGroup::HEAD_NORMAL,
494-
/*line*/ 5,
494+
/*line*/ 6,
495495
DirectionV::UP,
496496
/*panelRow*/ 1,
497497
/*panelColumn*/ 6,
@@ -513,7 +513,7 @@ void Drumset::initDrumset()
513513
smDrumset->drum(43) = DrumInstrument(
514514
TConv::userName(DrumNum(43)),
515515
NoteHeadGroup::HEAD_NORMAL,
516-
/*line*/ 6,
516+
/*line*/ 5,
517517
DirectionV::UP,
518518
/*panelRow*/ 2,
519519
/*panelColumn*/ 0,

0 commit comments

Comments
 (0)