lilypond-user
[Top][All Lists]
Advanced

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

Re: PDF Bookmarks


From: Jean Abou Samra
Subject: Re: PDF Bookmarks
Date: Sat, 28 May 2022 09:13:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1



Le 28/05/2022 à 03:38, Mark Probert a écrit :
Hi, Jean.

Ah… Actually, I guess what might be going on. Are you using
a version of LilyPond that uses Guile 2? Homebrew, for
example? What does #(display (version)) print?

I have two different systems: one is Homebrew, the other not. They
produce:

  (homebrew)> GNU LilyPond 2.22.2 (running Guile 2.2)
  (other)> GNU LilyPond 2.22.1

ly/toc-init.ly in the LilyPond installation to change the
line

    (children . ())

into

     ,(cons 'children '())

This produces the same error with both systems:

In procedure assq: Wrong type argument in position 2 (expecting
association list): ((name . toc371) (text . "01. Milwaulkee Avenue
(Blues q=108)") (toc-markup . tocItemMarkup) (parents) %% (children)
(children) (level . 0))



You apparently inserted '%%' before that line. This is within
Scheme code, so comments should be introduced by ';', not '%'.

Jean





reply via email to

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