]> 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 1c7c56208c1064252a116601559e2adecbe25b7e..b2ebafb9098744cb3563a3837ffaaa7400597c5b 100644 (file)
@@ -1,20 +1,17 @@
-\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).
-       
-  }
-  \paper {  }  
-  \midi { }
+\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.
+%% 
+
+\relative {
+  a'2 ~ a4( e8[) e] a,16[ a a a]
 }