]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
release: 1.5.23
[lilypond.git] / input / test / knee.ly
index d595ebe82ae6705b3140de4f2f3551856085c5a3..c2b1ef74009b0c82d42fc95a5aab1fc698a855dc 100644 (file)
@@ -1,8 +1,10 @@
-\version "1.0.20";
+\version "1.3.146"
+
 \score{
        \notes\relative c'{
-               [c16 \stemdown c'' \stemboth c,, d]
-               \stemdown [d'' a \stemboth c,, g,]
-               \stemup [g c' \stemboth a'' d']
+               \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']
        }
 }