]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/unfretted-strings.itely
Fix typos in the English manual.
[lilypond.git] / Documentation / notation / unfretted-strings.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 Unfretted string instruments
13 @section Unfretted string instruments
14
15 @lilypondfile[quote]
16 {unfretted-headword.ly}
17
18 @cindex orchestral strings
19 @cindex strings, orchestral
20 @cindex strings, writing for
21
22 This section provides information and references which are helpful
23 when writing for unfretted string instruments, principally
24 orchestral strings.
25
26 @menu
27 * Common notation for unfretted strings::
28 @end menu
29
30 @node Common notation for unfretted strings
31 @subsection Common notation for unfretted strings
32
33 There is little specialist notation for unfretted string
34 instruments.  The music is notated on a single staff, and
35 usually only a single voice is required.  Two voices might
36 be required for some double-stopped or divisi passages.
37
38 @menu
39 * References for unfretted strings::
40 * Bowing indications::
41 * Harmonics::
42 * Snap (Bartok) pizzicato::
43 @end menu
44
45 @node References for unfretted strings
46 @unnumberedsubsubsec References for unfretted strings
47
48 Most of the notation which is useful for orchestral strings
49 and other bowed instruments is covered elsewhere:
50
51 @itemize
52
53 @item Textual indications such as @qq{pizz.} and @qq{arco} are
54 added as simple text -- see @ref{Text scripts}.
55
56 @item Fingerings, including the thumb indication, are described
57 in @ref{Fingering instructions}.
58
59 @item Double stopping is normally indicated by writing a chord,
60 see @ref{Chorded notes}.  Directives for playing chords may be
61 added, see @ref{Arpeggio}.
62
63 @item A template for a string quartet can be found in
64 @rlearning{String quartet}.  Others are shown in the snippets.
65
66 @end itemize
67
68
69 @seealso
70 Learning Manual:
71 @rlearning{String quartet}.
72
73 Notation Reference:
74 @ref{Text scripts},
75 @ref{Fingering instructions},
76 @ref{Chorded notes},
77 @ref{Arpeggio}.
78
79 Snippets:
80 @rlsr{Unfretted strings}.
81
82
83 @node Bowing indications
84 @unnumberedsubsubsec Bowing indications
85
86 @funindex \upbow
87 @funindex \downbow
88 @funindex \open
89
90 @cindex bowing indications
91 @cindex up bow indication
92 @cindex down bow indication
93 @cindex open string indication
94 @cindex string, indicating open
95
96 Bowing indications are created as articulations, which are
97 described in @ref{Articulations and ornamentations}.
98
99 The bowing commands, @code{\upbow} and @code{\downbow}, are used
100 with slurs as follows:
101
102 @lilypond[verbatim,quote,relative=2]
103 c4(\downbow d) e(\upbow f)
104 @end lilypond
105
106 @noindent
107 and the following example shows three ways in which an open A
108 string on a violin might be indicated:
109
110 @lilypond[verbatim,quote,relative=2]
111 a4 \open
112 a^\markup { \teeny "II" }
113 a2^\markup { \small "sul A" }
114 @end lilypond
115
116
117 @predefined
118 @code{\downbow},
119 @code{\upbow},
120 @code{\open}.
121 @endpredefined
122
123
124 @seealso
125 Notation Reference:
126 @ref{Articulations and ornamentations},
127 @ref{Slurs}.
128
129
130 @node Harmonics
131 @unnumberedsubsubsec Harmonics
132
133 @funindex \harmonic
134
135 @strong{@i{Natural harmonics}}
136
137 @cindex note heads, diamond-shaped
138 @cindex diamond-shaped note heads
139 @cindex natural harmonics
140 @cindex harmonics, natural
141 @funindex \harmonicsOn
142 @funindex \harmonicsOff
143
144 Natural harmonics can be notated in several ways.  A diamond-shaped
145 note head generally means to touch the string where you would stop
146 the note if it were not a diamond.
147
148 @lilypond[verbatim,quote,relative=2]
149 d4 e4.
150 \harmonicsOn
151 d8 e e
152 d4 e4.
153 \harmonicsOff
154 d8 e e
155 @end lilypond
156
157 Alternatively a normal note head is shown at the pitch to be
158 sounded together with a small circle to indicate it should be
159 played as a harmonic:
160
161 @lilypond[verbatim,quote,relative=2]
162 d2^\flageolet d_\flageolet
163 @end lilypond
164
165 A smaller circle may be created, see the snippet list in
166 @ref{References for unfretted strings}.
167
168 @strong{@i{Artificial harmonics}}
169
170 @cindex artificial harmonics
171 @cindex harmonics, artificial
172
173 Artificial harmonics are notated with two notes, one with a normal
174 note head indicating the stopped position and one with an open
175 diamond note head to indicate the harmonic position.
176
177 @c TODO If the default for harmonicDots is changed, change this
178 Artificial harmonics indicated with @code{\harmonic} do not show the
179 dots.  The context property @code{harmonicDots} should be set if
180 dots are required.
181
182 @lilypond[verbatim,quote,relative=1]
183 <e a\harmonic>2.  <c g'\harmonic>4
184 \set harmonicDots = ##t
185 <e a\harmonic>2.  <c g'\harmonic>4
186 @end lilypond
187
188 @warning{@code{@bs{}harmonic} @strong{must} be placed inside a
189 chord construct even if there is only a single note.  Normally
190 @code{@bs{}harmonicsOn} would be used in this situation.}
191
192
193 @seealso
194 Music Glossary:
195 @rglos{harmonics}.
196
197 Notation Reference:
198 @ref{Special note heads},
199 @ref{References for unfretted strings}.
200
201
202 @node Snap (Bartok) pizzicato
203 @unnumberedsubsubsec Snap (Bartók) pizzicato
204
205 @cindex pizzicato, Bartók
206 @cindex pizzicato, snap
207 @cindex Bartók pizzicato
208 @cindex snap pizzicato
209
210 @snippets
211
212 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
213 {snap-pizzicato-bartok-pizzicato.ly}