]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
* scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
[lilypond.git] / input / test / slur-minimum-length.ly
index a540eede1f3bd4d4f4bba30199f92607335147c5..7661725512a0620efd3d230f3b78f6338ad45605 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.4"
+\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
                }