]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
release: 1.5.23
[lilypond.git] / input / test / knee.ly
index eedb7420397c7773575a7b16eb25c4678458b0e1..c2b1ef74009b0c82d42fc95a5aab1fc698a855dc 100644 (file)
@@ -1,8 +1,10 @@
-\version "1.0.0";
+\version "1.3.146"
+
 \score{
-       \melodic\relative c'{
-               [c16 \stemdown c'' \stemboth c,, d]
-               \stemdown [d'' a \stemboth c,, g,]
-               \stemup [g c' \stemboth a'' d']
+       \notes\relative c'{
+               \property Voice.Beam \override #'auto-knee-gap = ##f
+               [c16 \stemDown c'' \stemBoth c,, d]
+               \stemDown [d'' a \stemBoth c,, g,]
+               \stemUp [g c' \stemBoth a'' d']
        }
 }