lilypond-user
[Top][All Lists]
Advanced

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

Re: Copyright symbol


From: Jonathan Kulp
Subject: Re: Copyright symbol
Date: Sun, 11 Jan 2009 22:33:48 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Strange. This one © works fine for me on 2.12.1-1. I'm running Ubuntu 8.04. Anyone else having problems with the © symbol?

Jon

Mark Polesky wrote:
David Raleigh Arnold wrote:
There appears to be no way of inserting a copyright © symbol in lilypond 1.12.1. U+xxx, ©, © and © don't work.

Dave,

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'' }




--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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