]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
remove AFM support.
[lilypond.git] / input / example-3.ly
index fbcec3dfbe21f93b2c364fcd52225e784b3860e3..6e1c6b3172adc1e3b88acfede1dfa63f882a35e7 100644 (file)
@@ -1,26 +1,28 @@
-\version "1.5.68"
+\version "2.4.0"
 
-one =  \notes\relative c{
-       c'' d e f
+one = \relative {
+       c' d e f
 }
 
-two =  \notes\relative c{
+two = \relative {
        \clef "bass"
-       c'2 g2
+       c2 g2
 }
 
-\score{
-       <
-               \one
-               \two
-       >
-       \paper{}
-       \midi{}
-}
+<<
+  \new Staff \one
+  \new Staff \two
+>>
+
 
 % A full example with two staves
 %
 % Type:
 %
-%     ly2dvi example-3
-%     xdvi example-3     # or your dvi viewer here
+%     lilypond example-3
+%     xpdf example-3     # or your PDF viewer here
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%%