]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
* Documentation/user/lilypond-book.itely
[lilypond.git] / input / example-3.ly
index fbcec3dfbe21f93b2c364fcd52225e784b3860e3..f653ae059bb9bf3554373bc4300e7f4d1b9a85e2 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.8"
 
 one =  \notes\relative c{
        c'' d e f
@@ -10,10 +11,10 @@ two =  \notes\relative c{
 }
 
 \score{
-       <
+       <<
                \one
                \two
-       >
+       >>
        \paper{}
        \midi{}
 }
@@ -22,5 +23,10 @@ two =  \notes\relative c{
 %
 % Type:
 %
-%     ly2dvi example-3
+%     lilypond example-3
 %     xdvi example-3     # or your dvi viewer here
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%%