MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / parenthesize-markup.ly
blob89a494958507b6f95023c5858d93f9ce2045493b
1 \version "2.13.13"
3 \header{
5 texidoc="
6 The parenthesize markup will place parentheses
7 around any stencil.
9 The angularity of the parentheses can be adjusted.
14 \score {
15 \relative c'' {c^\markup {
16 \parenthesize {
17 \column { "A" "B" "C" }
19 } c c c
20 c^\markup {
21 \override #'(angularity . 2) {
22 \override #'(width . 0.5) {
23 \parenthesize {
24 \column { "A" "B" "C" }
28 } c c c