]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-minimum-length.ly
use glyph indexing for glyph name .notdef
[lilypond.git] / input / test / slur-minimum-length.ly
index 2b313bea5dd88bb4894291230078c467165c1be9..7661725512a0620efd3d230f3b78f6338ad45605 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.7.18"
+
+\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
                }
 }
-%% new-chords-done %%
+