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