use new chords and page references of LilyPond 2.25.35

This commit is contained in:
2026-03-08 13:37:31 +01:00
parent b3feb3aa6d
commit 7fc99e8883
2 changed files with 5 additions and 39 deletions

View File

@@ -441,6 +441,6 @@ headerToTOC = #(define-music-function (parser location header label) (ly:book? s
; we use a delayed stencil to have all the page references available
(ly:make-stencil
`(delay-stencil-evaluation
,(delay (let* ((table (ly:output-def-lookup layout 'label-page-table)))
,(delay (let* ((table (ly:output-def-lookup layout 'label-absolute-page-table)))
(generate-toc-csv (if (list? table) table '()))
empty-stencil)))))