]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-double.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / slur-double.ly
index a160cf2bdaf8d182519f5bac588781847b4c45a3..79cc524f3e126d7a69454feab121f130dd1f226e 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.17"
+\version "2.19.21"
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 \relative {
     \set doubleSlurs = ##t
-    <c e>4 ( <d f> <c e> <d f> )
+    <c' e>4 ( <d f> <c e> <d f> )
 }