]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
release: 1.3.44
[lilypond.git] / input / example-3.ly
index ebd4ba1851d4fe07c23cf390b8c0227865a6ed7f..025a3a7bf7c68d9d69072a9762cdb65ff98d005d 100644 (file)
@@ -1,8 +1,10 @@
-one = \melodic\relative c{
+\version "1.3.42";
+
+one = \notes\relative c{
        c'' d e f
 }
 
-two = \melodic\relative c{
+two = \notes\relative c{
        \clef "bass";
        c'2 g2
 }
@@ -16,14 +18,14 @@ two = \melodic\relative c{
        \midi{}
 }
 
-% A full-mudala example with two staffs
+% A full-mudela example with two staffs
 %
 % Type:
 %
 %     ly2dvi example-3
 %     xdvi example-3     # or your dvi viewer here
 %
-% For more elaborate examples see twinkle.ly, kortjakje.ly and mutopia/*.
+% For more elaborate examples see twinkle.ly, input/* and mutopia/*.
 %
 % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
 % (available as .ps from the website too).