]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/Welcome_to_LilyPond.ly
Release: bump Welcome versions.
[lilypond.git] / ly / Welcome_to_LilyPond.ly
index 534de4ab78a92cf7298116bc75e1b06b7d196532..365abc53dd0c12a79cb848cc4b13e130032ab949 100644 (file)
@@ -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.12.0"  % necessary for upgrading to future LilyPond versions.
+\version "2.19.38"  % 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
 }