From: Han-Wen Nienhuys Date: Fri, 9 Aug 2002 13:40:56 +0000 (+0000) Subject: (texidoc): added file. X-Git-Tag: release/1.5.72~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19faaa731d3437044d8a7233a0e89335383a767d;p=lilypond.git (texidoc): added file. --- diff --git a/input/test/preset-extent.ly b/input/test/preset-extent.ly new file mode 100644 index 0000000000..570dbec70e --- /dev/null +++ b/input/test/preset-extent.ly @@ -0,0 +1,18 @@ +\header { + +texidoc = "Grob extents may be hard coded using grob + properties. This requires Grob::preset_extent () function. +" +} + +\score { + \context Lyrics \lyrics { + \property Lyrics . LyricHyphen \set #'extra-offset = #'(0.0 . -5.0) + foo -- + \property Lyrics . LyricText \set #'X-extent-callback = #Grob::preset_extent + \property Lyrics . LyricText \set #'extent-X = #'(-10.0 . 10.0) + bar baz + } + \paper { linewidth = -1.0 } +} +