> #(ly:parser-include-string (ly:gulp-file incFile))
>
> \markup { \Ill be }
>
> %% Well, I’ll be…
The wrong encoding is expected – it's even documented that the string
gets interpreted as Latin-1. Try `ly:gulp-file-utf8` instead.
Werner
> #(ly:parser-include-string (ly:gulp-file incFile))
>
> \markup { \Ill be }
>
> %% Well, I’ll be…
The wrong encoding is expected – it's even documented that the string
gets interpreted as Latin-1. Try `ly:gulp-file-utf8` instead.
Werner