]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
* scripts/lilypond-book.py (process_snippets): add texstr support.
[lilypond.git] / input / example-1.ly
index 9d699c4e859a71d6283c157f9ad6bc650303b141..c990518a64d73d06e5b6e06e3845b53cd3e75961 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.5.68"
+\version "2.4.0"
+
 % A simple scale in LilyPond
 %
 % Type:
 %
-%     ly2dvi example-1
-%     xdvi example-1     # or your dvi viewer here
+%     lilypond example-1
+%     xpdf example-1     # or your PDF viewer here
 %
 
-\score { 
-  \context Voice \notes\relative c {
-    c' d e f g a b c
-  }
-  \paper {  }  
-  \midi { }
+%%
+%% For learning LilyPond, please read the tutorial, included in the
+%% user-manual.
+%% 
+
+\relative {
+  c d e f g a b c
 }