]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / example-3.ly
index 7446e2eb473064b2913f1d2be33a3d1cbf8c530e..83fd194100d6b09cf03079d2967a3bd94448bcea 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.3.93";
+#(ly:set-option 'old-relative)
+\version "1.9.0"
 
-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 +19,14 @@ 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).
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%