]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / example-2.ly
index b41258dfb7bbddcf4f8f39ccff8e5387b8485878..64282ab3c236147b28ad66a0580e3314e8201b21 100644 (file)
@@ -1,16 +1,21 @@
-\version "1.5.68"
-% Some beamed and slurred notes of different taste in LilyPond
-%
-% Type:
-%
-%     ly2dvi example-2
-%     xdvi example-2     # or your dvi viewer here
-%
-
-\score { 
-  \context Voice \notes\relative c {
-    a''2 ~ c4( [e8 )e] [a,16 a a a]
-  }
-  \paper {  }  
-  \midi { }
+%%% Some tied, slurred and beamed notes of different taste in LilyPond
+\relative {
+  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.12.0"
+