2014-06-10 22:16 GMT+02:00 Patrick or Cynthia Karl <pck...@mac.com>:
> 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

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

Reply via email to