4 texidoc = "There is a Scheme macro @code{markup} to produce markup
5 texts using a similar syntax as @code{\\markup}.
13 For maintenance reasons, we don't excercise the entire markup command set.
22 \remove Time_signature_engraver
34 \raise #0.2 \hbracket \bold bar
35 \override #'(baseline-skip . 4)
37 \bracket \column { baz bazr bla }
39 \override #'(font-encoding . fetaMusic) {
40 \lookup #"noteheads-0"
42 \musicglyph #"accidentals.-1"
45 \box \column { \line { "string 1" } \line { "string 2" } }
49 \huge { "A" \smaller "A" \smaller \smaller "A"
50 \smaller \smaller \smaller "A" }
56 #:raise 0.2 #:hbracket #:bold "bar"
57 #:override '(baseline-skip . 4)
58 #:bracket #:column ( "baz" "bazr" "bla" )
60 #:override '(font-encoding . fetaMusic) #:line (#:lookup "noteheads-0"
62 #:musicglyph "accidentals.-1"
65 #:box #:column ("string 1" "string 2")
69 #:circle #:dynamic "p"
72 #:huge #:line ("A" #:smaller "A" #:smaller #:smaller "A"
73 #:smaller #:smaller #:smaller "A")