From cbb415ca42d40d935d32fa485efc26e41118220b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 29 Nov 2006 18:37:48 +0100 Subject: [PATCH] Add example for \concat. --- input/regression/markup-syntax.ly | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/input/regression/markup-syntax.ly b/input/regression/markup-syntax.ly index 0dcb732ecc..5018c71849 100644 --- a/input/regression/markup-syntax.ly +++ b/input/regression/markup-syntax.ly @@ -1,33 +1,37 @@ -\header { - - texidoc = "Demo of markup texts, using LilyPond syntax. " +\version "2.10.0" +\header { + texidoc = "Demo of markup texts, using LilyPond syntax." } -\version "2.10.0" - { f'1-\markup { foo \raise #0.2 \hbracket \bold bar - \override #'(baseline-skip . 4) - \bracket \column { baz bazr bla } + \override #'(baseline-skip . 4) + \bracket \column { + baz + bazr + bla + } \hspace #2.0 \override #'(font-encoding . fetaMusic) { \lookup #"noteheads-0" } \semiflat - { } - - \combine "X" "+" + \combine "X" "+" \combine "o" "/" } g'1-\markup { % \char-number #"abc1234abc" - \box \column { \line { "string 1" } \line { "string 2" } } - " " + \box \column { + \line { "string 1" } + \line { "string 2" } + \concat { "f" "i" } + } + " " \draw-circle #1 #0.3 ##f " " \draw-circle #1 #0.3 ##t -- 2.39.5