]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / tie.ly
index 322bd528377c4a95349682d36c5be9a969385907..6cc474c3b67c6ea9b63dbe16ce7eb01623fffc06 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.0.19";
-
-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,, |
+\header{
+texidoc="
+Ties are strictly horizontal.  They are placed in between note heads.
+The horizontal middle should not overlap with a staffline.
+";
 }
-
 \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
+               \time 8/4;
+               d1 ~ d2~d4~d8~d16~d32~d64 r64\break
+               a1~ a2~a4~a8~a16~a32~a64 r64
+               %c2~c4~c8~c16~c32~c64 r64
+       }
+       \paper{
+               linewidth=0.;
        }
 }