]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/table-of-contents.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / table-of-contents.ly
index 60292e665a6a09ae8ef6facad51b61ba3dd933b2..51542ae679fa62282d403480beece1ee80f85efb 100644 (file)
@@ -4,13 +4,13 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "paper-and-layout"
 
   texidoc = "
-A table of contents is included using @code{\\markuplines
+A table of contents is included using @code{\\markuplist
 \\table-of-contents}.  The TOC items are added with the
 @code{\\tocItem} command.
 
@@ -18,10 +18,11 @@ A table of contents is included using @code{\\markuplines
   doctitle = "Table of contents"
 } % begin verbatim
 
+
 #(set-default-paper-size "a6")
 
 \book {
-  \markuplines \table-of-contents
+  \markuplist \table-of-contents
   \pageBreak
   \tocItem \markup { The first score }
   \score {