]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
2003-09-22 Mats Bengtsson <mabe@drongo.s3.kth.se>
[lilypond.git] / input / example-3.ly
index 09473cbfcdddb2e2c3c3aca6109df2e516f6911d..73fa8071c15e66a29e6e9501787ce0e270894a76 100644 (file)
@@ -1,31 +1,32 @@
-\version "1.1.66";
+#(ly:set-option 'old-relative)
+\version "1.9.8"
 
-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
 }
 
 \score{
-       <
+       <<
                \one
                \two
-       >
+       >>
        \paper{}
        \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, kortjakje.ly 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.
+%