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