]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/unfretted-strings.itely
Merge branch 'master' into lilypond/translation
[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.11.61"
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 Texual 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 @seealso
68 Learning Manual:
69 @rlearning{String quartet}.
70
71 Notation Reference:
72 @ref{Text scripts},
73 @ref{Fingering instructions},
74 @ref{Chorded notes},
75 @ref{Arpeggio}.
76
77 Snippets:
78 @rlsr{Unfretted strings}.
79
80 @node Bowing indications
81 @unnumberedsubsubsec Bowing indications
82
83 @funindex \upbow
84 @funindex \downbow
85 @funindex \open
86
87 @cindex bowing indications
88 @cindex up bow indication
89 @cindex down bow indication
90 @cindex open string indication
91 @cindex string, indicating open
92
93 Bowing indications are created as articulations, which are
94 described in @ref{Articulations and ornamentations}.
95
96 The bowing commands, @code{\upbow} and @code{\downbow}, are used
97 with slurs as follows:
98
99 @lilypond[verbatim,quote,relative=2]
100 c4(\downbow d) e(\upbow f)
101 @end lilypond
102
103 @noindent
104 and the following example shows three ways in which an open A
105 string on a violin might be indicated:
106
107 @lilypond[verbatim,quote,relative=2]
108 a4 \open
109 a^\markup { \teeny "II" }
110 a2^\markup { \small "sul A" }
111 @end lilypond
112
113 @predefined
114 @code{\downbow},
115 @code{\upbow},
116 @code{\open}.
117
118 @seealso
119
120 Notation Reference:
121 @ref{Articulations and ornamentations},
122 @ref{Slurs}.
123
124 @node Harmonics
125 @unnumberedsubsubsec Harmonics
126
127 @funindex \harmonic
128
129 @strong{@i{Natural harmonics}}
130
131 @cindex natural harmonics
132 @cindex harmonics, natural
133
134 Natural harmonics can be notated in several ways.  A diamond-shaped
135 note head generally means to touch the string where you would stop
136 the note if it were not a diamond.
137
138 @warning{Harmonics @strong{must} be defined inside a chord
139 construct even if there is only a single note.}
140
141 @c TODO If the default for harmonicDots is changed, change this
142 Dotted harmonics indicated with @code{\harmonic} do not show the
143 dots.  The context property @code{harmonicDots} should be set if
144 dots are required.
145
146 @lilypond[verbatim,quote,relative=2]
147 <d\harmonic>4 <e\harmonic>2.
148 \set harmonicDots = ##t
149 <d\harmonic>4 <e\harmonic>2.
150 @end lilypond
151
152 Alternatively a normal note head is shown at the pitch to be
153 sounded together with a small circle to indicate it should be
154 played as a harmonic:
155
156 @lilypond[verbatim,quote,relative=2]
157 d2^\flageolet d_\flageolet
158 @end lilypond
159
160 A smaller circle may be created, see the snippet list in
161 @ref{References for unfretted strings}.
162
163 @strong{@i{Artificial harmonics}}
164
165 @cindex artificial harmonics
166 @cindex harmonics, artifical
167
168 Artificial harmonics are notated with two notes, one with a normal
169 note head indicating the stopped position and one with an open
170 diamond note head to indicate the harmonic position.
171
172 @lilypond[verbatim,quote,relative=1]
173 <e a\harmonic>2  <c g'\harmonic>
174 @end lilypond
175
176 @seealso
177 Music Glossary:
178 @rglos{harmonics}.
179
180 Notation Reference:
181 @ref{Special note heads},
182 @ref{References for unfretted strings}.
183
184 @node Snap (Bartok) pizzicato
185 @unnumberedsubsubsec Snap (Bartók) pizzicato
186
187 @cindex pizzicato, Bartók
188 @cindex pizzicato, snap
189 @cindex Bartók pizzicato
190 @cindex snap pizzicato
191
192 @snippets
193
194 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
195 {snap-pizzicato-markup-bartok-pizzicato.ly}