lilypond-user
[Top][All Lists]
Advanced

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

Re: Copyright symbol


From: Mark Polesky
Subject: Re: Copyright symbol
Date: Sun, 11 Jan 2009 20:12:41 -0800 (PST)

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








reply via email to

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