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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user