7 Grob extents may be hard coded using grob properties. This
8 requires Grob::preset_extent () function.
10 The lyrics in this example have extent (-10,10) which is why they are
18 \context Lyrics \lyrics {
20 \property Lyrics . LyricText \set #'X-extent-callback = #Grob::preset_extent
21 \property Lyrics . LyricText \set #'X-extent = #'(-10.0 . 10.0)
24 \paper { raggedright = ##t}