X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftable-of-contents.ly;h=92e37b27fa8e3522a57ebd27aa41438304499942;hb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;hp=4e6016acadf67f1c2f91482aa46390f9bc63abbb;hpb=d8390f896c6982361ef2c267013f790753b3b3a0;p=lilypond.git diff --git a/input/lsr/table-of-contents.ly b/input/lsr/table-of-contents.ly index 4e6016acad..92e37b27fa 100644 --- a/input/lsr/table-of-contents.ly +++ b/input/lsr/table-of-contents.ly @@ -1,33 +1,32 @@ %% 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 } +\version "2.11.62" \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" } } }