]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-script-vertical-skylines.ly
a32818cb6eb30aa5baa9624f0eed0ff636a2e408
[lilypond.git] / input / regression / text-script-vertical-skylines.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "By default, @code{TextScript} vertical skylines allow
5 for stack @code{TextScript} grobs to fit snugly over each other instead
6 of moving the entire distance of the bounding box.
7 "
8 }
9
10 \relative c' {
11   a^\markup { \filled-box #'(0 . 2) #'(0 . 20) #0 hello}
12   a^\markup { world }
13 }