bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Table of contents with multiple files


From: Jay Anderson
Subject: Table of contents with multiple files
Date: Sat, 30 Mar 2013 10:40:29 -0700

File 'toc_a.ly'
==================
\version "2.17.14"

\markuplist \table-of-contents
\pageBreak

\tocItem "A"
\markup "A"
\pageBreak

\tocItem "B"
\markup "B"
\pageBreak
==================


File 'toc_b.ly'
==================
\version "2.17.14"

\markuplist \table-of-contents
\pageBreak

\tocItem "C"
\markup "C"
\pageBreak

\tocItem "D"
\markup "D"
\pageBreak
==================

if you run 'lilypond toc_a.ly toc_b.ly' toc_b.pdf will end up with all
of the items from toc_a.ly in the table of contents (except with
question marks for the page number).

-----Jay



reply via email to

[Prev in Thread] Current Thread [Next in Thread]