]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/toc-init.ly
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / ly / toc-init.ly
index ef1f18fe8b2497dbaa9a0bb4fcc99e6e63920880..c3fd5ab57d0ab3c236728d03350c65035e316bd3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.22"
 
 %% defined later, in a closure
 #(define-public (add-toc-item! markup-symbol text)
@@ -58,7 +58,7 @@ Usage: @code{\\markuplist \\table-of-contents}" )
                          (toc-items)))))
 
 tocItem =
-#(define-music-function (parser location text) (markup?)
+#(define-music-function (text) (markup?)
    "Add a line to the table of content, using the @code{tocItemMarkup} paper
 variable markup"
    (add-toc-item! 'tocItemMarkup text))