lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copyright symbol


From: Patrick McCarty
Subject: Re: Copyright symbol
Date: Sun, 11 Jan 2009 20:25:53 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

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

Attachment: utf-8.ly
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]