]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/table-of-contents.ly
LSR: Update.
[lilypond.git] / input / new / table-of-contents.ly
diff --git a/input/new/table-of-contents.ly b/input/new/table-of-contents.ly
deleted file mode 100644 (file)
index f639c06..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-\version "2.12.0"
-\header {
-  lsrtags = "paper-and-layout"
-  texidoc = "A table of contents is included using
-@w{@code{\\markuplines \\table-of-contents}}.  The TOC items are
-added with the @code{\\tocItem} command."
-  doctitle = "Table of contents"
-}
-
-#(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" }
-  }
-}