]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-double.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-double.ly
index 0d02183a086542ebd789955a2dd5dd50abac39ea..f76ece091935a12565b52756ea1fa6a2aa057a98 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.11.51"
+\version "2.16.0"
 
 \layout { ragged-right = ##t }
-\relative {
+\relative c' {
     \set doubleSlurs = ##t
     <c e>4 ( <d f> <c e> <d f> )
 }