From 135a909ba15cdb78344d9eef8c16b45f96efa5fc Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 28 Feb 2009 09:21:26 -0700 Subject: [PATCH] Add internationalization to dosctring for table-of-contents markup Contributed by Marek Klein (cherry picked from commit 5de6e66669f72e5f4750f0e75c67dedb8945d92e) --- ly/toc-init.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5