X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2FWelcome-to-LilyPond-MacOS.ly;h=3c166bd9d6760e9750c41b6eb9b8335d99a984bb;hb=da2d5da41cff7136b208b461e6422157ad01344e;hp=c9604c8748e96cdcc94bc0546b83729ef3caa88d;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/ly/Welcome-to-LilyPond-MacOS.ly b/ly/Welcome-to-LilyPond-MacOS.ly index c9604c8748..3c166bd9d6 100644 --- a/ly/Welcome-to-LilyPond-MacOS.ly +++ b/ly/Welcome-to-LilyPond-MacOS.ly @@ -23,13 +23,12 @@ That's it. For more information, visit http://lilypond.org . %} +\version "2.14.0" % 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.