]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-2.ly
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / input / example-2.ly
index 116e0ad8180aa0255a16d66925fd0f27df2ab1eb..694483050f18dd9ba4d316af67573543ab1155d6 100644 (file)
@@ -1,20 +1,20 @@
+\version "2.1.22"
+% Some beamed and slurred notes of different taste in LilyPond
+%
+% Type:
+%
+%     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]
-       
-       % Some beamed and slurred notes of different taste in Mudela.
-       %
-       % Type:
-       %
-       %     ly2dvi example-2
-       %     xdvi example-2     # or your dvi viewer here
-       %
-       % For more elaborate examples see twinkle.ly, input/* and mutopia/*.
-       %
-       % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
-       % (available as .ps from the website too).
-       
+    a''2 ~ a4( e8[ )e] a,16[ a a a]
   }
   \paper {  }  
   \midi { }