From dc0bff18f1572c0fc4b08489191a71c68f325836 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 7 Apr 2005 19:53:48 +0000 Subject: [PATCH] * Documentation/topdocs/NEWS.tely (Top): Make tex-able. Handy test for PDF docs. * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler. Fixes feta font in PDFs. --- ChangeLog | 8 ++++++++ Documentation/topdocs/NEWS.tely | 6 +++++- mf/GNUmakefile | 7 ++++--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8d14f5bdc..e8a8d7830a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-07 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.tely (Top): Make tex-able. Handy + test for PDF docs. + + * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler. Fixes feta + font in PDFs. + 2005-04-06 Nicolas Sceaux * scm/music-functions.scm (music-pretty-string): fix bug with diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index e540e55615..aeb1bb602d 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -24,8 +24,10 @@ See user manual, \NAME\ @documentencoding utf-8 @documentlanguage en +@ifnottex @node Top @top +@end ifnottex @unnumbered New features in 2.5 since 2.4 @@ -268,7 +270,9 @@ c8[ r8 c16 r16 c8] @end itemize - +@ifhtml For older news, go to @uref{http://lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS.html}. +@end ifhtml +@bye diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 17034f4733..e6bda84e44 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -178,9 +178,10 @@ fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.s $(outdir)/lilypond.map: for i in $(FETA_FONTS); do echo $$i $$i '<'$$i.pfa; done > $@ - for i in $(STAFF_SIZES); \ - do echo "Emmentaler-$$i Emmentaler-$$i > $@ + for i in $(STAFF_SIZES); do\ + echo "Emmentaler-$$i Emmentaler-$$i > $@ echo "Aybabtu-Regular Aybabtu-Regular > $@ $(outdir)/Fontmap.lily: -- 2.39.5