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