lilypond-user
[Top][All Lists]
Advanced

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

Re: a Lilypond-LaTeX font question


From: James E. Bailey
Subject: Re: a Lilypond-LaTeX font question
Date: Tue, 15 Jan 2008 14:47:44 +0100

Having tried all of the options suggested, I've come to something, first, in TeXShop, using Lilypond-LaTeX mode, on a file saved in UTF8 encoding, this code parses and translates correctly, with the errors stated
%!TEX TS-program =  Lilypond-LaTeX
%!TEX encoding =  UTF8
\documentclass[a4paper, 12pt]{article}
\usepackage[german]{babel}
\begin{document}
Obwohl Lilypond und LaTeX verstehen und unterst\"utzen UTF-8 encodieren, es gibt bei der Benutzung von $\backslash$begin\{lilypond \} einige Probleme. Zum Beispiel, Hier can man W\"orter mit Umlauten benutzen.

\begin{lilypond}
\version "2.11.37"
\markup {Hier aber kommen umlautete Wörter leider nicht.}
\end{lilypond}
\end{document}

This generates the same file
%!TEX TS-program =  Lilypond-LaTeX
%!TEX encoding =  UTF8
\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}
\begin{document}
Obwohl Lilypond und LaTeX verstehen und unterst\"utzen UTF-8 encodieren, es gibt bei der Benutzung von $\backslash$begin\{lilypond \} einige Probleme. Zum Beispiel, Hier can man W\"orter mit Umlauten benutzen.

\begin{lilypond}
\version "2.11.37"
\markup {Hier aber kommen umlautete Wörter leider nicht.}
\end{lilypond}
\end{document}

In fact, the only way I can get the umlauts in my lilypond files to show up in an included LaTeX file is to use LaTeX (not Lilypond- LaTeX) and to use the \lilypondfile{....ly} option. Does anyone else have this same result? Is it just me? Am I missing something?





reply via email to

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