]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-manual.ly
Fixes cross staff issue with beam collision avoidance.
[lilypond.git] / input / regression / slur-manual.ly
index 35261e2e5cd8a9b08a2cf2ce1b83946591419554..25425aecd9579469c93ee67988a016df4c79d8f1 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.12.0"
 
-\paper { raggedright = ##T }
-\relative {
+\paper { ragged-right = ##T }
+\relative c' {
   \override Slur #'positions = #'(-4 . -5)
   e( f g)
 }