From 7ddd597bed400094925654e7da1a230d440da5ed Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 10 Aug 2023 13:20:16 +0200 Subject: [PATCH] PDF Bookmarks gefixt --- title_with_category_images.ly | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/title_with_category_images.ly b/title_with_category_images.ly index 68f9973..3a04dd1 100644 --- a/title_with_category_images.ly +++ b/title_with_category_images.ly @@ -44,14 +44,7 @@ (ly:make-stencil (list 'embedded-ps (ly:format - "[/Action /GoTo /View [/Fit] /Title <~a> /OUT pdfmark" - (fold - (lambda (ch hexout) - (string-append hexout - (format #f "~2,'0x" (char->integer ch)))) - "" - (string->list - (pdf-encode title))))) + "[/Action /GoTo /View [/Fit] /Title (~a) /OUT pdfmark" (pdf-encode title))) empty-interval empty-interval ;'(0 . 0) '(0 . 0) ))