]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / example-1.ly
index 40a817561bd85b17b4fd9747bc01557f078a5287..a4ea980eee860780cea644ce562cba7fa854c98f 100644 (file)
@@ -1,21 +1,21 @@
-\version "2.1.7"
-% A simple scale in LilyPond
-%
-% Type:
-%
-%     lilypond example-1
-%     xdvi example-1     # or your dvi viewer here
-%
+%%% A simple scale in LilyPond
 
-%%
-%% 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
-  }
-  \paper {  }  
-  \midi { }
+\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.11.61"