]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
patch::: 1.5.23.jcn1
[lilypond.git] / input / example-3.ly
index b9f4f6186bfc4a552d894371fca9f192c7a85bd6..8a445f1dbb3164350dbf0d57a1828bfa9dcf7058 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.2.0";
+\version "1.3.146"
 
-one = \notes\relative c{
+one =  \notes\relative c{
        c'' d e f
 }
 
-two = \notes\relative c{
-       \clef "bass";
+two =  \notes\relative c{
+       \clef "bass"
        c'2 g2
 }
 
@@ -18,14 +18,9 @@ two = \notes\relative c{
        \midi{}
 }
 
-% A full-mudela example with two staffs
+% A full example with two staves
 %
 % Type:
 %
 %     ly2dvi example-3
 %     xdvi example-3     # or your dvi viewer here
-%
-% 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).