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 

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to