]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / example-2.ly
index 8a1f59f39a3510b3f90cac03d2e11b7e96e7a73b..8693e6e962df14f2c41ea8153586a823e7945589 100644 (file)
@@ -1,17 +1,21 @@
-\version "2.4.0"
-% Some beamed and slurred notes of different taste in LilyPond
-%
-% Type:
-%
-%     lilypond example-2
-%     xpdf example-2     # or your PDF viewer here
-%
-
-%%
-%% For learning LilyPond, please read the tutorial, included in the
-%% user-manual.
-%% 
-
+%%% Some tied, slurred and beamed notes of different taste in LilyPond
 \relative {
-  a'2 ~ a4( e8[ )e] a,16[ a a a]
+  a'2 ~ a4( e8[e] a,16[ a a a]
 }
+
+%{
+Type
+
+    lilypond example-2
+    xpdf example-2     # 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.38"
+