]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / example-3.ly
index 92e05eaf042f333bcf923f8d61afccc05d2da4e9..8e7adfea4ea2831433deaf9d61b59bce55232dc3 100644 (file)
@@ -1,25 +1,32 @@
+#(ly:set-option 'old-relative)
+\version "2.3.16"
 
-one =  \notes\relative c{
+one = \relative c{
        c'' d e f
 }
 
-two =  \notes\relative c{
-       \clef "bass";
+two = \relative c{
+       \clef "bass"
        c'2 g2
 }
 
 \score{
-       <
+       <<
                \one
                \two
-       >
+       >>
        \paper{}
        \midi{}
 }
 
-% A full example with two staffs
+% A full example with two staves
 %
 % 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.
+%%