]> 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.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 @menu
18 * Common notation for unfretted strings::  
19 * Bowed instruments::           
20 * Plucked instruments::         
21 @end menu
22
23 @node Common notation for unfretted strings
24 @subsection Common notation for unfretted strings
25
26 @menu
27 * References for unfretted strings::  
28 @end menu
29
30 @node References for unfretted strings
31 @subsubsection References for unfretted strings
32
33 @c TODO Add refs to fingerings, \thumb
34 @c TODO Add multiple fingering indications?
35 TBC
36
37 @c TODO Decide whether to resurrect Bowed instruments subsection
38 @c and if so which of the above should go there
39
40 @node Bowed instruments
41 @subsection Bowed instruments
42
43 @menu
44 * References for bowed strings::  
45 @end menu
46
47 @node References for bowed strings
48 @subsubsection References for bowed strings
49
50 @c link to slurs, articulation (for \upbow \downbow).  maybe
51 @c an example as well.
52 @c TODO Add snippet showing pizzicato markings
53
54 @cindex artificial harmonics
55
56 Artificial harmonics are notated with a different note head style.  They
57 are entered by marking the harmonic pitch with @code{\harmonic}.
58
59 @lilypond[ragged-right,verbatim,quote,fragment,relative=1]
60 <c g'\harmonic>4
61 @end lilypond
62
63
64 @node Plucked instruments
65 @subsection Plucked instruments
66
67 @menu
68 * Harp::                        
69 @end menu
70
71 @node Harp
72 @subsubsection Harp
73
74 TBC
75
76 @c  has nothing to do with harps, AFAIK.
77 @ignore
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.
93 @end ignore
94