%% 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 "/lilypond-2.26.0/input/regression/toc-structured.ly"
\sourcefileline 0
\version "2.25.0"

\header {
  texidoc = "TOC labels can be explicitly specified,
and structured hierarchically; they appear in PDF
bookmarks as well (the `table of contents' panel
in PDF viewers).  PDF bookmarks are reordered so as
to not `go back in time'."
}

#(set-default-paper-size "b8" 'landscape)

\book {
  \header { tagline = ##f }
  \markuplist \table-of-contents
  \pageBreak

  \tocItem \markup \underline "Introduction"
  \markup \bold \fill-line { "Hello World." }
  \pageBreak
  \tocItem parentI \markup "First-level I."

  \score {
    {
      c'1 \pageBreak
      \tocItem parentI.pIchildI \markup "Second level I. a"
      d'
      \mark \default \tocItem pIchildI.pIcIgrandchildI \markup "Third level I. a, 1"
      e'
      \pageBreak
    }
  }
  \pageBreak
  \tocItem parentII \markup "First-level II."
  \score {
    <<
      \new Devnull {
        R R \pageBreak
        \tocItem parentII.pIIchildI \markup "The end"
        R \bar "|."
      }
      %% This will appear in the TOC after the previous entry,
      %% but before it in the PDF outline.
      { e' \tocItem parentII.pIIchildII \markup "Before the end" s f' }
    >>
  }
}



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