X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftoc.ly;h=933d1f313bf7fa04982e314e3513f7cd96ec36d1;hb=d60a839a6cda6b5341360d5b46bfc98872a81b7a;hp=94fe0f08e767cd5426389caa68f29d5d4756dc3e;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/toc.ly b/input/regression/toc.ly index 94fe0f08e7..933d1f313b 100644 --- a/input/regression/toc.ly +++ b/input/regression/toc.ly @@ -1,15 +1,16 @@ -\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 -the @code{\\tocItem} command." +@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." } #(set-default-paper-size "a6") \book { - \markuplines \table-of-contents + \markuplist \table-of-contents \pageBreak \tocItem \markup "The first score" @@ -26,4 +27,4 @@ the @code{\\tocItem} command." { e' } \header { piece = "Second score" } } -} \ No newline at end of file +}