X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Ftoc-init.ly;h=dda4f31ab4d13250336decea7f2c3e57c87485e6;hb=e94c4a66c9d565749d8a121fc0267ddeb423ca13;hp=068563abf7b9cfc74d37bb8e30b943612b01b65d;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/ly/toc-init.ly b/ly/toc-init.ly index 068563abf7..dda4f31ab4 100644 --- a/ly/toc-init.ly +++ b/ly/toc-init.ly @@ -32,10 +32,10 @@ } #(define-markup-list-command (table-of-contents layout props) () - "Outputs the table of contents, using the paper variable + ( _i "Outputs the table of contents, using the paper variable @code{tocTitleMarkup} for its title, then the list of lines built using the @code{tocItem} music function -Usage: @code{\\markuplines \\table-of-contents}" +Usage: @code{\\markuplines \\table-of-contents}" ) (cons (interpret-markup layout props (ly:output-def-lookup layout 'tocTitleMarkup)) (space-lines (chain-assoc-get 'baseline-skip props)