]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/unfretted-strings.itely
5b1a35c9a4ded332b8d86eef220175e7df848845
[lilypond.git] / Documentation / user / 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.  See TRANSLATION for details.
7 @end ignore
8
9 @c \version "2.12.0"
10
11 @node Unfretted string instruments
12 @section Unfretted string instruments
13
14 @lilypondfile[quote]
15 {unfretted-headword.ly}
16
17 @cindex orchestral strings
18 @cindex strings, orchestral
19 @cindex strings, writing for
20
21 This section provides information and references which are helpful
22 when writing for unfretted string instruments, principally
23 orchestral strings.
24
25 @menu
26 * Common notation for unfretted strings::
27 @end menu
28
29 @node Common notation for unfretted strings
30 @subsection Common notation for unfretted strings
31
32 There is little specialist notation for unfretted string
33 instruments.  The music is notated on a single staff, and
34 usually only a single voice is required.  Two voices might
35 be required for some double-stopped or divisi passages.
36
37 @menu
38 * References for unfretted strings::
39 * Bowing indications::
40 * Harmonics::
41 * Snap (Bartok) pizzicato::
42 @end menu
43
44 @node References for unfretted strings
45 @unnumberedsubsubsec References for unfretted strings
46
47 Most of the notation which is useful for orchestral strings
48 and other bowed instruments is covered elsewhere:
49
50 @itemize
51
52 @item Textual indications such as @qq{pizz.} and @qq{arco} are
53 added as simple text -- see @ref{Text scripts}.
54
55 @item Fingerings, including the thumb indication, are described
56 in @ref{Fingering instructions}.
57
58 @item Double stopping is normally indicated by writing a chord,
59 see @ref{Chorded notes}.  Directives for playing chords may be
60 added, see @ref{Arpeggio}.
61
62 @item A template for a string quartet can be found in
63 @rlearning{String quartet}.  Others are shown in the snippets.
64
65 @end itemize
66
67
68 @seealso
69 Learning Manual:
70 @rlearning{String quartet}.
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
89 @cindex bowing indications
90 @cindex up bow indication
91 @cindex down bow indication
92 @cindex open string indication
93 @cindex string, indicating open
94
95 Bowing indications are created as articulations, which are
96 described in @ref{Articulations and ornamentations}.
97
98 The bowing commands, @code{\upbow} and @code{\downbow}, are used
99 with slurs as follows:
100
101 @lilypond[verbatim,quote,relative=2]
102 c4(\downbow d) e(\upbow f)
103 @end lilypond
104
105 @noindent
106 and the following example shows three ways in which an open A
107 string on a violin might be indicated:
108
109 @lilypond[verbatim,quote,relative=2]
110 a4 \open
111 a^\markup { \teeny "II" }
112 a2^\markup { \small "sul A" }
113 @end lilypond
114
115
116 @predefined
117 @code{\downbow},
118 @code{\upbow},
119 @code{\open}.
120 @endpredefined
121
122
123 @seealso
124 Notation Reference:
125 @ref{Articulations and ornamentations},
126 @ref{Slurs}.
127
128
129 @node Harmonics
130 @unnumberedsubsubsec Harmonics
131
132 @funindex \harmonic
133
134 @strong{@i{Natural harmonics}}
135
136 @cindex natural harmonics
137 @cindex harmonics, natural
138
139 Natural harmonics can be notated in several ways.  A diamond-shaped
140 note head generally means to touch the string where you would stop
141 the note if it were not a diamond.
142
143 @warning{Harmonics @strong{must} be defined inside a chord
144 construct even if there is only a single note.}
145
146 @c TODO If the default for harmonicDots is changed, change this
147 Dotted harmonics indicated with @code{\harmonic} do not show the
148 dots.  The context property @code{harmonicDots} should be set if
149 dots are required.
150
151 @lilypond[verbatim,quote,relative=2]
152 <d\harmonic>4 <e\harmonic>2.
153 \set harmonicDots = ##t
154 <d\harmonic>4 <e\harmonic>2.
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, artifical
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 @lilypond[verbatim,quote,relative=1]
178 <e a\harmonic>2  <c g'\harmonic>
179 @end lilypond
180
181
182 @seealso
183 Music Glossary:
184 @rglos{harmonics}.
185
186 Notation Reference:
187 @ref{Special note heads},
188 @ref{References for unfretted strings}.
189
190
191 @node Snap (Bartok) pizzicato
192 @unnumberedsubsubsec Snap (Bartók) pizzicato
193
194 @cindex pizzicato, Bartók
195 @cindex pizzicato, snap
196 @cindex Bartók pizzicato
197 @cindex snap pizzicato
198
199 @snippets
200
201 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
202 {snap-pizzicato-markup-bartok-pizzicato.ly}