]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / input / example-1.ly
index 268389ba01563e2318df0fcd19a70f025d9dd07f..aa76e9d10a0f119acfcdf514625de05f7c9e2971 100644 (file)
@@ -1,10 +1,10 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.4.0"
+
 % A simple scale in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-1
+%     lilypond example-1
 %     xdvi example-1     # or your dvi viewer here
 %
 
@@ -14,9 +14,9 @@
 %% 
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     c' d e f g a b c
   }
-  \paper {  }  
+  \layout {  }  
   \midi { }
 }