]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie.ly
release: 1.1.57
[lilypond.git] / input / test / tie.ly
index 90e9389b40fecac273a492034aaae5b1321bbe78..36998a23f592123017044c40fbd3261d9f578e57 100644 (file)
@@ -1,20 +1,12 @@
-\version "1.1.52";
-
-tie = \notes\transpose c''{
-
-       e4 ~ e e e ~ |
-       e ~ a a a ~ |
-       a d d d ~ |
-       e e e e |
-       g,, g,, g,, g,, ~ |
-       g,, g,, g,, g,, |
-}
-
 \score{
-       \tie
-       \paper{ 
-             indent = 0.0\pt;
-               linewidth= 30.\mm;
-               castingalgorithm = \Wordwrap;
+       \notes\relative c''{
+               %b2~b4~b8~b16~b32~b64 r64\break
+               %a2~a4~a8~a16~a32~a64 r64
+               d2~d4~d8~d16~d32~d64 r64\break
+               a2~a4~a8~a16~a32~a64 r64
+               %c2~c4~c8~c16~c32~c64 r64
+       }
+       \paper{
+               linewidth=0.;
        }
 }