1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
4 % possible rename to scheme- or something like that. -gp
6 lsrtags
= "tweaks-and-overrides"
7 texidoc
= "@cindex Scheme Move Text
8 Objects of the same type, like text, can be moved around by using some Scheme code.
10 doctitle
= "Move specific text"
13 #(define
(make-text-checker text
)
14 (lambda
(grob
) (equal? text
(ly
:grob-property grob
'text
))))
20 #(outputproperty-compatibility
21 (make-text-checker
(make-simple-markup
"m.d."))
22 'extra-offset
'(-
3.5 . -
4.5))