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