]> 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 4be16cfa2234191182a5b175ca98868160c0d82b..aa76e9d10a0f119acfcdf514625de05f7c9e2971 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.4.0"
 
 % A simple scale in LilyPond
 %
@@ -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 { }
 }