]> git.donarmstrong.com Git - lilypond.git/blob - input/test/thumb.ly
release: 1.3.146
[lilypond.git] / input / test / thumb.ly
1 \version "1.3.146"
2 \header{
3         title="CELLO-THUMBS"
4         enteredby="Maarten Storm"
5 }
6
7
8 % the thumb-script is used in cello music to indicate a note that should
9 % be played with your thumb. 
10
11
12
13 \score { \notes \relative c'' {
14                 [<a8_\thumb a'8-3(> <)b_\thumb b'-3>
15                 <c_\thumb c'-3(> <)d_\thumb d'-3>]
16         }
17         \paper{ 
18                 linewidth = 80.\mm 
19
20         }
21 }
22
23