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