lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4227 in lilypond: Tables of contents are not indep


From: lilypond
Subject: [Lilypond-auto] Issue 4227 in lilypond: Tables of contents are not independent between \books
Date: Sun, 14 Dec 2014 04:42:17 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4227 by address@hidden: Tables of contents are not independent between \books
https://code.google.com/p/lilypond/issues/detail?id=4227

If we have more than one \book using a table-of-contents in an input file, the second table-of-contents tries to make entries for the first book.
<http://lists.gnu.org/archive/html/bug-lilypond/2014-12/msg00017.html>

\book {
  \markuplist \table-of-contents
  \tocItem \markup test1.1
  \score { b1 }
  \tocItem \markup test1.2
  \score { b1 }
}
\book {
  \markuplist \table-of-contents
  \tocItem \markup test2.1
  \score { b1 }
  \tocItem \markup test2.2
  \score { b1 }
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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