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