]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/Welcome_to_LilyPond.ly
Issue 5166/2: Doc: Delete note for svg backend which become unnecessary
[lilypond.git] / ly / Welcome_to_LilyPond.ly
index c1faabb9afaa6982028b40609877d160bf098467..77029e7a2845af145455eceefdbe90bdfcdbb6ef 100644 (file)
@@ -32,7 +32,7 @@ Good luck with LilyPond!  Happy engraving.
 
 %}
 
-\version "2.19.18"  % necessary for upgrading to future LilyPond versions.
+\version "2.19.64"  % necessary for upgrading to future LilyPond versions.
 
 \header{
   title = "A scale in LilyPond"
@@ -40,6 +40,6 @@ Good luck with LilyPond!  Happy engraving.
 http://lilypond.org/introduction.html"
 }
 
-\relative c' {
-  c d e f g a b c
+\relative {
+  c' d e f g a b c
 }