]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/knee.ly
release: 1.3.111
[lilypond.git] / input / test / knee.ly
index 2a6edb5386446b2f2b3acb59cca045645643c0a8..c06f5ff95c4922eb2618f9fd129152d582019843 100644 (file)
@@ -1,8 +1,8 @@
-\version "1.0.2";
+\version "1.3.110";
 \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'{
+               [c16 \stemDown c'' \stemBoth c,, d]
+               \stemDown [d'' a \stemBoth c,, g,]
+               \stemUp [g c' \stemBoth a'' d']
        }
 }