]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
patch::: 1.3.139.jcn6
[lilypond.git] / input / example-3.ly
index 950f45ab576a1e91cb3caf5b16408e4459d5f5c0..92e05eaf042f333bcf923f8d61afccc05d2da4e9 100644 (file)
@@ -1,10 +1,9 @@
-\version "1.0.21";
 
-one = \notes\relative c{
+one =  \notes\relative c{
        c'' d e f
 }
 
-two = \notes\relative c{
+two =  \notes\relative c{
        \clef "bass";
        c'2 g2
 }
@@ -18,14 +17,9 @@ two = \notes\relative c{
        \midi{}
 }
 
-% A full-mudela example with two staffs
+% A full 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/*.
-%
-% A docmument on Mudela is under construction: Documentation/tex/mudela.doc
-% (available as .ps from the website too).