]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/thumb.ly
Added texidoc index.
[lilypond.git] / input / test / thumb.ly
index 7dc3a251b7a5326a369ef5286cdd1adee5266ded..f9397de3f91494e20fd17ab9ca8edd0814397b64 100644 (file)
@@ -1,22 +1,25 @@
+\version "1.7.18"
+
 \header{
-       title="CELLO-THUMBS";
-       enteredby="Maarten Storm";
+texidoc ="the thumb-script is used in cello music to indicate a note that should
+ be played with your thumb."
+
+%% TODO: merge with fingering ?
+
 }
 
 
-% the thumb-script is used in cello music to indicate a note that should
-% be played with your thumb. 
 
-\version "1.3.96";
 
 \score { \notes \relative c'' {
-               [<a8_\thumb a'8-3(> <)b_\thumb b'-3>
-               <c_\thumb c'-3(> <)d_\thumb d'-3>]
+               [<<a a'-3(>>8_\thumb <<b b'-3>>-)_\thumb
+               <<c c'-3(>>_\thumb <<d d'-3>>-)_\thumb]
        }
        \paper{ 
-               linewidth = 80.\mm; 
+               linewidth = 80.\mm 
 
        }
 }
 
        
+%% new-chords-done %%