]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/table-of-contents.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / table-of-contents.ly
index ecd2a989da56e58cc219928339cb6abeaaa8e24c..7835a8e30f83649cbbe17b46a4db6cb870df898f 100644 (file)
@@ -1,33 +1,31 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.35"
-\layout { ragged-right= ##t }
+\version "2.11.49"
 \header {
-  doctitle = "Table of contents"
   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."
-}
-% begin verbatim
+@w{@code{\\markuplines \\table-of-contents}}.  The TOC items are
+added with the @code{\\tocItem} command."
+  doctitle = "Table of contents"
+} % begin verbatim
+
 #(set-default-paper-size "a6")
 
 \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" }
   }
 }