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