]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
ignore out-cov
[lilypond.git] / input / example-1.ly
index 544b3a96d9de91e804967ca8e00a8cb7ac5b3aba..6f2cf822ea845a43fd96eed7339c29d40ac9f683 100644 (file)
@@ -1,22 +1,21 @@
-\version "2.2.0"
+%%% 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.10.0"