X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ftable-of-contents.ly;h=e7f4b60303fb5799f1bc2ed34f9fcc10c40b3ed8;hb=d31248d7770fb5770c2caacfb3547984bf8dcdc3;hp=b7636826aebd10963274eaea0c1595a2b7285f6c;hpb=caff9e8768f78cf6d183f8dad640e64e62b28fd4;p=lilypond.git diff --git a/input/lsr/table-of-contents.ly b/input/lsr/table-of-contents.ly index b7636826ae..e7f4b60303 100644 --- a/input/lsr/table-of-contents.ly +++ b/input/lsr/table-of-contents.ly @@ -1,33 +1,36 @@ -%% Do not edit this file; it is auto-generated from input/new +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" -\layout { ragged-right= ##t } +\version "2.13.1" + \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 + + texidoc = " +A table of contents is included using @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" } } }