From: Werner Lemberg Date: Wed, 29 Nov 2006 17:37:48 +0000 (+0100) Subject: Add example for \concat. X-Git-Tag: release/2.11.1-1~33^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cbb415ca42d40d935d32fa485efc26e41118220b;p=lilypond.git Add example for \concat. --- 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