From 51935fac1525348e08ede9afde1ed8b4b49e1866 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 2 Mar 2004 17:27:39 +0000 Subject: [PATCH] *** empty log message *** --- input/test/title-markup.ly | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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 } } > } } -- 2.39.5