]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/titling-init.ly
Issue 3951: Fix broken LSR links in docs.
[lilypond.git] / ly / titling-init.ly
index 546efac4fac66106297b1cc99432ca9a0e44430f..da2bf166c94e063ec5b419b2bf38cc5325ce7603 100644 (file)
@@ -8,17 +8,19 @@ slashSeparator = \markup {
 }
 
 tagline = \markup {
-  \with-url
+  \pad-to-box #'(0 . 0) #'(0 . 3)
+  {  \with-url
 
-  #"http://lilypond.org/"
-  \line {
+    #"http://lilypond.org/"
+    \line {
 
-    %% 2014 = em dash.
+      %% 2014 = em dash.
 
-    #(format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
-       (lilypond-version)
-       (ly:wide-char->utf-8 #x2014)
-       )
+      #(format #f "Music engraving by LilyPond ~a~awww.lilypond.org"
+         (lilypond-version)
+         (ly:wide-char->utf-8 #x2014)
+         )
+    }
   }
 }