]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / example-1.ly
index f636adeed6da4b00ca01655ab29bba5261abdfed..9163177ac098b76d3a71f66a3d0dc2d0e3ebb387 100644 (file)
@@ -1,22 +1,21 @@
-\version "2.1.22"
+%%% A simple scale in LilyPond
 
-% A simple scale in LilyPond
-%
-% Type:
-%
-%     lilypond example-1
-%     xdvi example-1     # or your dvi viewer here
-%
+\relative {
+  c d e f g a b c
+}
 
-%%
-%% For learning LilyPond, please read the tutorial, included in the
-%% user-manual.
-%% 
+%{
+Type
 
-\score { 
-  \context Voice \notes\relative c {
-    c' d e f g a b c
-  }
-  \paper {  }  
-  \midi { }
-}
+    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.11.51"