]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-3.ly
remove AFM support.
[lilypond.git] / input / example-3.ly
index 102a594910768587a2564d9aca6e5f96d02f3a65..6e1c6b3172adc1e3b88acfede1dfa63f882a35e7 100644 (file)
@@ -1,31 +1,28 @@
-\version "1.0.14";
+\version "2.4.0"
 
-one = \notes\relative c{
-       c'' d e f
+one = \relative {
+       c' d e f
 }
 
-two = \notes\relative c{
-       \clef "bass";
-       c'2 g2
+two = \relative {
+       \clef "bass"
+       c2 g2
 }
 
-\score{
-       <
-               \one
-               \two
-       >
-       \paper{}
-       \midi{}
-}
+<<
+  \new Staff \one
+  \new Staff \two
+>>
+
 
-% 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).
+%     lilypond example-3
+%     xpdf example-3     # or your PDF viewer here
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%