]> git.donarmstrong.com Git - lilypond.git/blob - input/test/thumb.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / thumb.ly
1 \version "1.7.18"
2
3 \header{ texidoc = "
4 DELETE; covered in refman.  Trust me, I'm a cellist, and I found
5 this stuff easily in the refman.  :)   -gp
6
7 the thumb-script is used in cello music to indicate a note that should
8  be played with your thumb."
9
10 %% TODO: merge with fingering ?
11
12 }
13
14
15
16
17 \score { \notes \relative c'' {
18                 [<<a a'-3(>>8_\thumb <<b b'-3>>-)_\thumb
19                 <<c c'-3(>>_\thumb <<d d'-3>>-)_\thumb]
20         }
21         \paper{ 
22                 linewidth = 80.\mm 
23
24         }
25 }
26
27         
28 %% new-chords-done %%