]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-ugly.ly
*** empty log message ***
[lilypond.git] / input / test / slur-ugly.ly
index 13ca21e0f3ddcc6343ac2219c90a7b203f5f4fc8..e4afdb16cf7a811c9726e1323d8c76be2375c35d 100644 (file)
@@ -1,23 +1,23 @@
-\version "1.7.16"
 
-\header {
-texidoc="You can get ugly slurs, if you want.
-"
+\version "1.9.8"
+
+\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 {
     raggedright = ##t
     \translator {
@@ -35,4 +35,4 @@ baseWalk = \notes \relative c {
   }
 }
 
-%% new-chords-done %%
+