small fix to smDrumset
and tests. Some code duplication with gpDrumset ?!?
This commit is contained in:
parent
3ad1022af1
commit
e257c639be
3 changed files with 6 additions and 6 deletions
|
@ -179,8 +179,8 @@ void initDrumset()
|
|||
smDrumset->drum(56) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "Ride (Bell)"), NoteHead::Group::HEAD_TRIANGLE, 1, MScore::Direction::UP);
|
||||
smDrumset->drum(57) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "Ride (Bell)"), NoteHead::Group::HEAD_CROSS, -3, MScore::Direction::UP);
|
||||
smDrumset->drum(59) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "Ride (Bell)"), NoteHead::Group::HEAD_CROSS, 2, MScore::Direction::UP);
|
||||
smDrumset->drum(63) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "open high conga"), NoteHead::Group::HEAD_CROSS, 4, MScore::Direction::UP);
|
||||
smDrumset->drum(64) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "low conga"), NoteHead::Group::HEAD_CROSS, 6, MScore::Direction::UP);
|
||||
smDrumset->drum(63) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "Open High Conga"), NoteHead::Group::HEAD_CROSS, 4, MScore::Direction::UP);
|
||||
smDrumset->drum(64) = DrumInstrument(QT_TRANSLATE_NOOP("drumset", "Low Conga"), NoteHead::Group::HEAD_CROSS, 6, MScore::Direction::UP);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -219,14 +219,14 @@
|
|||
<head>1</head>
|
||||
<line>4</line>
|
||||
<voice>0</voice>
|
||||
<name>open high conga</name>
|
||||
<name>Open High Conga</name>
|
||||
<stem>1</stem>
|
||||
</Drum>
|
||||
<Drum pitch="64">
|
||||
<head>1</head>
|
||||
<line>6</line>
|
||||
<voice>0</voice>
|
||||
<name>low conga</name>
|
||||
<name>Low Conga</name>
|
||||
<stem>1</stem>
|
||||
</Drum>
|
||||
<Channel>
|
||||
|
|
|
@ -219,14 +219,14 @@
|
|||
<head>1</head>
|
||||
<line>4</line>
|
||||
<voice>0</voice>
|
||||
<name>open high conga</name>
|
||||
<name>Open High Conga</name>
|
||||
<stem>1</stem>
|
||||
</Drum>
|
||||
<Drum pitch="64">
|
||||
<head>1</head>
|
||||
<line>6</line>
|
||||
<voice>0</voice>
|
||||
<name>low conga</name>
|
||||
<name>Low Conga</name>
|
||||
<stem>1</stem>
|
||||
</Drum>
|
||||
<Channel>
|
||||
|
|
Loading…
Reference in a new issue