]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/example-1.ly
more gitignore stuff.
[lilypond.git] / input / example-1.ly
index cd62668b8b29b29165ee06784806834486818a37..6f2cf822ea845a43fd96eed7339c29d40ac9f683 100644 (file)
@@ -1,15 +1,21 @@
-% A simple scale in LilyPond
-%
-% Type:
-%
-%     ly2dvi example-1
-%     xdvi example-1     # or your dvi viewer here
-%
-
-\score { 
-  \context Voice \notes\relative c {
-    c' d e f g a b c
-  }
-  \paper {  }  
-  \midi { }
+%%% A simple scale in LilyPond
+
+\relative {
+  c d e f g a b c
 }
+
+%{
+Type
+
+    lilypond example-1
+    xpdf example-1     # or your PDF viewer here
+
+For learning LilyPond, please read the tutorial
+
+   http://lilypond.org/tutorial
+
+also included in the user-manual.
+%}
+
+%% Optional version number
+\version "2.10.0"