]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / example-1.ly
index cd62668b8b29b29165ee06784806834486818a37..2b0d81953c32c2dd446857b93d91ad4cb52c7104 100644 (file)
@@ -1,13 +1,20 @@
+\version "2.3.4"
+
 % A simple scale in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-1
+%     lilypond example-1
 %     xdvi example-1     # or your dvi viewer here
 %
 
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%% 
+
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     c' d e f g a b c
   }
   \paper {  }