]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
Fixes documentation.
[lilypond.git] / input / test / knee.ly
index 420573c0687a861d1c9fd67c4d486057546700ae..3724caf78cf2aaaf6e117deaaec9392de9974a06 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.0.10";
+\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 %%