]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/titling-init.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / ly / titling-init.ly
index bf4c147e84b157909d9f64d12e4e4c956a63bc98..17b7789e1800261e7db63fdb405f6cef9d350d75 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.10.0"
+\version "2.11.57"
 
 slashSeparator = \markup {
-  \hcenter
+  \center-align
   \vcenter \combine
   \beam #2.0 #0.5 #0.48
   \raise #0.7 \beam #2.0 #0.5 #0.48
@@ -25,7 +25,7 @@ tagline = \markup {
 }
 
 #(define (print-all-headers layout props arg)
-  (if (eq? (ly:output-def-lookup layout 'printallheaders) #t)
+  (if (eq? (ly:output-def-lookup layout 'print-all-headers) #t)
    (interpret-markup layout props arg)
    empty-stencil))