]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/table-of-contents.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / table-of-contents.ly
diff --git a/input/lsr/table-of-contents.ly b/input/lsr/table-of-contents.ly
deleted file mode 100644 (file)
index 491f6a6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-%% 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.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.
-
-"
-  doctitle = "Table of contents"
-} % begin verbatim
-
-#(set-default-paper-size "a6")
-
-\book {
-  \markuplines \table-of-contents
-  \pageBreak
-  \tocItem \markup { The first score }
-  \score {
-    {
-      c'1 \pageBreak
-      \mark "A" \tocItem \markup { Mark A }
-      d'1
-    }
-  }
-  \pageBreak
-  \tocItem \markup { The second score }
-  \score {
-    { e'1 }
-    \header { piece = "Second score" }
-  }
-}