MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / toc.ly
blob94fe0f08e767cd5426389caa68f29d5d4756dc3e
1 \version "2.12.0"
3 \header {
4 texidoc = "A table of contents is included using
5 @code{\\markuplines \\table-of-contents}. The toc items are added with
6 the @code{\\tocItem} command."
9 #(set-default-paper-size "a6")
11 \book {
12 \markuplines \table-of-contents
13 \pageBreak
15 \tocItem \markup "The first score"
16 \score {
18 c'1 \pageBreak
19 \mark "A" \tocItem \markup "Mark A"
23 \pageBreak
24 \tocItem \markup "The second score"
25 \score {
26 { e' }
27 \header { piece = "Second score" }