X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome_to_LilyPond.ly;h=bfe7231ee08c7759c32a4f78abda0b1e50faa4bf;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=3b71f93c02822f63e64923355fd56bb8a37c8da4;hpb=2b58d6d29804624ecd26891d23cf9f06c10d01c2;p=lilypond.git diff --git a/ly/Welcome_to_LilyPond.ly b/ly/Welcome_to_LilyPond.ly index 3b71f93c02..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. Safe 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.5.25" % necessary for upgrading to future LilyPond versions.