]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/unfretted-strings.itely
Merge branch 'master' 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.38"
10
11 @node Unfretted string instruments
12 @section Unfretted string instruments
13
14 This section includes extra information for writing for unfretted
15 string instruments.
16
17 @ignore
18 The subsection on Bowed instruments is commmented out
19 until we have something to say about them -td
20 @end ignore
21
22 @menu
23 * Common notation for unfretted strings::
24 @c * Bowed instruments::
25 * Plucked instruments::
26 @end menu
27
28 @node Common notation for unfretted strings
29 @subsection Common notation for unfretted strings
30
31 @menu
32 * References for unfretted strings::
33 @end menu
34
35 @node References for unfretted strings
36 @subsubsection References for unfretted strings
37
38 @c TODO Add refs to fingerings, \thumb, bowings
39 @c TODO Add multiple fingering indications?
40 @c TODO Add snippet showing pizzicato markings
41 TBC
42
43 @c TODO Decide whether to resurrect Bowed instruments subsection
44 @c and if so which of the above should go there
45 @ignore
46
47 @node Bowed instruments
48 @subsection Bowed instruments
49
50 @menu
51 * Artificial harmonics (strings)::
52 @end menu
53
54 @node Artificial harmonics (strings)
55 @subsubsection Artificial harmonics (strings)
56
57 @cindex artificial harmonics
58
59 Artificial harmonics are notated with a different note head style.  They
60 are entered by marking the harmonic pitch with @code{\harmonic}.
61
62 @lilypond[ragged-right,verbatim,quote,fragment,relative=1]
63 <c g'\harmonic>4
64 @end lilypond
65
66 @end ignore
67
68 @node Plucked instruments
69 @subsection Plucked instruments
70
71 @menu
72 * Harp::
73 @end menu
74
75 @node Harp
76 @subsubsection Harp
77
78 Sacred Harp notation uses four shaped note heads.  In the major,
79 the tonic is a triangle and then proceeding up the scale you
80 have circle, square, triangle, circle, square, diamond.  In the
81 minor, the shapes should be assigned to keep the same interval
82 relationships, e.g. you assign them for the relative major.  (This
83 means that the scale in the minor gives the tonic a square.)
84
85 @c TODO add example of \sacredHarpHeads, or a ref?
86
87
88 @knownissues
89
90 The \sacredHarpHeads command gives the wrong shapes when the key
91 is minor.  A work-around is to switch the key to the relative
92 major to obtain the right shapes.