]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/wind.itely
Release: update news.
[lilypond.git] / Documentation / notation / wind.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.19.16"
11
12 @node Wind instruments
13 @section Wind instruments
14
15 @lilypondfile[quote]{wind-headword.ly}
16
17 This section includes elements of music notation that arise when
18 writing specifically for wind instruments.
19
20 @menu
21 * Common notation for wind instruments::
22 * Bagpipes::
23 * Woodwinds::
24 @end menu
25
26 @node Common notation for wind instruments
27 @subsection Common notation for wind instruments
28
29 This section discusses notation common to most wind instruments.
30
31 @menu
32 * References for wind instruments::
33 * Fingerings::
34 @end menu
35
36 @node References for wind instruments
37 @unnumberedsubsubsec References for wind instruments
38
39 @cindex wind instruments
40
41 Many notation issues for wind instruments pertain to breathing and
42 tonguing:
43
44 @itemize
45 @item Breathing can be specified by rests or @ref{Breath marks}.
46 @item Legato playing is indicated by @ref{Slurs}.
47 @item Different types of tonguings, ranging from legato to non-legato to
48 staccato are usually shown by articulation marks, sometimes combined
49 with slurs, see @ref{Articulations and ornamentations} and
50 @ref{List of articulations}.
51 @item Flutter tonguing is usually indicated by placing a tremolo mark
52 and a text markup on the note.  See @ref{Tremolo repeats}.
53 @end itemize
54
55 Other aspects of musical notation that can apply to wind instruments:
56
57 @itemize
58 @item Many wind instruments are transposing instruments, see
59 @ref{Instrument transpositions}.
60 @item Slide glissandi are characteristic of the trombone, but other
61 winds may perform keyed or valved glissandi.  See @ref{Glissando}.
62 @item Harmonic series glissandi, which are possible on all brass
63 instruments but common for French Horns, are usually written out as
64 @ref{Grace notes}.
65 @item Pitch inflections at the end of a note are discussed in
66 @ref{Falls and doits}.
67 @item Key slaps or valve slaps are often shown by the @code{cross} style
68 of @ref{Special note heads}.
69 @item Woodwinds can overblow low notes to sound harmonics.  These are
70 shown by the @code{flageolet} articulation.
71 See @ref{List of articulations}.
72 @item The use of brass mutes is usually indicated by a text markup, but
73 where there are many rapid changes it is better to use the
74 @code{stopped} and @code{open} articulations.
75 See @ref{Articulations and ornamentations} and
76 @ref{List of articulations}.
77 @item Stopped horns are indicated by the @code{stopped} articulation.
78 See @ref{Articulations and ornamentations}.
79 @end itemize
80
81 @snippets
82
83 @lilypondfile[verbatim,quote,texidoc,doctitle]
84 {changing--flageolet-mark-size.ly}
85
86 @seealso
87 Notation Reference:
88 @ref{Breath marks},
89 @ref{Slurs},
90 @ref{Articulations and ornamentations},
91 @ref{List of articulations},
92 @ref{Tremolo repeats},
93 @ref{Instrument transpositions},
94 @ref{Glissando},
95 @ref{Grace notes},
96 @ref{Falls and doits},
97 @ref{Special note heads},
98
99 Snippets:
100 @rlsr{Winds}.
101
102
103 @node Fingerings
104 @unnumberedsubsubsec Fingerings
105
106 All wind instruments other than the trombone require the use of several
107 fingers to produce each pitch.  Some fingering examples are shown in
108 the snippets below.
109
110 Woodwind diagrams can be produced and are described in
111 @ref{Woodwind diagrams}.
112
113 @snippets
114
115 @lilypondfile[verbatim,quote,texidoc,doctitle]
116 {fingering-symbols-for-wind-instruments.ly}
117
118 @lilypondfile[verbatim,quote,texidoc,doctitle]
119 {recorder-fingering-chart.ly}
120
121 @seealso
122 Notation Reference:
123 @ref{Woodwind diagrams}.
124
125 Snippets:
126 @rlsr{Winds}.
127
128
129 @node Bagpipes
130 @subsection Bagpipes
131
132 This section discusses notation common bagpipes.
133
134 @menu
135 * Bagpipe definitions::
136 * Bagpipe example::
137 @end menu
138
139 @node Bagpipe definitions
140 @unnumberedsubsubsec Bagpipe definitions
141
142 @cindex bagpipe
143 @cindex Scottish highland bagpipe
144 @cindex grace notes
145 @funindex \taor
146 @funindex \hideKeySignature
147 @funindex \showKeySignature
148
149 LilyPond contains special definitions for Scottish, Highland Bagpipe
150 music; to use them, add
151
152 @example
153 \include "bagpipe.ly"
154 @end example
155
156 @noindent
157 to the top of your input file.  This lets you add the special grace notes
158 common to bagpipe music with short commands.  For example, you could
159 write @code{\taor} instead of
160
161 @example
162 \grace @{ \small G32[ d G e] @}
163 @end example
164
165 @file{bagpipe.ly} also contains pitch definitions for the bagpipe
166 notes in the appropriate octaves, so you do not need to worry about
167 @code{\relative} or @code{\transpose}.
168
169 @lilypond[ragged-right,verbatim,quote,notime]
170 \include "bagpipe.ly"
171 { \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A }
172 @end lilypond
173
174 Bagpipe music nominally uses the key of D Major (even though that
175 isn't really true).  However, since that is the only key that can be used,
176 the key signature is normally not written out.  To set this up correctly,
177 always start your music with @code{\hideKeySignature}.  If you for some
178 reason want to show the key signature, you can use @code{\showKeySignature}
179 instead.
180
181 Some modern music use cross fingering on c and f to flatten those notes.
182 This can be indicated by @code{c-flat} or @code{f-flat}.  Similarly, the
183 piobaireachd high g can be written @code{g-flat} when it occurs in light
184 music.
185
186 @seealso
187 Snippets:
188 @rlsr{Winds}.
189
190
191 @node Bagpipe example
192 @unnumberedsubsubsec Bagpipe example
193
194 @cindex bagpipe example
195 @cindex Amazing Grace bagpipe example
196
197 This is what the well known tune Amazing Grace looks like in bagpipe
198 notation.
199
200 @lilypond[verbatim,quote]
201 \include "bagpipe.ly"
202 \layout {
203   indent = 0.0\cm
204   \context { \Score \remove "Bar_number_engraver" }
205 }
206
207 \header {
208   title = "Amazing Grace"
209   meter = "Hymn"
210   arranger = "Trad. arr."
211 }
212
213 {
214   \hideKeySignature
215   \time 3/4
216   \grg \partial 4 a8. d16
217   \slurd d2 \grg f8[ e32 d16.]
218   \grg f2 \grg f8 e
219   \thrwd d2 \grg b4
220   \grG a2 \grg a8. d16
221   \slurd d2 \grg f8[ e32 d16.]
222   \grg f2 \grg e8. f16
223   \dblA A2 \grg A4
224   \grg A2 f8. A16
225   \grg A2 \hdblf f8[ e32 d16.]
226   \grg f2 \grg f8 e
227   \thrwd d2 \grg b4
228   \grG a2 \grg a8. d16
229   \slurd d2 \grg f8[ e32 d16.]
230   \grg f2 e4
231   \thrwd d2.
232   \slurd d2
233   \bar "|."
234 }
235 @end lilypond
236
237 @seealso
238 Snippets:
239 @rlsr{Winds}.
240
241
242 @node Woodwinds
243 @subsection Woodwinds
244
245 This section discusses notation specifically for woodwind instruments.
246
247 @menu
248 * Woodwind diagrams::
249 @end menu
250
251 @node Woodwind diagrams
252 @subsubsection Woodwind diagrams
253
254 Woodwind diagrams can be used to indicate the fingering to be used
255 for specific notes and are available for the following instruments:
256
257 @itemize
258 @item piccolo
259 @item flute
260 @item oboe
261 @item clarinet
262 @item bass clarinet
263 @item saxophone
264 @item bassoon
265 @item contrabassoon
266 @end itemize
267
268 @noindent
269 Woodwind diagrams are created as markups:
270
271
272 @lilypond[verbatim,quote,fragment]
273 c''1^\markup {
274   \woodwind-diagram #'piccolo #'((lh . (gis))
275                                  (cc . (one three))
276                                  (rh . (ees)))
277 }
278 @end lilypond
279
280 Keys can be open, partially-covered, ring-depressed, or fully covered:
281
282 @lilypond[verbatim,quote,fragment]
283 \textLengthOn
284 c''1^\markup {
285   \center-column {
286     "one quarter"
287     \woodwind-diagram #'flute #'((cc . (one1q))
288                                  (lh . ())
289                                  (rh . ()))
290   }
291 }
292
293 c''1^\markup {
294   \center-column {
295     "one half"
296     \woodwind-diagram #'flute #'((cc . (one1h))
297                                  (lh . ())
298                                  (rh . ()))
299   }
300 }
301
302 c''1^\markup {
303   \center-column {
304     "three quarter"
305     \woodwind-diagram #'flute #'((cc . (one3q))
306                                  (lh . ())
307                                  (rh . ()))
308   }
309 }
310
311 c''1^\markup {
312   \center-column {
313     "ring"
314     \woodwind-diagram #'flute #'((cc . (oneR))
315                                  (lh . ())
316                                  (rh . ()))
317   }
318 }
319
320 c''1^\markup {
321   \center-column {
322     "full"
323     \woodwind-diagram #'flute #'((cc . (oneF two))
324                                  (lh . ())
325                                  (rh . ()))
326   }
327 }
328 @end lilypond
329
330 Trills are indicated as shaded keys:
331
332 @lilypond[verbatim,quote,fragment]
333 c''1^\markup {
334   \woodwind-diagram #'bass-clarinet
335                     #'((cc . (threeT four))
336                        (lh . ())
337                        (rh . (b fis)))
338 }
339 @end lilypond
340
341 A variety of trills can be displayed:
342
343 @lilypond[verbatim,quote,fragment]
344 \textLengthOn
345 c''1^\markup {
346   \center-column {
347     "one quarter to ring"
348     \woodwind-diagram #'flute #'((cc . (one1qTR))
349                                  (lh . ())
350                                  (rh . ()))
351   }
352 }
353
354 c''1^\markup {
355   \center-column {
356     "ring to shut"
357     \woodwind-diagram #'flute #'((cc . (oneTR))
358                                  (lh . ())
359                                  (rh . ()))
360   }
361 }
362
363 c''1^\markup {
364   \center-column {
365     "ring to open"
366     \woodwind-diagram #'flute #'((cc . (oneRT))
367                                  (lh . ())
368                                  (rh . ()))
369   }
370 }
371
372 c''1^\markup {
373   \center-column {
374     "open to shut"
375     \woodwind-diagram #'flute #'((cc . (oneT))
376                                  (lh . ())
377                                  (rh . ()))
378   }
379 }
380
381 c''1^\markup {
382   \center-column {
383     "one quarter to three quarters"
384     \woodwind-diagram #'flute #'((cc . (one1qT3q))
385                                  (lh . ())
386                                  (rh . ()))
387   }
388 }
389 @end lilypond
390
391 The list of all possible keys and settings for a given instrument
392 can be displayed on the console using
393 @code{#(print-keys-verbose 'flute)} or in the log file using
394 @code{#(print-keys-verbose 'flute (current-error-port))}, although
395 they will not show up in the music output.
396
397 Creating new diagrams is possible, although this will require
398 Scheme ability and may not be accessible to all users.  The
399 patterns for the diagrams are in
400 @file{scm/define-woodwind-diagrams.scm} and
401 @file{scm/display-woodwind-diagrams.scm}.
402
403 @predefined
404 @endpredefined
405
406 @snippets
407 @lilypondfile[verbatim,quote,texidoc,doctitle]
408 {woodwind-diagrams-listing.ly}
409
410 @lilypondfile[verbatim,quote,texidoc,doctitle]
411 {graphical-and-text-woodwind-diagrams.ly}
412
413 @lilypondfile[verbatim,quote,texidoc,doctitle]
414 {changing-the-size-of-woodwind-diagrams.ly}
415
416 @lilypondfile[verbatim,quote,texidoc,doctitle]
417 {woodwind-diagrams-key-lists.ly}
418
419 @seealso
420 Installed Files:
421 @file{scm/define-woodwind-diagrams.scm}, @*
422 @file{scm/display-woodwind-diagrams.scm}.
423
424 Snippets:
425 @rlsr{Winds}.
426
427 Internals Reference:
428 @rinternals{TextScript},
429 @rinternals{instrument-specific-markup-interface}.