]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-manual.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-manual.ly
index 35261e2e5cd8a9b08a2cf2ce1b83946591419554..49613d4ba0988d70316d888113d28f8fe530d541 100644 (file)
@@ -6,10 +6,10 @@ positioning of the slur. It selects the slur configuration closest to
 the given pair. "
   
   }
-\version "2.6.0"
+\version "2.16.0"
 
-\paper { raggedright = ##T }
-\relative {
+\paper { ragged-right = ##T }
+\relative c' {
   \override Slur #'positions = #'(-4 . -5)
   e( f g)
 }