]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
(conv): dashes rule.
[lilypond.git] / input / test / slur-minimum-length.ly
index f99482d26de5d6f1cf7d344932edc5ed65c7b536..c9a98379d1b97f991b359072e250be9c4f8ba9a1 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.1"
 
 \header { texidoc = "@cindex Slur Minimum Length
 You can set the minimum length of a slur. " 
@@ -9,7 +9,7 @@ You can set the minimum length of a slur. "
        \notes\relative c''{
                \time 2/4
                \property Voice.Slur \set #'minimum-length = #40
-               c(c-)
+               c(c)
                c~c\break
                }
 }