projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52cc1b
)
Issue 3283: Stop table of contents bleedover
author
David Kastrup
<dak@gnu.org>
Wed, 3 Apr 2013 10:53:17 +0000
(12:53 +0200)
committer
David Kastrup
<dak@gnu.org>
Tue, 9 Apr 2013 07:37:55 +0000
(09:37 +0200)
ly/toc-init.ly
patch
|
blob
|
history
diff --git
a/ly/toc-init.ly
b/ly/toc-init.ly
index 5511ed4689fcd4a4f13be5494d12dfb64dcc610f..3a3f6e08ab1724f432285706c722792342b2dbee 100644
(file)
--- a/
ly/toc-init.ly
+++ b/
ly/toc-init.ly
@@
-7,6
+7,7
@@
#f)
#(let ((toc-item-list (list)))
+ (call-after-session (lambda () (set! toc-item-list '())))
(set! add-toc-item!
(lambda (markup-symbol text)
(let ((label (gensym "toc")))