%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/table-of-contents.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
目次は @code{\\markuplines \\table-of-contents} によって挿入することが@c
できます。目次のアイテムは @code{\\tocItem} で追加します。
"
  doctitleja = "目次"

%% Translation of GIT committish: c043783aac6c35926d633aa2daf60ed4f2e7ca7a
  texidocfr = "
L'instruction @code{\\markuplist \\table-of-contents} permet d'inclure
une table des matières. Ses éléments sont ajoutés à l'aide de la
commande @code{\\tocItem}.
"

  doctitlefr = "Table des matières"

%% Translation of GIT committish: 70abecb938c2bb752967bd56b7402dd8129838a5
  texidoces = "
Se puede incluir un índice general (tabla de contenidos) mediante
el uso de @code{\\markuplist \\table-of-contents}; sus elementos
se añaden con la instrucción @code{\\tocItem}.

"
  doctitlees = "Índice general (tabla de contenidos)"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Es pot incloure un índex general (taula de continguts) mitjançant
ús de @code{\\markuplines \\table-of-contents}.  Els elements de la
taula de continguts s'afageixen amb l'ordre @code{\\tocItem}.

"
  doctitleca = "Índex general (taul de continguts)"

  categories = "Paper and layout"

  texidoc = "
A table of contents is included using
@code{\\markuplist \\table-of-contents}; its items are added with the
@code{\\tocItem} command.
"

  doctitle = "Table of contents"
} % begin verbatim


#(set-default-paper-size "a7" 'landscape)
#(set-global-staff-size 11)

\paper {
  print-all-headers = ##t
}

\book {
  \markuplist \table-of-contents
  \pageBreak

  \tocItem \markup { The first score }
  \score {
    {
      c'1 \pageBreak
      \mark \default \tocItem \markup { Mark A }
      d'1
    }
    \header { title = "First score" }
  }
  \pageBreak

  \tocItem \markup { The second score }
  \score {
    { e'1 }
    \header { title = "Second score" }
  }
}



% ****************************************************************
% end ly snippet
% ****************************************************************
