2009/10/9 Veronica Brandt <[email protected]>: > It works for me. > > I tried the new macro includegabcscore but that didn't work so well - all > the accented letters in the gabc scores became bad characters. Accented > letters in the rest of the document were fine. > > But the regular includescore is fine, and just had to run gregorio on each > file. gregorio *gabc doesn't work.
Hello Veronica, thank you a lot for testing! In fact that's a bug I spotted, but I really don't know how to fix it, it seems that luatex is changing the locale for the programs it executes... In fact there is a way to get it working, it is to recompile gregorio with the utf8 from the glib, like under windows: ./configure --prefix=/usr --enable-glib-utf8 make make install I'll try to fix the bug, but I'm not really sure I'll be able to (locale problems are really annoying) ; if I don't I'll put this option by default in ./configure. Thank you a lot! -- Elie _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

