From c0ae8834560b64fdbb5d2352dc55e3006eb9104f Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 11 Aug 2013 10:13:02 +0100 Subject: [PATCH] Increase tagline spacing (Issue 3214) --- .../page-breaking-good-estimation.ly | 4 ++-- input/regression/page-turn-page-breaking.ly | 1 + ly/titling-init.ly | 18 ++++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/input/regression/page-breaking-good-estimation.ly b/input/regression/page-breaking-good-estimation.ly index 438d5f63c2..b2038ad65b 100644 --- a/input/regression/page-breaking-good-estimation.ly +++ b/input/regression/page-breaking-good-estimation.ly @@ -14,8 +14,8 @@ Melody = \relative c' { c2 c | c c | c c } Words = \lyricmode{ - bla bla bla bla bla bla - bla bla bla bla bla bla + ma ma ma ma ma ma + ma ma ma ma ma ma } \book { \score { diff --git a/input/regression/page-turn-page-breaking.ly b/input/regression/page-turn-page-breaking.ly index 30a2270e9c..e54292fa0b 100644 --- a/input/regression/page-turn-page-breaking.ly +++ b/input/regression/page-turn-page-breaking.ly @@ -22,6 +22,7 @@ in which case the turn will go after the special barline. auto-first-page-number = ##t print-page-number = ##t print-first-page-number = ##t + tagline = ##f } \score { diff --git a/ly/titling-init.ly b/ly/titling-init.ly index 546efac4fa..da2bf166c9 100644 --- a/ly/titling-init.ly +++ b/ly/titling-init.ly @@ -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) + ) + } } } -- 2.39.5