]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-ugly.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[lilypond.git] / input / test / slur-ugly.ly
index a791a631b880e326ae3d21bcbb60d5abe6f3b676..2578d4a591282c23ab9097e61ede4a3d2cd68c28 100644 (file)
@@ -1,12 +1,11 @@
-\version "1.5.68"
+\version "1.7.18"
 
-\header {
-texidoc="You can get ugly slurs, if you want.
-"
+\header { texidoc="@cindex Slur Ugly
+You can get ugly slurs, if you want. "
 }
 
 baseWalk = \notes \relative c {
-  d,8( a' d f a d f d a f d )a
+  d,8( a' d f a d f d a f d  a-)
 }
 
 \score {
@@ -19,14 +18,14 @@ baseWalk = \notes \relative c {
     >
   >
   \paper {
-    linewidth = -1.
+    raggedright = ##t
     \translator {
       \VoiceContext
       Slur \override #'beautiful = #5.0
       Slur \override #'direction = #1
       Stem \override #'direction = #-1
       autoBeamSettings \override #'(end * * * *)
-        = #(make-moment 1 2)
+        = #(ly:make-moment 1 2)
     }
     \translator {
       \PianoStaffContext
@@ -35,3 +34,4 @@ baseWalk = \notes \relative c {
   }
 }
 
+%% new-chords-done %%