X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Ftoc-init.ly;h=dda4f31ab4d13250336decea7f2c3e57c87485e6;hb=88bcceedeb566ced9edcef51c7049a79f4fde10e;hp=334c983d0b793d5fb81630658a3c6cd5f7b53749;hpb=c373de38a49dea998a0733658a48a0e62912fa11;p=lilypond.git diff --git a/ly/toc-init.ly b/ly/toc-init.ly index 334c983d0b..dda4f31ab4 100644 --- a/ly/toc-init.ly +++ b/ly/toc-init.ly @@ -1,4 +1,4 @@ -\version "2.11.26" +\version "2.12.0" %% defined later, in a closure #(define-public (add-toc-item! markup-symbol text) @@ -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)