]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / example-1.ly
index f9ac3b298b9e769f7a2f1d19abae1f3860e2aa51..517be6e0bc2cdaf2455275f2f1cb9506d38b2790 100644 (file)
@@ -1,20 +1,21 @@
-\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
+
+\relative {
+  c d e f g a b c
 }
+
+%{
+Type
+
+    lilypond example-1
+    xpdf example-1     # or your PDF viewer here
+
+For learning LilyPond, please read the tutorial
+
+   http://lilypond.org/tutorial
+
+also included in the user-manual.
+%}
+
+%% Optional version number
+\version "2.12.0"