]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-ugly.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / slur-ugly.ly
index 0a99cb3799eda5843fce2d0ec3f3a5816cf9f96a..ae3b58535b9483461e1910fae3d5f64c2485f7ab 100644 (file)
@@ -1,32 +1,32 @@
-\version "1.5.49"
 
-\header {
-texidoc="You can get ugly slurs, if you want.
-"
+\version "2.1.7"
+
+\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 {
-  \notes \context PianoStaff <
+  \notes \context PianoStaff <<
     \time 6/4
     \context Staff=up { s1 * 6/4 }
-    \context Staff=down <
+    \context Staff=down <<
       \clef bass
       \autochange Staff \context Voice \baseWalk
-    >
-  >
+    >>
+  >>
   \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 +35,4 @@ baseWalk = \notes \relative c {
   }
 }
 
+