]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
(do_alignment): don't translate if
[lilypond.git] / input / example-1.ly
index 475ab4811d6c5a05952671fa175d431398902db6..c990518a64d73d06e5b6e06e3845b53cd3e75961 100644 (file)
@@ -1,21 +1,18 @@
+\version "2.4.0"
 
-\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 { }
+% A simple scale in LilyPond
+%
+% Type:
+%
+%     lilypond example-1
+%     xpdf example-1     # or your PDF viewer here
+%
+
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%% 
+
+\relative {
+  c d e f g a b c
 }