]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-script-vertical-skylines.ly
Doc-es: various updates.
[lilypond.git] / input / regression / text-script-vertical-skylines.ly
1 \version "2.17.21"
2
3 \header {
4   texidoc = "@code{TextScript}s are spaced closely, following outlines of
5 the stencil.  When markup commands like @code{pad-around} and
6 @code{with-dimensions} change the extent of a stencil, these changed
7 extents have effect in the stencil outline used to place the resulting
8 @code{TextScript}."
9 }
10
11 {
12   g'2^\markup { g \line {. . . .} }
13   e'^\markup { e }
14
15   g'2^\markup { g \transparent \line {. . . .} }
16   e'^\markup { e }
17
18   g'2^\markup { g \pad-around #0.5 \line{. . . .} }
19   e'^\markup { e }
20
21   g'2^\markup { g \with-dimensions #'(-0 . 0) #'(-0 . 0) \line {. . . .} }
22   e'^\markup { e }
23 }