X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome_to_LilyPond.ly;h=6225500a8f3b3406c405ff39437f3db9173671c7;hb=df2532c9e0b0e1697a3e72b6ccbcc4b003a507d2;hp=f90f3bce9f5e121032389df1f06096e34d5739bb;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/ly/Welcome_to_LilyPond.ly b/ly/Welcome_to_LilyPond.ly index f90f3bce9f..6225500a8f 100644 --- a/ly/Welcome_to_LilyPond.ly +++ b/ly/Welcome_to_LilyPond.ly @@ -25,21 +25,21 @@ 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. + 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. %} -\version "2.14.0" % necessary for upgrading to future LilyPond versions. +\version "2.19.40" % 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/web/help/" +http://lilypond.org/introduction.html" } -\relative c' { - c d e f g a b c +\relative { + c' d e f g a b c }