On Sun, Jan 11, 2009 at 08:12:41PM -0800, Mark Polesky wrote:
>
> Strange that the usual method fails. This is a less
> elegant solution, but it should work. Patrick, it
> doesn't work for me either, and I've saved as UTF-8.
>
> Hope this helps.
> - Mark
>
> _____________________________________________________
>
>
> \version "2.12.1"
>
> copy =
> \markup {
> %% 00A9 = COPYRIGHT SIGN
> #(ly:export (format "~a" (ly:wide-char->utf-8 #x00A9)))
> }
>
> \header {
> title = "Stock Arrangement"
> copyright = \markup { \copy "2009 An Author" }
> }
>
> { c'' }
That's interesting. I don't know enough about UTF-8 to pinpoint the
problem, but I've attached the LY file that works for me. Does this
file still give the same error messages?
-Patrick
\version "2.12.1"
\header {
title = "Stock Arrangement"
copyright = "© 2009 An Author"
}
{ c'' }
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user