]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/Welcome_to_LilyPond.ly
Doc: NR 4.1.2: Reorganize nodes; link to 4.4.1.
[lilypond.git] / ly / Welcome_to_LilyPond.ly
index 220f869f29c40b2f0457e9b7cbb532a9029a7344..534de4ab78a92cf7298116bc75e1b06b7d196532 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,32 @@ 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
 
 
+  5. If you see a piece of music with a scale, LilyPond is working properly.
+
+Next, you'll want to get started on your own scores.  To do this you'll 
+  need to learn about using LilyPond.
+
+LilyPond's interface is text-based, rather than graphical. Please visit the
+  help page at http://lilypond.org/web/help.  This will point you to a quick
+  tutorial and extensive documentation.
+
+Good luck with LilyPond!  Happy engraving.
 
 
-That's it.  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"
+  subtitle = "For more information on using LilyPond, please see
+http://lilypond.org/web/help/"
 }
 
 }
 
-\relative{
+\relative c' {
   c d e f g a b c
 }
   c d e f g a b c
 }
-
-
-\version "2.6.0"  % necessary for upgrading to future LilyPond versions.