]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Changed scripts/* to use sys.argv[0]
[lilypond.git] / input / example-1.ly
index f9ac3b298b9e769f7a2f1d19abae1f3860e2aa51..2b0d81953c32c2dd446857b93d91ad4cb52c7104 100644 (file)
@@ -1,19 +1,21 @@
+\version "2.3.4"
+
+% A simple scale in LilyPond
+%
+% Type:
+%
+%     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
-       
-       % A simple scale in Mudela.
-       %
-       % Type:
-       %
-       %     ly2dvi example-1
-       %     xdvi example-1     # or your dvi viewer here
-       %
-       % For more elaborate examples see twinkle.ly, input/* and mutopia/*.
-       %
-       % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
-       % (available as .ps from the website too).
-       
   }
   \paper {  }  
   \midi { }