]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/preset-extent.ly
rename.
[lilypond.git] / input / test / preset-extent.ly
index 28f20fdca5daf8e0118de8be6a0814b842d95e8e..e9b244de39c15ed3dec8d7cb5b034af1690f2dc0 100644 (file)
@@ -1,14 +1,21 @@
 \version "1.7.18"
-\header {
+\header { texidoc = "
+
+@cindex Preset Extent
+
+
+Grob extents may be hard coded using grob properties.  This
+requires Grob::preset_extent () function.
+
+The lyrics in this example have extent (-10,10) which is why they are
+spaced so widely,
+
+"
 
-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 #'X-extent = #'(-10.0 . 10.0)
@@ -17,4 +24,4 @@ texidoc = "Grob extents may be hard coded using grob
     \paper { raggedright = ##t}
 }
     
-%% new-chords-done %%
+