]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-double.ly
Merge branch 'translation' into staging
[lilypond.git] / input / regression / slur-double.ly
index ad30c29ad38bcc88cea12cc09ec7cf1f393e1ac7..2fc2900016883d8a1edcbaf39e3fcb32a8f96382 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.12"
+\version "2.14.0"
 
-\paper { raggedright = ##t }
-\relative {
+\layout { ragged-right = ##t }
+\relative c' {
     \set doubleSlurs = ##t
     <c e>4 ( <d f> <c e> <d f> )
 }