]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
(topdocs-web): New target.
[lilypond.git] / input / example-3.ly
index 92e05eaf042f333bcf923f8d61afccc05d2da4e9..b457695f0a5c88a1b769f4c4c3bb7e86f1fe475b 100644 (file)
@@ -1,10 +1,11 @@
+\version "1.7.18"
 
 one =  \notes\relative c{
        c'' d e f
 }
 
 two =  \notes\relative c{
-       \clef "bass";
+       \clef "bass"
        c'2 g2
 }
 
@@ -17,9 +18,14 @@ two =  \notes\relative c{
        \midi{}
 }
 
-% A full example with two staffs
+% A full example with two staves
 %
 % Type:
 %
 %     ly2dvi example-3
 %     xdvi example-3     # or your dvi viewer here
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%%