lilypond-user
[Top][All Lists]
Advanced

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

Re: ScholarLy: unknown escaped string: `\colorAnnotations'


From: Urs Liska
Subject: Re: ScholarLy: unknown escaped string: `\colorAnnotations'
Date: Thu, 19 Nov 2015 13:31:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0



Am 19.11.2015 um 13:01 schrieb Graham King:
Apologies for troubling you with this under-researched problem, but I've just hit it as a deadline looms.

I'm trying to turn off the colouring of ScholarLy annotations, before final publication:

\version "2.19.21"

\include "openlilylib"
\useLibrary ScholarLY
\useModule scholarly.annotate

#(display "ScholarLy loaded\n")

% ScholarLy options: see https://github.com/openlilylib-archives/scholarly/wiki/Configuring-Annotations
\setOption scholarly.annotate.export-targets #'("plaintext" "latex")
\colorAnnotations ##f % deactivate the coloring of the annotated items
% \printAnnotations ##f % stop printing clickable messages to the console
% (ScholarLy options end)

and I get the following log message:

\useModule utility.rhythmic-location
/Users/grahamk/Documents/lilypond/music/Carver_Missa_lhomme_arme/Carver_Lhomme_Arme_Agnus.ly:14:1: error: unknown escaped string: `\colorAnnotations'

The annotations remain coloured.  What am I doing wrong?

It looks like you ran into an undocumented change (although I can't remember). Please tell me where you did \colorAnnotations from.

\setOption scholarly.colorize ##f

should give you what you want.

HTH
Urs

most grateful for any help
-- Graham


reply via email to

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