]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/thumb.ly
release: 1.5.24
[lilypond.git] / input / test / thumb.ly
index f4baaeaf3c6d4e6d570750ef11640c8b9b294184..f3da74aa8d0a2c54941c4f67936331417d519480 100644 (file)
@@ -1,21 +1,22 @@
+\version "1.3.146"
 \header{
-       title="CELLO-THUMBS";
-       enteredby="Maarten Storm";
+       title="CELLO-THUMBS"
+       enteredby="Maarten Storm"
 }
 
 
 % the thumb-script is used in cello music to indicate a note that should
 % be played with your thumb. 
 
-\version "1.0.16";
+
 
 \score { \notes \relative c'' {
                [<a8_\thumb a'8-3(> <)b_\thumb b'-3>
                <c_\thumb c'-3(> <)d_\thumb d'-3>]
        }
        \paper{ 
-               linewidth = 80.\mm; 
-               castingalgorithm = \Wordwrap;
+               linewidth = 80.\mm 
+
        }
 }