]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/wtk-huh.ly
release: 1.1.44
[lilypond.git] / input / test / wtk-huh.ly
index 3d49c18a5003f37a63c0357efaa77babc28be8d4..c9371664a4947948344bf149afebb0ce418687be 100644 (file)
@@ -1,11 +1,15 @@
+
+%{
+What's supposed to be demonstrated here?
+%}
 \score{
-       \type Staff \notes\relative c'''{
-               < \type Voice = one {
+       \context Staff \notes\relative c'''{
+               < \context Voice = one {
                \stemup
                \voiceone
                [g8 a g f]
                }
-               \type Voice=two
+               \context Voice=two
                {
                \stemdown
                \voicetwo
@@ -16,3 +20,5 @@
                linewidth=-1.;
        }
 }
+
+\version "1.0.20";