]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
*** empty log message ***
[lilypond.git] / input / test / slur-minimum-length.ly
index 3d2771b718d4833f9d6be5d2d5660461a0e82a07..7661725512a0620efd3d230f3b78f6338ad45605 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.8"
+\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
+               \override Slur  #'minimum-length = #40
                c(c)
                c~c\break
                }