]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-manual.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / slur-manual.ly
index 4a9cf8d94fa1ab104a960882b85aa218564e5639..a3b17d7ecafa0772c0060451e0a50f85f9a0646c 100644 (file)
@@ -6,11 +6,11 @@ positioning of the slur. It selects the slur configuration closest to
 the given pair. "
   
   }
-\version "2.17.6"
+\version "2.19.21"
 
 \paper { ragged-right = ##T }
-\relative c' {
+\relative {
   \override Slur.positions = #'(-4 . -5)
-  e( f g)
+  e'( f g)
 }