]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/unfretted-strings.itely
Add @endpredefined everywhere.
[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
114 @predefined
115 @code{\downbow},
116 @code{\upbow},
117 @code{\open}.
118 @endpredefined
119
120
121 @seealso
122
123 Notation Reference:
124 @ref{Articulations and ornamentations},
125 @ref{Slurs}.
126
127 @node Harmonics
128 @unnumberedsubsubsec Harmonics
129
130 @funindex \harmonic
131
132 @strong{@i{Natural harmonics}}
133
134 @cindex natural harmonics
135 @cindex harmonics, natural
136
137 Natural harmonics can be notated in several ways.  A diamond-shaped
138 note head generally means to touch the string where you would stop
139 the note if it were not a diamond.
140
141 @warning{Harmonics @strong{must} be defined inside a chord
142 construct even if there is only a single note.}
143
144 @c TODO If the default for harmonicDots is changed, change this
145 Dotted harmonics indicated with @code{\harmonic} do not show the
146 dots.  The context property @code{harmonicDots} should be set if
147 dots are required.
148
149 @lilypond[verbatim,quote,relative=2]
150 <d\harmonic>4 <e\harmonic>2.
151 \set harmonicDots = ##t
152 <d\harmonic>4 <e\harmonic>2.
153 @end lilypond
154
155 Alternatively a normal note head is shown at the pitch to be
156 sounded together with a small circle to indicate it should be
157 played as a harmonic:
158
159 @lilypond[verbatim,quote,relative=2]
160 d2^\flageolet d_\flageolet
161 @end lilypond
162
163 A smaller circle may be created, see the snippet list in
164 @ref{References for unfretted strings}.
165
166 @strong{@i{Artificial harmonics}}
167
168 @cindex artificial harmonics
169 @cindex harmonics, artifical
170
171 Artificial harmonics are notated with two notes, one with a normal
172 note head indicating the stopped position and one with an open
173 diamond note head to indicate the harmonic position.
174
175 @lilypond[verbatim,quote,relative=1]
176 <e a\harmonic>2  <c g'\harmonic>
177 @end lilypond
178
179 @seealso
180 Music Glossary:
181 @rglos{harmonics}.
182
183 Notation Reference:
184 @ref{Special note heads},
185 @ref{References for unfretted strings}.
186
187 @node Snap (Bartok) pizzicato
188 @unnumberedsubsubsec Snap (Bartók) pizzicato
189
190 @cindex pizzicato, Bartók
191 @cindex pizzicato, snap
192 @cindex Bartók pizzicato
193 @cindex snap pizzicato
194
195 @snippets
196
197 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
198 {snap-pizzicato-markup-bartok-pizzicato.ly}