From: Graham Percival <graham@percival-music.ca>
Date: Sun, 22 Jun 2003 08:47:42 +0000 (+0000)
Subject: Moved thumb fingering info into refman.
X-Git-Tag: release/1.7.23~17
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d9d6d4c6c86fcc168c0b83d8d9cbe76f0811741f;p=lilypond.git

Moved thumb fingering info into refman.
---

diff --git a/ChangeLog b/ChangeLog
index 18589239dc..606b5b311d 100644
--- 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.
diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely
index aaf0cd488d..e09bf2b4d5 100644
--- a/Documentation/user/refman.itely
+++ b/Documentation/user/refman.itely
@@ -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
index cc39393f42..0000000000
--- a/input/test/thumb.ly
+++ /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 %%