]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
* mf/merge.pe.in: Set font names, version, license GPL.
[lilypond.git] / input / example-2.ly
index 1033383cf0b9f8927b7495aeb92183275001845e..b2ebafb9098744cb3563a3837ffaaa7400597c5b 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.18"
+\version "2.4.0"
 % Some beamed and slurred notes of different taste in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-2
-%     xdvi example-2     # or your dvi viewer here
+%     lilypond example-2
+%     xpdf example-2     # or your PDF viewer here
 %
 
-\score { 
-  \context Voice \notes\relative c {
-    a''2 ~ c4( [e8 )e] [a,16 a a a]
-  }
-  \paper {  }  
-  \midi { }
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%% 
+
+\relative {
+  a'2 ~ a4( e8[) e] a,16[ a a a]
 }