]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/wind.itely
Merge master into nested-bookparts
[lilypond.git] / Documentation / user / 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.  See TRANSLATION for details.
7 @end ignore
8
9 @c \version "2.11.61"
10
11 @node Wind instruments
12 @section Wind instruments
13
14 @lilypondfile[quote]{wind-headword.ly}
15
16 This section includes some elements of music notation that arise when
17 writing for winds.
18
19 @menu
20 * Common notation for wind instruments::
21 * Bagpipes::
22 @end menu
23
24 @node Common notation for wind instruments
25 @subsection Common notation for wind instruments
26
27 This section discusses some issues common to most wind instruments.
28
29 @menu
30 * References for wind instruments::
31 * Fingerings::
32 @end menu
33
34 @node References for wind instruments
35 @unnumberedsubsubsec References for wind instruments
36
37 @cindex wind instruments
38
39 Many notation issues for wind instruments pertain to breathing and
40 tonguing:
41
42 @itemize
43 @item Breathing can be specified by rests or @ref{Breath marks}.
44 @item Legato playing is indicated by @ref{Slurs}.
45 @item Different types of tonguings, ranging from legato to non-legato to
46 stacatto are usually shown by articulation marks, sometimes combined
47 with slurs, see @ref{Articulations and ornamentations} and @ref{List of
48 articulations}.
49 @item Flutter tonguing is usually indicated by placing a tremolo mark
50 and a text markup on the note. See @ref{Tremolo repeats}.
51 @end itemize
52
53 There are also other aspects of musical notation that can apply to wind
54 instruments:
55
56 @itemize
57 @item Many wind instruments are transposing intruments, see
58 @ref{Instrument transpositions}.
59 @item The slide glissando are characteristic of the trombone, but other
60 winds may perform keyed or valved glissandi. See @ref{Glissando}.
61 @item Harmonic series glissandi, which are possible on all brass
62 instruments but common for French Horns, are usually written out as
63 @ref{Grace notes}.
64 @item Pitch inflections at the end of a note are discussed in @ref{Falls
65 and doits}.
66 @item Key slaps or valve slaps are often shown by the @code{cross} style
67 of @ref{Special note heads}.
68 @item Woodwinds can overblow low notes to sound harmonics. These are
69 shown by the @code{flageolet} articulation. See @ref{List of articulations}.
70 @item The use of brass mutes is usually indicated by a text markup, but
71 where there are many rapid changes it is better to use the
72 @code{stopped} and @code{open} articulations. See @ref{Articulations and
73 ornamentations} and @ref{List of articulations}.
74 @item Stopped horns are indicated by the @code{stopped} articulation.
75 See @ref{Articulations and ornamentations}.
76 @end itemize
77
78 @snippets
79
80 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
81 {changing--flageolet-mark-size.ly}
82
83 @seealso
84
85 Notation Reference:
86 @ref{Breath marks},
87 @ref{Slurs},
88 @ref{Articulations and ornamentations},
89 @ref{List of articulations},
90 @ref{Tremolo repeats},
91 @ref{Instrument transpositions},
92 @ref{Glissando},
93 @ref{Grace notes},
94 @ref{Falls and doits},
95 @ref{Special note heads},
96
97 Snippets:
98 @rlsr{Winds}
99
100
101 @node Fingerings
102 @unnumberedsubsubsec Fingerings
103 @c TODO add link to LSR snippet by Libero Mureddo once he has added
104 @c it (after August 15th).
105 All wind instruments other than the trombone require the use of several
106 fingers to produce each pitch.
107
108 TBC
109
110 @node Bagpipes
111 @subsection Bagpipes
112
113 This section includes extra information for writing for bagpipes.
114
115 @menu
116 * Bagpipe definitions::
117 * Bagpipe example::
118 @end menu
119
120 @node Bagpipe definitions
121 @unnumberedsubsubsec Bagpipe definitions
122
123 @cindex bagpipe
124 @cindex Scottish highland bagpipe
125 @cindex grace notes
126 @funindex \taor
127 @funindex taor
128 @funindex \hideKeySignature
129 @funindex hideKeySignature
130 @funindex \showKeySignature
131 @funindex showKeySignature
132
133 LilyPond contains special definitions for music for the Scottish
134 highland bagpipe; to use them, add
135
136 @example
137 \include "bagpipe.ly"
138 @end example
139
140 @noindent
141 at the top of your input file.  This lets you add the special grace notes
142 common to bagpipe music with short commands.  For example, you could
143 write @code{\taor} instead of
144
145 @example
146 \grace @{ \small G32[ d G e] @}
147 @end example
148
149 @code{bagpipe.ly} also contains pitch definitions for the bagpipe
150 notes in the appropriate octaves, so you do not need to worry about
151 @code{\relative} or @code{\transpose}.
152
153 @lilypond[ragged-right,verbatim,quote,notime]
154 \include "bagpipe.ly"
155 { \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A }
156 @end lilypond
157
158 Bagpipe music nominally uses the key of D Major (even though that
159 isn't really true).  However, since that is the only key that can be used,
160 the key signature is normally not written out.  To set this up correctly,
161 always start your music with @code{\hideKeySignature}.  If you for some
162 reason want to show the key signature, you can use @code{\showKeySignature}
163 instead.
164
165 Some modern music use cross fingering on c and f to flatten those notes.
166 This can be indicated by @code{cflat} or @code{fflat}.  Similarly, the
167 piobaireachd high g can be written @code{gflat} when it occurs in light
168 music.
169
170 @seealso
171 @rlsr{Winds}
172
173 @node Bagpipe example
174 @unnumberedsubsubsec Bagpipe example
175
176 @cindex bagpipe example
177 @cindex Amazing Grace bagpipe example
178
179 This is what the well known tune Amazing Grace looks like in bagpipe
180 notation.
181
182 @lilypond[verbatim,quote]
183 \include "bagpipe.ly"
184 \layout {
185   indent = 0.0\cm
186   \context { \Score \remove "Bar_number_engraver" }
187 }
188
189 \header {
190   title = "Amazing Grace"
191   meter = "Hymn"
192   arranger = "Trad. arr."
193 }
194
195 {
196   \hideKeySignature
197   \time 3/4
198   \grg \partial 4 a8. d16
199   \slurd d2 \grg f8[ e32 d16.]
200   \grg f2 \grg f8 e
201   \thrwd d2 \grg b4
202   \grG a2 \grg a8. d16
203   \slurd d2 \grg f8[ e32 d16.]
204   \grg f2 \grg e8. f16
205   \dblA A2 \grg A4
206   \grg A2 f8. A16
207   \grg A2 \hdblf f8[ e32 d16.]
208   \grg f2 \grg f8 e
209   \thrwd d2 \grg b4
210   \grG a2 \grg a8. d16
211   \slurd d2 \grg f8[ e32 d16.]
212   \grg f2 e4
213   \thrwd d2.
214   \slurd d2
215   \bar "|."
216 }
217 @end lilypond
218
219 @seealso
220 @rlsr{Winds}