lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Superfluous titling commands (2710) (issue 6455081)


From: tdanielsmusic
Subject: Re: Superfluous titling commands (2710) (issue 6455081)
Date: Mon, 06 Aug 2012 09:49:08 +0000

Reviewers: Graham Percival, t.daniels_treda.co.uk,

Message:
Pushed to staging as
28b50ab376b2a17c65999281fadc4d89f4ae1ee1
Closing

Description:
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.

Please review this at http://codereview.appspot.com/6455081/

Affected files:
  M ly/titling-init.ly


Index: ly/titling-init.ly
diff --git a/ly/titling-init.ly b/ly/titling-init.ly
index 7b004468a91abdb192be3aa691851ac3e34a82d8..406e39c67e77ebe63ebc5dc9e4ff4858cda02a39 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]