X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome_to_LilyPond.ly;h=526bb56eb466dd245097399c68fdbba72aa876d5;hb=87aa27529fbd185872f66125c5948b19ddeee260;hp=69910760e4c9e3f9ebffe8c6aa83b1fa08c69d67;hpb=0387f04497978e37b335a8b99eec905499d6ad0f;p=lilypond.git diff --git a/ly/Welcome_to_LilyPond.ly b/ly/Welcome_to_LilyPond.ly index 69910760e4..526bb56eb4 100644 --- a/ly/Welcome_to_LilyPond.ly +++ b/ly/Welcome_to_LilyPond.ly @@ -17,22 +17,29 @@ Now to take it for the first test run. 4. To print or view the result, click on the newly produced file called - test.PDF + test.pdf + 5. If you see a piece of music with a scale, LilyPond is working properly. -That's it. +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. Please read the documentation. +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. -For more information, visit http://lilypond.org . %} -\version "2.11.65" % necessary for upgrading to future LilyPond versions. +\version "2.19.41" % 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' { - c d e f g a b c +\relative { + c' d e f g a b c }