]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / drarn.ly
index 4c37d561f78f4d87601ae97387835950da83f372..84865625be1b3fe3d698b407b612a8729b139ab6 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "1.9.2"
+\version "1.9.4"
 \header{texidoc="@cindex Drarn
 You can attach slurs and ties to noteheads.
 " }
 
 \score {
-  \context Staff \notes <
+  \context Staff \notes <<
     
      \relative c'' {
 \time 3/8       
@@ -22,7 +22,7 @@ You can attach slurs and ties to noteheads.
       \property Voice.Slur \set #'attachment = #'(head . head)
       a8(a)~a  
     }
-  >
+  >>
   \paper { linewidth = 40*\staffspace
                raggedright = ##t } 
 }