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