]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie.ly
release: 1.3.146
[lilypond.git] / input / regression / tie.ly
index 6bd1c09872b7eb08189cc5c2cd19c06dbe1e5e34..da4bd5af7545604f5de2d397d9adda3fbeb3dc68 100644 (file)
@@ -1,20 +1,21 @@
+\version "1.3.146"
 
 \header{
 texidoc="
 Ties are strictly horizontal.  They are placed in between note heads.
 The horizontal middle should not overlap with a staffline.
-";
+"
 }
 \score{
        \notes\relative c''{
                %b2~b4~b8~b16~b32~b64 r64\break
                %a2~a4~a8~a16~a32~a64 r64
-               \time 8/4;
+               \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.;
+               linewidth=0.
        }
 }