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