lilypond-user
[Top][All Lists]
Advanced

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

Re: Guile error starts occurring all of a sudden


From: Thomas Morley
Subject: Re: Guile error starts occurring all of a sudden
Date: Tue, 10 Jun 2014 22:32:12 +0200

2014-06-10 22:16 GMT+02:00 Patrick or Cynthia Karl <address@hidden>:
> I have been using the command(?) #(include-special-characters) all morning 
> and yesterday.  Then all of a sudden I start getting this error:
>
> Parsing...
> /Users/pat/Documents/LilyPond/tmp/test_guile.ly:3:2: error: GUILE signaled an 
> error for the
>                                                                               
>                           expression beginning here
> #
>  (include-special-characters)
> Unbound variable: include-special-characters
>
> I get this error with the following lilypond file, called test_guile.ly:
>
>         \version "2.18.2"
>
>         #(include-special-characters)

Hi,

you need to do it in \paper

\paper { #(include-special-characters) }

works for me.

Cheers,
  Harm



reply via email to

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