]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
*** empty log message ***
[lilypond.git] / input / example-1.ly
index d081d44fd468ee55869c22cd646c72a4c5a7d4a1..c990518a64d73d06e5b6e06e3845b53cd3e75961 100644 (file)
@@ -1,10 +1,11 @@
-\version "1.9.8"
+\version "2.4.0"
+
 % A simple scale in LilyPond
 %
 % Type:
 %
 %     lilypond example-1
-%     xdvi example-1     # or your dvi viewer here
+%     xpdf example-1     # or your PDF viewer here
 %
 
 %%
 %% user-manual.
 %% 
 
-\score { 
-  \context Voice \notes\relative c {
-    c' d e f g a b c
-  }
-  \paper {  }  
-  \midi { }
+\relative {
+  c d e f g a b c
 }