]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-double.ly
Midi: test suite nits.
[lilypond.git] / input / regression / slur-double.ly
index 3e19267bf2c611a2967db0e1821208b1a5540edd..792c857d6e27208d6470013aa479020812708d4b 100644 (file)
@@ -3,10 +3,10 @@
     texidoc = "Some composers use slurs both above and below chords.
  This can be typeset by setting @code{doubleSlurs}"
 }
-\version "2.3.16"
+\version "2.12.0"
 
-\paper { raggedright = ##t }
-\relative {
+\layout { ragged-right = ##t }
+\relative c' {
     \set doubleSlurs = ##t
     <c e>4 ( <d f> <c e> <d f> )
 }