]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-script-vertical-skylines.ly
Improvements in vertical skyline approximations (issue 2148).
[lilypond.git] / input / regression / text-script-vertical-skylines.ly
1 \version "2.15.28"
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 }