]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/Welcome-to-LilyPond-MacOS.ly
Issue 4208/1: elisp/lilypond-indent.el: Use ?\[ and ?\] instead of ?[ and ?]
[lilypond.git] / ly / Welcome-to-LilyPond-MacOS.ly
index c9604c8748e96cdcc94bc0546b83729ef3caa88d..972f1ea27b1ab3684a98a7c225cf568ce420c7fe 100644 (file)
@@ -23,13 +23,12 @@ That's it.  For more information, visit http://lilypond.org .
 
 %}
 
+\version "2.19.15"  % 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.10.0"  % necessary for upgrading to future LilyPond versions.