bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond-book with utf8 characters


From: Graham Percival
Subject: Re: lilypond-book with utf8 characters
Date: Tue, 26 Dec 2006 08:38:13 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Laura Conrad wrote:
The attached file, with utf-8 encoded characters for copyright and
undertie, causes lilypond-book 2.9.22 to generate incorrect
postscript.  If I replace the © and ‿ characters with ascii
characters, it works fine, and the lilypond code works fine outside of
lilypond-book.

(original message with attachment)
http://lists.gnu.org/archive/html/bug-lilypond/2006-10/msg00097.html


The attached file certainly produces problems with lilypond-book, but the file is too long for me to investigate the cause of those problems. This small example works:

\documentclass{article}
\usepackage{graphics}
\begin{document}
\begin{lilypond}
\version "2.11.4"
\header {
   copyright = "© Serblah blah blahg"
}
{ c'4^\markup{ "© Serblah"}}
\end{lilypond}
\end{document}

Could you please create a minimal example that demonstrates the initial problem?

- Graham




reply via email to

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