]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
* stepmake/aclocal.m4: version check patch (thanks MWD)
[lilypond.git] / input / test / slur-minimum-length.ly
index f99482d26de5d6f1cf7d344932edc5ed65c7b536..7661725512a0620efd3d230f3b78f6338ad45605 100644 (file)
@@ -1,15 +1,15 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.7.39"
 
 \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''{
+       \relative c''{
                \time 2/4
-               \property Voice.Slur \set #'minimum-length = #40
-               c(c-)
+               \override Slur  #'minimum-length = #40
+               c(c)
                c~c\break
                }
 }