]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-manual.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / slur-manual.ly
index 76ee50f75901761d1de886a9809b1c0f37b60ab8..a3b17d7ecafa0772c0060451e0a50f85f9a0646c 100644 (file)
@@ -6,11 +6,11 @@ positioning of the slur. It selects the slur configuration closest to
 the given pair. "
   
   }
-\version "2.11.51"
+\version "2.19.21"
 
 \paper { ragged-right = ##T }
 \relative {
-  \override Slur #'positions = #'(-4 . -5)
-  e( f g)
+  \override Slur.positions = #'(-4 . -5)
+  e'( f g)
 }