From: Jan Nieuwenhuizen Date: Tue, 2 Mar 2004 17:27:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.1.29~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51935fac1525348e08ede9afde1ed8b4b49e1866;p=lilypond.git *** empty log message *** --- diff --git a/input/test/title-markup.ly b/input/test/title-markup.ly index 65ae2dad74..4c868a6590 100644 --- a/input/test/title-markup.ly +++ b/input/test/title-markup.ly @@ -36,19 +36,28 @@ texidoc = " (font-size . 0)) title = "Title String" - subtitle = "and the subtitle" + subtitle = "(and (the) subtitle)" poet = "poetstring" composer = "compozeur" instrument = "instrum" piece = "stukkie" - + makeTitle = \markup { \column < - { \large \bold \title } " " { \large \bold \subtitle } - { " " } - % FIXME: 60: linewidth / flushleft/flushright (hfill?)) - { { \smaller \upright \instrument } \hspace #60 \upright \composer } - { { \smaller \caps \piece } \hspace #60 \upright \poet } + { "<-LEFT" \hspace #30 "centre" \hspace #30 "RIGHT->" } + " " + \center < { \huge \bold \title } > + " " + \center < + \center < { \large \bold \subtitle } > + > + " " + " " + { \left-align { \smaller \upright \instrument } + \right-align { \upright \composer } } + " " + { \left-align { \smaller \caps \piece } + \right-align { \upright \poet } } > } }