]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/unfretted-strings.itely
Doc: Internals - dash-fraction when set to 0.0
[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.16.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 Templates for string quartets can be found in
64 @rlearning{String quartet templates}.  Others are shown in the snippets.
65
66 @end itemize
67
68 @seealso
69 Learning Manual:
70 @rlearning{String quartet templates}.
71
72 Notation Reference:
73 @ref{Text scripts},
74 @ref{Fingering instructions},
75 @ref{Chorded notes},
76 @ref{Arpeggio}.
77
78 Snippets:
79 @rlsr{Unfretted strings}.
80
81
82 @node Bowing indications
83 @unnumberedsubsubsec Bowing indications
84
85 @funindex \upbow
86 @funindex \downbow
87 @funindex \open
88 @funindex \romanStringNumbers
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 @cindex string numbers
96
97 Bowing indications are created as articulations, which are
98 described in @ref{Articulations and ornamentations}.
99
100 The bowing commands, @code{\upbow} and @code{\downbow}, are used
101 with slurs as follows:
102
103 @lilypond[verbatim,quote,relative=2]
104 c4(\downbow d) e(\upbow f)
105 @end lilypond
106
107 @noindent
108
109 Roman numerals can be added as strings numbers (rather
110 than the default circled Arabic numbers), as explained in
111 @ref{String number indications}.
112
113 Alternatively, string indications may be printed using
114 markup commands; articulation scripts may also indicate
115 open strings.
116
117 @lilypond[verbatim,quote,relative=2]
118 a4 \open
119 \romanStringNumbers
120 a\2
121 a2^\markup { \small "sul A" }
122 @end lilypond
123
124
125 @predefined
126 @code{\downbow},
127 @code{\upbow},
128 @code{\open},
129 @code{\romanStringNumbers}.
130 @endpredefined
131
132 @seealso
133 Notation Reference:
134 @ref{Articulations and ornamentations},
135 @ref{String number indications},
136 @ref{Slurs}.
137
138
139 @node Harmonics
140 @unnumberedsubsubsec Harmonics
141
142 @funindex \harmonic
143
144 @strong{@i{Natural harmonics}}
145
146 @cindex note heads, diamond-shaped
147 @cindex diamond-shaped note heads
148 @cindex natural harmonics
149 @cindex harmonics, natural
150 @funindex \harmonicsOn
151 @funindex \harmonicsOff
152
153 Natural harmonics can be notated in several ways.  A diamond-shaped
154 note head generally means to touch the string where you would stop
155 the note if it were not a diamond.
156
157 @lilypond[verbatim,quote,relative=2]
158 d4 e4.
159 \harmonicsOn
160 d8 e e
161 d4 e4.
162 \harmonicsOff
163 d8 e e
164 @end lilypond
165
166 Alternatively a normal note head is shown at the pitch to be
167 sounded together with a small circle to indicate it should be
168 played as a harmonic:
169
170 @lilypond[verbatim,quote,relative=2]
171 d2^\flageolet d_\flageolet
172 @end lilypond
173
174 A smaller circle may be created, see the snippet list in
175 @ref{References for unfretted strings}.
176
177 @strong{@i{Artificial harmonics}}
178
179 @cindex artificial harmonics
180 @cindex harmonics, artificial
181
182 Artificial harmonics are notated with two notes, one with a normal
183 note head indicating the stopped position and one with an open
184 diamond note head to indicate the harmonic position.
185
186 @c TODO If the default for harmonicDots is changed, change this
187 Artificial harmonics indicated with @code{\harmonic} do not show the
188 dots.  The context property @code{harmonicDots} should be set if
189 dots are required.
190
191 @lilypond[verbatim,quote,relative=1]
192 <e a\harmonic>2.  <c g'\harmonic>4
193 \set harmonicDots = ##t
194 <e a\harmonic>2.  <c g'\harmonic>4
195 @end lilypond
196
197 @warning{@code{@bs{}harmonic} @strong{must} be placed inside a
198 chord construct even if there is only a single note.  Normally
199 @code{@bs{}harmonicsOn} would be used in this situation.}
200
201 @seealso
202 Music Glossary:
203 @rglos{harmonics}.
204
205 Notation Reference:
206 @ref{Special note heads},
207 @ref{References for unfretted strings}.
208
209
210 @node Snap (Bartok) pizzicato
211 @unnumberedsubsubsec Snap (Bartók) pizzicato
212
213 @cindex pizzicato, Bartók
214 @cindex pizzicato, snap
215 @cindex Bartók pizzicato
216 @cindex snap pizzicato
217
218 A @notation{snap pizzicato} (also known as @qq{Bartok pizz}) is a
219 type of pizzicato where the string is deliberately plucked upwards
220 (rather than sideways) such that it hits the fingerboard.
221
222 @lilypond[verbatim,quote,relative=1]
223 c4\snappizzicato
224 <c' e g>4\snappizzicato
225 <c' e g>4^\snappizzicato
226 <c, e g>4_\snappizzicato
227 @end lilypond
228
229