lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes himidtom to highmidtom. (issue4633064)


From: mtsolo
Subject: Changes himidtom to highmidtom. (issue4633064)
Date: Thu, 23 Jun 2011 06:46:49 +0000

Reviewers: ,

Message:
Pretty self explanatory - it seems to be in keeping w/ the other tom
names.

Cheers,
MS

Description:
Changes himidtom to highmidtom.

Please review this at http://codereview.appspot.com/4633064/

Affected files:
  M Documentation/included/percussion-chart.ly
  M ly/drumpitch-init.ly


Index: Documentation/included/percussion-chart.ly
diff --git a/Documentation/included/percussion-chart.ly b/Documentation/included/percussion-chart.ly index 666ccd1a265076563b1b2b0f1d699055e83c5c29..d6eec48d74f7e77d3cbdca3bd5b1610c06f13e9d 100644
--- a/Documentation/included/percussion-chart.ly
+++ b/Documentation/included/percussion-chart.ly
@@ -44,7 +44,7 @@ s 1 \bar" "  s 1 \bar "||"
 \cadenzaOn
bda1 ^"acousticbassdrum: bda" bd ^"bassdrum: bd" sn ^"snare: sn" sne ^"electricsnare: sne" sna ^"acousticsnare: sna" \myBreak tomfl ^"lowfloortom: tomfl" tomfh ^"highfloortom: tomfh" toml ^"lowtom: toml" tomh ^"hightom: tomh"
-tomml  ^"lowmidtom: tomml" tommh  ^"himidtom: tommh" \myBreak
+tomml  ^"lowmidtom: tomml" tommh  ^"highmidtom: tommh" \myBreak
hhc ^"closedhihat: hhc" hh ^"hihat: hh" hhp ^"pedalhihat: hhp" hho ^"openhihat: hho" hhho ^"halfopenhihat: hhho" \myBreak cymca ^"crashcymbala: cymca" cymc ^"crashcymbal: cymc" cymra ^"ridecymbala: cymra" cymr ^"ridecymbal: cymr" \myBreak cymch ^"chinesecymbal: cymch" cyms ^"splashcymbal: cyms"
 cymcb  ^"crashcymbalb: cymcb"  cymrb  ^"ridecymbalb: cymrb"
Index: ly/drumpitch-init.ly
diff --git a/ly/drumpitch-init.ly b/ly/drumpitch-init.ly
index 65eec67cc1922f9e283b0a13452e916ec588eed2..ce6ac0902edba8fef23871aea09f5fdc967cafae 100644
--- a/ly/drumpitch-init.ly
+++ b/ly/drumpitch-init.ly
@@ -20,7 +20,7 @@ drumPitchNames =
    (openhihat . openhihat)
    (halfopenhihat . halfopenhihat)
    (lowmidtom . lowmidtom)
-   (himidtom . himidtom)
+   (highmidtom . highmidtom)
    (crashcymbala . crashcymbala)
    (crashcymbal . crashcymbal)
    (hightom . hightom)
@@ -93,7 +93,7 @@ drumPitchNames =
    (hho . openhihat)
    (hhho . halfopenhihat)
    (tomml . lowmidtom)
-   (tommh . himidtom)
+   (tommh . highmidtom)
    (cymca . crashcymbala)
    (cymc . crashcymbal)
    (tomh . hightom)
@@ -170,7 +170,7 @@ midiDrumPitches = #`(
        (openhihat . ,(ly:make-pitch -2 5 SHARP))
        (halfopenhihat . ,(ly:make-pitch -2 5 SHARP))
        (lowmidtom . ,(ly:make-pitch -2 6 NATURAL))
-       (himidtom . ,(ly:make-pitch -1 0 NATURAL))
+       (highmidtom . ,(ly:make-pitch -1 0 NATURAL))
        (crashcymbala . ,(ly:make-pitch -1 0 SHARP))
        (crashcymbal . ,(ly:make-pitch -1 1 FLAT))
        (hightom . ,(ly:make-pitch -1 1 NATURAL))
@@ -254,7 +254,7 @@ midiDrumPitches = #`(
       (openhihat cross "open" 3)
       (halfopenhihat xcircle #f 3)
       (lowmidtom () #f 0)
-      (himidtom () #f 2)
+      (highmidtom () #f 2)
       (crashcymbala xcircle #f 5)
       (crashcymbal xcircle #f 5)
       (hightom () #f 4)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]