X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-interface.cc;h=9b28228dab5217e06b8c75b7f8bd1e364029de9a;hb=dadf069231fbb3357563070318dc11c5746c97ba;hp=12e2e36e3e169c1a728ef3edc37cac7290ce13b0;hpb=1bc5dc8562745eb82f0cd92a6011786b7b61c434;p=lilypond.git diff --git a/lily/text-interface.cc b/lily/text-interface.cc index 12e2e36e3e..9b28228dab 100644 --- a/lily/text-interface.cc +++ b/lily/text-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Han-Wen Nienhuys + (c) 1998--2009 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -72,8 +72,8 @@ MAKE_SCHEME_CALLBACK_WITH_OPTARGS (Text_interface, interpret_markup, 3, 0, " Takes three arguments, @var{layout}, @var{props}, and @var{markup}.\n" "\n" "@var{layout} is a @code{\\layout} block; it may be obtained from a grob with" -" @code{ly:grob-layout}. @var{props} is a alist chain, ie. a list of alists." -" This is typically obtained 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))}." " @var{markup} is the markup text to be processed."); SCM