]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/thumb.ly
release: 1.3.65
[lilypond.git] / input / test / thumb.ly
index c97ce8390dd60bc9cb7566c61f823b325319b852..1e65b44730ee34777339857c77e4f37177ac1483 100644 (file)
@@ -7,15 +7,15 @@
 % the thumb-script is used in cello music to indicate a note that should
 % be played with your thumb. 
 
-\version "1.0.10";
+\version "1.3.59";
 
 \score { \notes \relative c'' {
-               <[ a8_\thumb a'8-3(> <)b_\thumb b'-3>
-               <c_\thumb c'-3(> <)d_\thumb d'-3]>
+               [<a8_\thumb a'8-3(> <)b_\thumb b'-3>
+               <c_\thumb c'-3(> <)d_\thumb d'-3>]
        }
        \paper{ 
                linewidth = 80.\mm; 
-               castingalgorithm = \Wordwrap;
+
        }
 }