X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftoc.ly;h=933d1f313bf7fa04982e314e3513f7cd96ec36d1;hb=91723da7360b372904979b2d572f3f941ebbc924;hp=4e23788f2c0feeffcd4e7ce5b66c3b4048bc76f6;hpb=a584ab7de523d74fb28ff79d224414af8ac03615;p=lilypond.git diff --git a/input/regression/toc.ly b/input/regression/toc.ly index 4e23788f2c..933d1f313b 100644 --- a/input/regression/toc.ly +++ b/input/regression/toc.ly @@ -1,8 +1,8 @@ -\version "2.12.0" +\version "2.16.0" \header { texidoc = "A table of contents is included using -@code{\\markuplines \\table-of-contents}. The toc items are added with +@code{\\markuplist \\table-of-contents}. The toc items are added with the @code{\\tocItem} command. In the PDF backend, the toc items are linked to the corresponding pages." } @@ -10,7 +10,7 @@ to the corresponding pages." #(set-default-paper-size "a6") \book { - \markuplines \table-of-contents + \markuplist \table-of-contents \pageBreak \tocItem \markup "The first score" @@ -27,4 +27,4 @@ to the corresponding pages." { e' } \header { piece = "Second score" } } -} \ No newline at end of file +}