From 28b50ab376b2a17c65999281fadc4d89f4ae1ee1 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Thu, 2 Aug 2012 23:05:27 +0100 Subject: [PATCH] Superfluous titling commands (2710) Remove both \larger and \smaller in subtitle as these simply cancel each other. Rearrange the title markup commands for consistency. These changes should not affect any existing scores. --- ly/titling-init.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ly/titling-init.ly b/ly/titling-init.ly index 7b004468a9..406e39c67e 100644 --- a/ly/titling-init.ly +++ b/ly/titling-init.ly @@ -33,13 +33,13 @@ bookTitleMarkup = \markup { \fill-line { \fromproperty #'header:dedication } \override #'(baseline-skip . 3.5) \column { - \huge \larger \bold \fill-line { - \larger \fromproperty #'header:title + \huge \larger \larger \bold + \fromproperty #'header:title } \fill-line { - \large \smaller \bold - \larger \fromproperty #'header:subtitle + \large \bold + \fromproperty #'header:subtitle } \fill-line { \smaller \bold -- 2.39.5