X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-interface.cc;h=8b55618521af2ae9bc9bc5df032a1a6cfec1459b;hb=7254f7f192bc6422b1da08e66cc598020a71923f;hp=9b28228dab5217e06b8c75b7f8bd1e364029de9a;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/lily/text-interface.cc b/lily/text-interface.cc index 9b28228dab..8b55618521 100644 --- a/lily/text-interface.cc +++ b/lily/text-interface.cc @@ -74,7 +74,7 @@ MAKE_SCHEME_CALLBACK_WITH_OPTARGS (Text_interface, interpret_markup, 3, 0, "@var{layout} is a @code{\\layout} block; it may be obtained from a grob with" " @code{ly:grob-layout}. @var{props} is an alist chain, i.e. a list of" " alists. This is typically obtained with" -" @code{(ly:grob-alist-chain (ly:layout-lookup layout 'text-font-defaults))}." +" @code{(ly:grob-alist-chain grob (ly:output-def-lookup layout 'text-font-defaults))}." " @var{markup} is the markup text to be processed."); SCM Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)