Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / lsr / demo-midiinstruments.ly
blob94ba606d76f151ff669bd85d112ad2d157b788f8
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
5 \header {
6 lsrtags = "midi"
8 texidoc = "
9 Problem: How to know which @code{midiInstrument} would be best for your
10 composition? Solution: A LilyPond demo file.
15 doctitle = "Demo MidiInstruments"
16 } % begin verbatim
18 \header {
19 title = "Demo of all midi sounds"
20 arranger = "Myself "
23 baseMelody = \relative c' {
24 c4.\mf g c16 b' c d
25 e16 d e f g4 g'4 r
28 melody = {
29 \tempo 4 = 150
30 \baseMelody
33 \score {
34 \new Staff <<
35 \new Voice \melody
37 \layout { }
40 \score {
41 \new Staff <<
42 \new Voice {
43 r\mf
44 \set Staff.midiInstrument = #"acoustic grand" \melody
45 \set Staff.midiInstrument = #"bright acoustic" \melody
46 \set Staff.midiInstrument = #"electric grand" \melody
47 \set Staff.midiInstrument = #"honky-tonk" \melody
48 \set Staff.midiInstrument = #"electric piano 1" \melody
49 \set Staff.midiInstrument = #"electric piano 2" \melody
50 \set Staff.midiInstrument = #"harpsichord" \melody
51 \set Staff.midiInstrument = #"clav" \melody
52 \set Staff.midiInstrument = #"celesta" \melody
53 \set Staff.midiInstrument = #"glockenspiel" \melody
54 \set Staff.midiInstrument = #"music box" \melody
55 \set Staff.midiInstrument = #"vibraphone" \melody
56 \set Staff.midiInstrument = #"marimba" \melody
57 \set Staff.midiInstrument = #"xylophone" \melody
58 \set Staff.midiInstrument = #"tubular bells" \melody
59 \set Staff.midiInstrument = #"dulcimer" \melody
60 \set Staff.midiInstrument = #"drawbar organ" \melody
61 \set Staff.midiInstrument = #"percussive organ" \melody
62 \set Staff.midiInstrument = #"rock organ" \melody
63 \set Staff.midiInstrument = #"church organ" \melody
64 \set Staff.midiInstrument = #"reed organ" \melody
65 \set Staff.midiInstrument = #"accordion" \melody
66 \set Staff.midiInstrument = #"harmonica" \melody
67 \set Staff.midiInstrument = #"concertina" \melody
68 \set Staff.midiInstrument = #"acoustic guitar (nylon)" \melody
69 \set Staff.midiInstrument = #"acoustic guitar (steel)" \melody
70 \set Staff.midiInstrument = #"electric guitar (jazz)" \melody
71 \set Staff.midiInstrument = #"electric guitar (clean)" \melody
72 \set Staff.midiInstrument = #"electric guitar (muted)" \melody
73 \set Staff.midiInstrument = #"overdriven guitar" \melody
74 \set Staff.midiInstrument = #"distorted guitar" \melody
75 \set Staff.midiInstrument = #"acoustic bass" \melody
76 \set Staff.midiInstrument = #"electric bass (finger)" \melody
77 \set Staff.midiInstrument = #"electric bass (pick)" \melody
78 \set Staff.midiInstrument = #"fretless bass" \melody
79 \set Staff.midiInstrument = #"slap bass 1" \melody
80 \set Staff.midiInstrument = #"slap bass 2" \melody
81 \set Staff.midiInstrument = #"synth bass 1" \melody
82 \set Staff.midiInstrument = #"synth bass 2" \melody
83 \set Staff.midiInstrument = #"violin" \melody
84 \set Staff.midiInstrument = #"viola" \melody
85 \set Staff.midiInstrument = #"cello" \melody
86 \set Staff.midiInstrument = #"contrabass" \melody
87 \set Staff.midiInstrument = #"tremolo strings" \melody
88 \set Staff.midiInstrument = #"pizzicato strings" \melody
89 \set Staff.midiInstrument = #"orchestral harp" \melody
90 \set Staff.midiInstrument = #"timpani" \melody
91 \set Staff.midiInstrument = #"string ensemble 1" \melody
92 \set Staff.midiInstrument = #"string ensemble 2" \melody
93 \set Staff.midiInstrument = #"synthstrings 1" \melody
94 \set Staff.midiInstrument = #"synthstrings 2" \melody
95 \set Staff.midiInstrument = #"choir aahs" \melody
96 \set Staff.midiInstrument = #"voice oohs" \melody
97 \set Staff.midiInstrument = #"synth voice" \melody
98 \set Staff.midiInstrument = #"orchestra hit" \melody
99 \set Staff.midiInstrument = #"trumpet" \melody
100 \set Staff.midiInstrument = #"trombone" \melody
101 \set Staff.midiInstrument = #"tuba" \melody
102 \set Staff.midiInstrument = #"muted trumpet" \melody
103 \set Staff.midiInstrument = #"french horn" \melody
104 \set Staff.midiInstrument = #"brass section" \melody
105 \set Staff.midiInstrument = #"synthbrass 1" \melody
106 \set Staff.midiInstrument = #"synthbrass 2" \melody
107 \set Staff.midiInstrument = #"soprano sax" \melody
108 \set Staff.midiInstrument = #"alto sax" \melody
109 \set Staff.midiInstrument = #"tenor sax" \melody
110 \set Staff.midiInstrument = #"baritone sax" \melody
111 \set Staff.midiInstrument = #"oboe" \melody
112 \set Staff.midiInstrument = #"english horn" \melody
113 \set Staff.midiInstrument = #"bassoon" \melody
114 \set Staff.midiInstrument = #"clarinet" \melody
115 \set Staff.midiInstrument = #"piccolo" \melody
116 \set Staff.midiInstrument = #"flute" \melody
117 \set Staff.midiInstrument = #"recorder" \melody
118 \set Staff.midiInstrument = #"pan flute" \melody
119 \set Staff.midiInstrument = #"blown bottle" \melody
120 \set Staff.midiInstrument = #"shakuhachi" \melody
121 \set Staff.midiInstrument = #"whistle" \melody
122 \set Staff.midiInstrument = #"ocarina" \melody
123 \set Staff.midiInstrument = #"lead 1 (square)" \melody
124 \set Staff.midiInstrument = #"lead 2 (sawtooth)" \melody
125 \set Staff.midiInstrument = #"lead 3 (calliope)" \melody
126 \set Staff.midiInstrument = #"lead 4 (chiff)" \melody
127 \set Staff.midiInstrument = #"lead 5 (charang)" \melody
128 \set Staff.midiInstrument = #"lead 6 (voice)" \melody
129 \set Staff.midiInstrument = #"lead 7 (fifths)" \melody
130 \set Staff.midiInstrument = #"lead 8 (bass+lead)" \melody
131 \set Staff.midiInstrument = #"pad 1 (new age)" \melody
132 \set Staff.midiInstrument = #"pad 2 (warm)" \melody
133 \set Staff.midiInstrument = #"pad 3 (polysynth)" \melody
134 \set Staff.midiInstrument = #"pad 4 (choir)" \melody
135 \set Staff.midiInstrument = #"pad 5 (bowed)" \melody
136 \set Staff.midiInstrument = #"pad 6 (metallic)" \melody
137 \set Staff.midiInstrument = #"pad 7 (halo)" \melody
138 \set Staff.midiInstrument = #"pad 8 (sweep)" \melody
139 \set Staff.midiInstrument = #"fx 1 (rain)" \melody
140 \set Staff.midiInstrument = #"fx 2 (soundtrack)" \melody
141 \set Staff.midiInstrument = #"fx 3 (crystal)" \melody
142 \set Staff.midiInstrument = #"fx 4 (atmosphere)" \melody
143 \set Staff.midiInstrument = #"fx 5 (brightness)" \melody
144 \set Staff.midiInstrument = #"fx 6 (goblins)" \melody
145 \set Staff.midiInstrument = #"fx 7 (echoes)" \melody
146 \set Staff.midiInstrument = #"fx 8 (sci-fi)" \melody
147 \set Staff.midiInstrument = #"sitar" \melody
148 \set Staff.midiInstrument = #"banjo" \melody
149 \set Staff.midiInstrument = #"shamisen" \melody
150 \set Staff.midiInstrument = #"koto" \melody
151 \set Staff.midiInstrument = #"kalimba" \melody
152 \set Staff.midiInstrument = #"bagpipe" \melody
153 \set Staff.midiInstrument = #"fiddle" \melody
154 \set Staff.midiInstrument = #"shanai" \melody
155 \set Staff.midiInstrument = #"tinkle bell" \melody
156 \set Staff.midiInstrument = #"agogo" \melody
157 \set Staff.midiInstrument = #"steel drums" \melody
158 \set Staff.midiInstrument = #"woodblock" \melody
159 \set Staff.midiInstrument = #"taiko drum" \melody
160 \set Staff.midiInstrument = #"melodic tom" \melody
161 \set Staff.midiInstrument = #"synth drum" \melody
162 \set Staff.midiInstrument = #"reverse cymbal" \melody
163 \set Staff.midiInstrument = #"guitar fret noise" \melody
164 \set Staff.midiInstrument = #"breath noise" \melody
165 \set Staff.midiInstrument = #"seashore" \melody
166 \set Staff.midiInstrument = #"bird tweet" \melody
167 \set Staff.midiInstrument = #"telephone ring" \melody
168 \set Staff.midiInstrument = #"helicopter" \melody
169 \set Staff.midiInstrument = #"applause" \melody
170 \set Staff.midiInstrument = #"gunshot" \melody
173 \midi { }