X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome_to_LilyPond.ly;h=9937a5c633e5d7205dc878e75b0ae9f9508b9b62;hb=8677aeb93a69409206cd95e1d0719b81cd305113;hp=0948d3252306bdd212d729dd648459ea6fcdf8b1;hpb=16e48b6e069b84fdf18fb0a40a262ca440cb08f0;p=lilypond.git diff --git a/ly/Welcome_to_LilyPond.ly b/ly/Welcome_to_LilyPond.ly index 0948d32523..9937a5c633 100644 --- a/ly/Welcome_to_LilyPond.ly +++ b/ly/Welcome_to_LilyPond.ly @@ -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,32 @@ 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 + 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/introduction.html. 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.19.33" % necessary for upgrading to future LilyPond versions. + \header{ title = "A scale in LilyPond" + subtitle = "For more information on using LilyPond, please see +http://lilypond.org/introduction.html" } -\relative{ - c d e f g a b c +\relative { + c' d e f g a b c } - - -\version "2.5.25" % necessary for upgrading to future LilyPond versions.