]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/Welcome_to_LilyPond.ly
texinfo.tex update.
[lilypond.git] / ly / Welcome_to_LilyPond.ly
index a9643238fb43f91f11e311d777ab8df105abfd15..bfe7231ee08c7759c32a4f78abda0b1e50faa4bf 100644 (file)
@@ -6,7 +6,7 @@ Congratulations, LilyPond has been installed successfully.
 
 Now to take it for the first test run.
 
 
 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.
 
   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.
 
   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.12.0"  % necessary for upgrading to future LilyPond versions.
+
 \header{
   title = "A scale in LilyPond"
 }
 
 \header{
   title = "A scale in LilyPond"
 }
 
-\relative{
+\relative c' {
   c d e f g a b c
 }
   c d e f g a b c
 }
-
-
-\version "2.7.39"  % necessary for upgrading to future LilyPond versions.