X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftoc.ly;h=ab25f4e867d6fdf184c3bda146c021e72a37a444;hb=901c1171045a0507b12c0b17eb1a22e1f5ca5f8e;hp=94fe0f08e767cd5426389caa68f29d5d4756dc3e;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/toc.ly b/input/regression/toc.ly index 94fe0f08e7..ab25f4e867 100644 --- a/input/regression/toc.ly +++ b/input/regression/toc.ly @@ -1,15 +1,16 @@ -\version "2.12.0" +\version "2.15.17" \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 +}