]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-frame-text.ly
Issue 3469: adding markup-commands \oval and \ellipse
[lilypond.git] / input / regression / markup-frame-text.ly
1 \version "2.17.23"
2
3 \header {
4
5   texidoc = "Text is framed properly with @code{\\box},
6 @code{\\circle}, @code{\\oval} and @code{\\ellipse}"
7
8 }
9
10 \markup \column {
11         \line { \box { text in boxes "1" "12" "123" } }
12         \line { \circle { text in circles "1" "12" "123" } }
13         \line { \oval { text in ovals "1" "12" "123" } }
14         \line { \ellipse { text in ellipses "1" "12" "123" } }
15 }