]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
Added texidoc index.
[lilypond.git] / input / test / knee.ly
index 420573c0687a861d1c9fd67c4d486057546700ae..dea93bfbd376b7bbebb6c6c18dee09076d2cf750 100644 (file)
@@ -1,8 +1,12 @@
-\version "1.0.10";
+\version "1.7.18"
+% candidate for regression?  -gp
+\header { texidoc = ""}
 \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 %%