]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/table-of-contents.ly
Merge remote-tracking branch 'origin/translation' into master
[lilypond.git] / Documentation / snippets / table-of-contents.ly
index 59d07da65fe8d33223a265f2065985d6139b2a62..ea6bf4b60964c0d992a8b4b6c017a1b11c7026d2 100644 (file)
@@ -1,13 +1,16 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.17.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.
 
@@ -15,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 {