]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/table-of-contents.ly
Fix issue 2359: example code in German and English docs should be the same
[lilypond.git] / Documentation / snippets / table-of-contents.ly
index 2515e7a37fe5b0cb2e2460cd142fdae6269a1d96..1aef0291f13f03c17e522359db19653ba370bf0a 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.12.2"
+\version "2.15.25"
 
 \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,7 +21,7 @@ A table of contents is included using @code{\\markuplines
 #(set-default-paper-size "a6")
 
 \book {
-  \markuplines \table-of-contents
+  \markuplist \table-of-contents
   \pageBreak
   \tocItem \markup { The first score }
   \score {