]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
* input/les-nereides.ly: Mark tweaks with %tweak.
[lilypond.git] / input / example-1.ly
index 475ab4811d6c5a05952671fa175d431398902db6..b3c9599755dc9507e7e3f365a40aa2d5d54d4348 100644 (file)
@@ -1,20 +1,20 @@
+\version "1.7.18"
+% A simple scale in LilyPond
+%
+% Type:
+%
+%     ly2dvi 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 {
     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 { }