]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/percussion-chart.ly
Merge master into nested-bookparts
[lilypond.git] / input / manual / percussion-chart.ly
1 \version "2.11.61"
2
3 % yes, I know this is a mess.  But I'm not going to fuss with
4 % it one day before I leave.  -gp
5
6 % this chart is used in the manual too.
7
8 \header {
9     texidoc ="@cindex Percussion notes
10
11 This chart shows all percussion and drum notes."
12 }
13
14 myBreak = { \bar " " \break }
15
16 \new Score \with {
17   \remove "Bar_number_engraver"
18 } \new DrumStaff \with {
19   \remove "Time_signature_engraver"
20 } \context DrumVoice {
21
22 %% this stuff set up nice || bar lines to divide percussion notes
23 %% into related fields, but it should be placed in the actual
24 %% music, not as a separate voice.  -gp
25 %{
26 barlines = {  
27 \repeat "unfold" 4 {s 1 \bar" " } s 1 \bar "||" 
28 \repeat "unfold" 2 { s 1 \bar" "  s 1 \bar" " s 1 \bar "||" }
29 \repeat "unfold" 4 {s 1 \bar" " } s 1 \bar "||" 
30 \repeat "unfold" 7  {s 1 \bar" " }  s 1 \bar "||" 
31 s 1 \bar" "  s 1 \bar "||" 
32 \repeat "unfold" 2 { \repeat "unfold" 5 {s 1 \bar" " } s 1 \bar "||" }          
33 \repeat "unfold" 2 { s 1 \bar" "  s 1 \bar "||" }
34 \repeat "unfold" 2 {s 1 \bar" " } s 1 \bar "||" 
35 \repeat "unfold" 4 {s 1 \bar" " } s 1 \bar "||" 
36 s 1 \bar" "  s 1 \bar "||" 
37 \repeat "unfold" 3 {s 1 \bar" " } s 1 \bar "||" 
38 \repeat "unfold" 2 {s 1 \bar" " } s 1 \bar "||" 
39 \repeat "unfold" 3 {\repeat "unfold" 4 {s 1 \bar" " } s 1 \bar "||"  }
40 }
41 %}
42
43 \drummode { 
44 \textLengthOn
45 \cadenzaOn
46 bda1 ^"acousticbassdrum: bda" bd   ^"bassdrum: bd" sn  ^"snare: sn" sne  ^"electricsnare: sne" sna  ^"acousticsnare: sna" \myBreak
47 tomfl  ^"lowfloortom: tomfl" tomfh  ^"highfloortom: tomfh" toml  ^"lowtom: toml"  tomh  ^"hightom: tomh" 
48 tomml  ^"lowmidtom: tomml" tommh  ^"himidtom: tommh" \myBreak
49 hhc  ^"closedhihat: hhc"  hh  ^"hihat: hh" hhp  ^"pedalhihat: hhp" hho  ^"openhihat: hho" hhho  ^"halfopenhihat: hhho" \myBreak
50 cymca  ^"crashcymbala: cymca" cymc  ^"crashcymbal: cymc" cymra  ^"ridecymbala: cymra" cymr  ^"ridecymbal: cymr"  \myBreak cymch  ^"chinesecymbal: cymch" cyms  ^"splashcymbal: cyms"
51 cymcb  ^"crashcymbalb: cymcb"  cymrb  ^"ridecymbalb: cymrb" 
52 rb  ^"ridebell: rb" cb  ^"cowbell: cb" \myBreak
53 bohm  ^"mutehibongo: bohm" boh  ^"hibongo: boh" boho  ^"openhibongo: boho" bolm  ^"mutelobongo: bolm" bol  ^"lobongo: bol" bolo  ^"openlobongo: bolo"\myBreak
54 cghm  ^"mutehiconga: cghm" cglm  ^"muteloconga: cglm" cgho  ^"openhiconga: cgho" cgh  ^"hiconga: cgh" cglo  ^"openloconga: cglo" cgl  ^"loconga: cgl" \myBreak
55 timh  ^"hitimbale: timh" timl  ^"lotimbale: timl"  
56 agh  ^"hiagogo: agh" agl  ^"loagogo: agl" \myBreak
57 ssh ^"hisidestick: ssh" ss  ^"sidestick: ss" ssl  ^"losidestick: ssl" \myBreak
58 guis  ^"shortguiro: guis" guil  ^"longguiro: guil" gui  ^"guiro: gui" cab  ^"cabasa: cab" mar  ^"maracas: mar" \myBreak
59 whs  ^"shortwhistle: whs" whl  ^"longwhistle: whl"  \myBreak
60 hc  ^"handclap: hc" tamb  ^"tambourine: tamb" vibs  ^"vibraslap: vibs" tt ^"tamtam: tt"  \myBreak
61 cl  ^"claves: cl" wbh  ^"hiwoodblock: wbh" wbl  ^"lowoodblock: wbl"  \myBreak
62 cuim  ^"mutecuica: cuim" cuio  ^"opencuica: cuio"
63 trim  ^"mutetriangle: trim" tri  ^"triangle: tri" trio  ^"opentriangle: trio"  \myBreak
64 ua  ^"oneup: ua" ub  ^"twoup: ub" uc  ^"threeup: uc" ud  ^"fourup: ud" ue  ^"fiveup: ue"  \myBreak
65 da  ^"onedown: da" db  ^"twodown: db" dc  ^"threedown: dc" dd  ^"fourdown: dd" de ^"fivedown: de"  \myBreak
66 }
67 }
68