]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
* lily/page.cc (Page): Do not use ly_scheme_function for
[lilypond.git] / input / test / slur-minimum-length.ly
index a540eede1f3bd4d4f4bba30199f92607335147c5..f54c6afe3166e8f1eae18f6c97531020389f9158 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.4"
+\version "2.2.0"
 
 \header { texidoc = "@cindex Slur Minimum Length
-You can set the minimum length of a slur. " 
+By setting the minimum length of a slur, notes are more separated. " 
 }
 
 \score{
        \notes\relative c''{
                \time 2/4
-               \property Voice.Slur \set #'minimum-length = #40
+               \override Slur  #'minimum-length = #40
                c(c)
                c~c\break
                }