From: Carl Sorensen Date: Sat, 28 Feb 2009 16:21:26 +0000 (-0700) Subject: Add internationalization to dosctring for table-of-contents markup X-Git-Tag: release/2.12.3-1~54 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=135a909ba15cdb78344d9eef8c16b45f96efa5fc;p=lilypond.git Add internationalization to dosctring for table-of-contents markup Contributed by Marek Klein (cherry picked from commit 5de6e66669f72e5f4750f0e75c67dedb8945d92e) --- 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)