]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
* Fix some problems after the renaming of my-lily -> lily
[lilypond.git] / input / example-1.ly
index ec0862bed98529f927840f18f86ef51021256271..2b0d81953c32c2dd446857b93d91ad4cb52c7104 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.9.4"
+\version "2.3.4"
+
 % A simple scale in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-1
+%     lilypond example-1
 %     xdvi example-1     # or your dvi viewer here
 %
 
@@ -13,7 +14,7 @@
 %% 
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     c' d e f g a b c
   }
   \paper {  }