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