From 375bdf6eef9702c6f13eb4cf847f6afdf33b27c0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 15 Feb 2005 08:23:34 +0000 Subject: [PATCH] Added info about \fetachar in LaTeX. --- ChangeLog | 3 +++ Documentation/user/lilypond-book.itely | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf0cb48d3d..10c43292c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ * Documentation/user/converters.itely: updated convert-ly bugs. + * Documentation/user/lilypond-book.itely: add info about using + feta characters in latex. + 2005-02-15 Han-Wen Nienhuys * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor. diff --git a/Documentation/user/lilypond-book.itely b/Documentation/user/lilypond-book.itely index 58bd0b4891..f2eba932e2 100644 --- a/Documentation/user/lilypond-book.itely +++ b/Documentation/user/lilypond-book.itely @@ -235,6 +235,31 @@ Each snippet calls @code{\preLilyPondExample} before and @code{\postLilyPondExample} after the music if those macros have been defined by the user. +@cindex Latex, feta symbols +@cindex fetachar + +To include feta symbols (such as flat, segno, etc) in a LaTeX +document, use @code{\input{titledefs} + +@example +\documentclass[a4paper]{article} + +\input{titledefs} + +\begin{document} + +\fetachar\fetasharp + +\end{document} +@end example + +The font symbol names are defined in the file feta20.tex; to find +the location of this file, use the command + +@example +kpsewhich feta20.tex +@end example + @cindex outline fonts @cindex type1 fonts @cindex dvips -- 2.39.2