]> git.donarmstrong.com Git - lilypond.git/commitdiff
Moved thumb fingering info into refman.
authorGraham Percival <graham@percival-music.ca>
Sun, 22 Jun 2003 08:47:42 +0000 (08:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 22 Jun 2003 08:47:42 +0000 (08:47 +0000)
ChangeLog
Documentation/user/refman.itely
input/test/thumb.ly [deleted file]

index 18589239dce36c3cb588ab55f63ff0a7a644758a..606b5b311d55e3e77d66ad0381adf9f3e760df8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-22  Graham Percival  <gperlist@shaw.ca>
+
+       * input/test/thumb.ly: delete, merged into refman.
+
+       * Documentation/user/refman.itely: added thumb info to Fingering.
+
 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/align-interface.cc (find_fixed_alignment_parent): new function.
index aaf0cd488d4c09bff8826e2b37faeba792f3e868..e09bf2b4d504c15ff67b15a2632a902ec31743e2 100644 (file)
@@ -1849,6 +1849,16 @@ For finger changes, use markup texts:
 @cindex superscript
 @cindex subscript
 
+You can use the thumb-script to indicate that a note should be
+played with your thumb (used in cello music):
+
+@lilypond[verbatim, singleline, fragmnt]
+      <<a' a''-3>>8-(_\thumb-[ <<b' b''-3>>-)_\thumb
+      <<c'' c'''-3>>-(_\thumb <<d'' d'''-3>>-)_\thumb-]
+@end lilypond
+
+Fingering for chords can be notated like this:
+
 @lilypond[verbatim,singleline,fragment,relative=1]
         << c-1  e-2 g-3 b-5 >> 4
        \property Voice.fingerHorizontalDirection = #LEFT
diff --git a/input/test/thumb.ly b/input/test/thumb.ly
deleted file mode 100644 (file)
index cc39393..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-\version "1.7.18"
-
-\header{ texidoc = "
-DELETE; covered in refman.  Trust me, I'm a cellist, and I found
-this stuff easily in the refman.  :)   -gp
-
-the thumb-script is used in cello music to indicate a note that should
- be played with your thumb."
-
-%% TODO: merge with fingering ?
-
-}
-
-
-
-
-\score { \notes \relative c'' {
-               [<<a a'-3(>>8_\thumb <<b b'-3>>-)_\thumb
-               <<c c'-3(>>_\thumb <<d d'-3>>-)_\thumb]
-       }
-       \paper{ 
-               linewidth = 80.\mm 
-
-       }
-}
-
-       
-%% new-chords-done %%