]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / test / slur-minimum-length.ly
index bb3a5a46003604994622e388c8fbdbe654e065af..96a50d77fd214a19ce2c04fe305bbc345127df42 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.1"
+\version "2.10.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''{
+       \relative c''{
                \time 2/4
-               \property Voice.Slur \set #'minimum-length = #40
+               \override Slur  #'minimum-length = #40
                c(c)
                c~c\break
                }