X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftext-script-vertical-skylines.ly;h=3657bc274d2be64891ca3219f8d091ee9b7f3964;hb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;hp=1eab7f15aae31309bac2125d5326fe3e43565c03;hpb=28f3294954eff1f263d3b2e3de1c520f4d2fbdfc;p=lilypond.git diff --git a/input/regression/text-script-vertical-skylines.ly b/input/regression/text-script-vertical-skylines.ly index 1eab7f15aa..3657bc274d 100644 --- a/input/regression/text-script-vertical-skylines.ly +++ b/input/regression/text-script-vertical-skylines.ly @@ -1,13 +1,23 @@ -\version "2.15.28" +\version "2.17.21" \header { - texidoc = "By default, @code{TextScript} vertical skylines allow -for stack @code{TextScript} grobs to fit snugly over each other instead -of moving the entire distance of the bounding box. -" + texidoc = "@code{TextScript}s are spaced closely, following outlines of +the stencil. When markup commands like @code{pad-around} and +@code{with-dimensions} change the extent of a stencil, these changed +extents have effect in the stencil outline used to place the resulting +@code{TextScript}." } -\relative c' { - a^\markup { \filled-box #'(0 . 2) #'(0 . 20) #0 hello} - a^\markup { world } -} \ No newline at end of file +{ + g'2^\markup { g \line {. . . .} } + e'^\markup { e } + + g'2^\markup { g \transparent \line {. . . .} } + e'^\markup { e } + + g'2^\markup { g \pad-around #0.5 \line{. . . .} } + e'^\markup { e } + + g'2^\markup { g \with-dimensions #'(-0 . 0) #'(-0 . 0) \line {. . . .} } + e'^\markup { e } +}