]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/titling-init.ly
Warnings: Move all warning-as-error handling to warn.cc
[lilypond.git] / ly / titling-init.ly
index 679742f29190cf87a086b6cadd404e902e393551..5c234f34f2df40a1b9e17f55d5d033eeb5862198 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.18"
 
 slashSeparator = \markup {
   \center-align
@@ -15,11 +15,10 @@ tagline = \markup {
 
     %% 2014 = em dash.
 
-    #(ly:export
-      (format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
+    $(format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
        (lilypond-version)
        (ly:wide-char->utf-8 #x2014)
-       ))
+       )
   }
 }