X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome_to_LilyPond.ly;h=bfe7231ee08c7759c32a4f78abda0b1e50faa4bf;hb=243b15925ff3ef8b0384ffd0a6ce6664ad19da99;hp=a9643238fb43f91f11e311d777ab8df105abfd15;hpb=b319f8f1777ffae53a80c3efab2a18884d4d549e;p=lilypond.git diff --git a/ly/Welcome_to_LilyPond.ly b/ly/Welcome_to_LilyPond.ly index a9643238fb..bfe7231ee0 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,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.12.0" % 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.7.39" % necessary for upgrading to future LilyPond versions.