]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / example-1.ly
index c990518a64d73d06e5b6e06e3845b53cd3e75961..9163177ac098b76d3a71f66a3d0dc2d0e3ebb387 100644 (file)
@@ -1,18 +1,21 @@
-\version "2.4.0"
-
-% A simple scale in LilyPond
-%
-% Type:
-%
-%     lilypond example-1
-%     xpdf example-1     # or your PDF viewer here
-%
-
-%%
-%% For learning LilyPond, please read the tutorial, included in the
-%% user-manual.
-%% 
+%%% 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.11.51"