]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update welcome default documents
authorFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 09:37:22 +0000 (10:37 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 12:16:05 +0000 (13:16 +0100)
ly/Welcome-to-LilyPond-MacOS.ly
ly/Welcome_to_LilyPond.ly

index c9604c8748e96cdcc94bc0546b83729ef3caa88d..17007c2fc478ddc8e590a6f48fcaed7856502f5d 100644 (file)
@@ -23,13 +23,12 @@ That's it.  For more information, visit http://lilypond.org .
 
 %}
 
+\version "2.11.65"  % necessary for upgrading to future LilyPond versions.
+
 \header{
   title = "A scale in LilyPond"
 }
 
-\relative {
+\relative c' {
   c d e f g a b c
 }
-
-
-\version "2.10.0"  % necessary for upgrading to future LilyPond versions.
index d5d99ff0ce0e6762faec61f8a430055cd11891ad..69910760e4c9e3f9ebffe8c6aa83b1fa08c69d67 100644 (file)
@@ -6,7 +6,7 @@ Congratulations, LilyPond has been installed successfully.
 
 Now to take it for the first test run.
 
-  1. Save this LilyPond file on your desktop.
+  1. Save this LilyPond file on your desktop with the name "test.ly".
 
   2. Pick it up from the desktop with your mouse pointer, drag and drop
      it onto the LilyPond icon.
@@ -14,21 +14,25 @@ Now to take it for the first test run.
   3. LilyPond automatically produces a PDF file from the musical scale
      below.
 
-  4. To print or view the result, click on the newly produced file called
+  4. To print or view the result, click on the newly produced file
+     called
 
-        Welcome_to_LilyPond.PDF
+        test.PDF
 
 
-That's it.  For more information, visit http://lilypond.org .
+That's it.
+
+LilyPond's interface is text-based. Please read the documentation.
+
+For more information, visit http://lilypond.org .
 %}
 
+\version "2.11.65"  % necessary for upgrading to future LilyPond versions.
+
 \header{
   title = "A scale in LilyPond"
 }
 
-\relative{
+\relative c' {
   c d e f g a b c
 }
-
-
-\version "2.10.0"  % necessary for upgrading to future LilyPond versions.