]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/table-of-contents.ly
LSR: Update.
[lilypond.git] / input / lsr / table-of-contents.ly
index 4e6016acadf67f1c2f91482aa46390f9bc63abbb..491f6a696808cf86dc862660e860ab8e39ae5832 100644 (file)
@@ -1,12 +1,16 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
-\layout { ragged-right= ##t }
+\version "2.12.3"
+
 \header {
   lsrtags = "paper-and-layout"
-  texidoc = "A table of contents is included using
-@code{\\markuplines \\table-of-contents}. The TOC items are added with
-the @code{\\tocItem} command."
+
+  texidoc = "
+A table of contents is included using @code{\\markuplines
+\\table-of-contents}.  The TOC items are added with the
+@code{\\tocItem} command.
+
+"
   doctitle = "Table of contents"
 } % begin verbatim
 
@@ -15,19 +19,18 @@ the @code{\\tocItem} command."
 \book {
   \markuplines \table-of-contents
   \pageBreak
-
-  \tocItem \markup "The first score"
+  \tocItem \markup { The first score }
   \score {
-    { 
+    {
       c'1 \pageBreak
-      \mark "A" \tocItem \markup "Mark A"
-      d'
+      \mark "A" \tocItem \markup { Mark A }
+      d'1
     }
   }
   \pageBreak
-  \tocItem \markup "The second score"
+  \tocItem \markup { The second score }
   \score {
-    { e' }
+    { e'1 }
     \header { piece = "Second score" }
   }
 }