%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


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

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



\paper {
  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 Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

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

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  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: 00f0ca84dbb015617f8ce36dd13db59bbfef8f11
  texidoces = "
Se puede incluir un índice general (tabla de contenidos) mediante el
uso de @code{\\markuplist \\table-of-contents}.  Los elementos de la
TDC 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)"

  lsrtags = "paper-and-layout"

  texidoc = "
A table of contents is included using
@code{\\markuplist \\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 {
  \markuplist \table-of-contents
  \pageBreak
  \tocItem \markup { The first score }
  \score {
    {
      c'1 \pageBreak
      \mark \default \tocItem \markup { Mark A }
      d'1
    }
  }
  \pageBreak
  \tocItem \markup { The second score }
  \score {
    { e'1 }
    \header { piece = "Second score" }
  }
}



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