]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
Fixes documentation.
[lilypond.git] / input / test / knee.ly
index 140006c1e8c8a62c8f5221de6048032fc0f867d9..3724caf78cf2aaaf6e117deaaec9392de9974a06 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.3.4";
+\version "1.7.6"
+
 \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']
        }
 }
+%% new-chords-done %%