]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/page-layout.scm
* scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
[lilypond.git] / scm / page-layout.scm
index d576e20ab4199e543ad8f8adf3b3183488e40b7a..f65c8744dca489ca2cf57c610d66a648346b29d5 100644 (file)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (define TAGLINE
-  (string-append "Engraved by LilyPond (version " (lilypond-version) ")"))
+  (make-line-markup
+   (list 
+    (make-simple-markup (string-append "Engraved by LilyPond " (lilypond-version)))
+    (make-simple-markup "-")
+    (make-with-url-markup "http://lilypond.org"
+                         (make-typewriter-markup (make-simple-markup "www.lilypond.org"))
+                         
+                         ))))
 
 (define (page-headfoot layout scopes number sym sepsym dir last?)
   "Create a stencil including separating space."