]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / tie.ly
index 3f5912c8e152903222f79d985ca217cfe7bcc920..71dabdd7a5ae4bc99cbfce1e0ae8edd3d16e1033 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.8"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -7,17 +7,16 @@ 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
-               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.
-       }
+\layout{
+    raggedright= ##t 
 }
 
+
+\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
+}