X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftable-of-contents.ly;h=624bb8d55e12e19dcc88499922693237223bcc5d;hb=2fd463683cab91b18c1d241bca208764867f1503;hp=4e6016acadf67f1c2f91482aa46390f9bc63abbb;hpb=2455e5b0f8f0846a42952e32bbedecf1da1e7855;p=lilypond.git diff --git a/input/lsr/table-of-contents.ly b/input/lsr/table-of-contents.ly index 4e6016acad..624bb8d55e 100644 --- a/input/lsr/table-of-contents.ly +++ b/input/lsr/table-of-contents.ly @@ -1,33 +1,33 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.38" -\layout { ragged-right= ##t } +%% Note: this file works from version 2.12.0 +\version "2.13.1" \header { 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." +@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" } } }