X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftext-script-vertical-skylines.ly;h=3657bc274d2be64891ca3219f8d091ee9b7f3964;hb=d6cf41d784ca77fe3b3ea7635a8c48501a152b78;hp=a32818cb6eb30aa5baa9624f0eed0ff636a2e408;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/input/regression/text-script-vertical-skylines.ly b/input/regression/text-script-vertical-skylines.ly index a32818cb6e..3657bc274d 100644 --- a/input/regression/text-script-vertical-skylines.ly +++ b/input/regression/text-script-vertical-skylines.ly @@ -1,13 +1,23 @@ -\version "2.16.0" +\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 } +}