]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
*** empty log message ***
[lilypond.git] / input / example-2.ly
index da40b648ef81cadea7e1267f13fd65c85e37edde..b2f446a12cf187d18d71f659fa1f19c228926b88 100644 (file)
@@ -1,15 +1,21 @@
+\version "2.3.22"
 % Some beamed and slurred notes of different taste in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-2
+%     lilypond example-2
 %     xdvi example-2     # or your dvi viewer here
 %
 
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%% 
+
 \score { 
-  \context Voice \notes\relative c {
-    a''2 ~ c4( [e8 )e] [a,16 a a a]
+  \context Voice \relative c {
+    a''2 ~ a4( e8[ )e] a,16[ a a a]
   }
-  \paper {  }  
+  \layout {  }  
   \midi { }
 }