Markup command name changes.
[lilypond.git] / input / new / table-of-contents.ly
blob2be389d4e0428cd45d9ad3d0d5e526cad9b7fe6c
1 \version "2.11.26"
2 \header {
3 lsrtags = "paper-and-layout"
4 texidoc = "A table of contents is included using
5 @w{@code{\\markuplines \\table-of-contents}}. The TOC items are
6 added with the @code{\\tocItem} command."
7 doctitle = "Table of contents"
10 #(set-default-paper-size "a6")
12 \book {
13 \markuplines \table-of-contents
14 \pageBreak
15 \tocItem \markup { The first score }
16 \score {
18 c'1 \pageBreak
19 \mark "A" \tocItem \markup { Mark A }
20 d'1
23 \pageBreak
24 \tocItem \markup { The second score }
25 \score {
26 { e'1 }
27 \header { piece = "Second score" }