]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / example-1.ly
index b3c9599755dc9507e7e3f365a40aa2d5d54d4348..517be6e0bc2cdaf2455275f2f1cb9506d38b2790 100644 (file)
@@ -1,21 +1,21 @@
-\version "1.7.18"
-% A simple scale in LilyPond
-%
-% Type:
-%
-%     ly2dvi 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.12.0"