]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-script-vertical-skylines.ly
Doc-es: various updates.
[lilypond.git] / input / regression / text-script-vertical-skylines.ly
index a32818cb6eb30aa5baa9624f0eed0ff636a2e408..3657bc274d2be64891ca3219f8d091ee9b7f3964 100644 (file)
@@ -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 }
+}