From: Carl Sorensen Date: Sat, 28 Feb 2009 16:24:52 +0000 (-0700) Subject: Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond X-Git-Tag: release/2.13.0-0~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a8d59748660a6d6ad4c64679f24e14914164812b;hp=50b859b7fd590653b277ad155adec249e31fe30d;p=lilypond.git Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond --- 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)