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