[EMAIL PROTECTED] (Pedro Kröger) writes:

> You just to have to save the file as unicode. if you are using emacs it is
> as easy as putting this line:
>
> % -*- coding: utf-8 -*-
>
> on the top of the file.

or hitting:
   C-x RET f utf-8 RET
and then saving the file.

To make utf-8 the default as soon as you add non-ASCII characters in
a buffer, put in your .emacs:
(prefer-coding-system 'utf-8)


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

Reply via email to