X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftable-of-contents.ly;h=472b360a59d2ad38408e2c64db0de5e5ac1f9d04;hb=0bf10e418a7d6542d6e3a0c3e2dcf70b4ec61f70;hp=74142e0da3e183debc77fe5064a65a90537b429e;hpb=e5751bd57f29c80d7c1ce3a323d6e5a3925cebcb;p=lilypond.git diff --git a/input/lsr/table-of-contents.ly b/input/lsr/table-of-contents.ly index 74142e0da3..472b360a59 100644 --- a/input/lsr/table-of-contents.ly +++ b/input/lsr/table-of-contents.ly @@ -1,32 +1,31 @@ %% Do not edit this file; it is auto-generated from input/new -\version "2.11.35" -\layout { ragged-right= ##t } +%% This file is in the public domain. +\version "2.11.61" \header { - doctitle = "Table of contents" lsrtags = "paper-and-layout" texidoc = "A table of contents is included using -@code{\\markuplines \\table-of-contents}. The TOC items are added with -the @code{\\tocItem} command." -} -% begin verbatim +@w{@code{\\markuplines \\table-of-contents}}. The TOC items are +added with the @code{\\tocItem} command." + doctitle = "Table of contents" +} % begin verbatim + #(set-default-paper-size "a6") \book { \markuplines \table-of-contents \pageBreak - - \tocItem \markup "The first score" + \tocItem \markup { The first score } \score { - { + { c'1 \pageBreak - \mark "A" \tocItem \markup "Mark A" - d' + \mark "A" \tocItem \markup { Mark A } + d'1 } } \pageBreak - \tocItem \markup "The second score" + \tocItem \markup { The second score } \score { - { e' } + { e'1 } \header { piece = "Second score" } } }