]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-tie-control-points.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / slur-tie-control-points.ly
index a682a985222d09deada6839651817a725d38aa6a..b43f51343da0f39c7f3dc75dee064970e7ad6575 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.41"
+\version "2.19.21"
 
 \header {
   texidoc = "Slurs and ties should never share extremal control points.
@@ -6,6 +6,6 @@
 }
 \paper { ragged-right = ##f }
 
-\relative c'' {
-  c1~( c2 g)
+\relative {
+  c''1~( c2 g)
 }