From 90136d7ba33a7445dc19811d0e72d6a8701a0a9a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 31 Mar 2005 13:43:47 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/user/introduction.itely | 2 +- GNUmakefile.in | 3 +-- scm/markup.scm | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index 5cd0be2558..e4b262f20f 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -279,7 +279,7 @@ fragment. (if (and (memq 'note-head-interface interfaces) (memq pos '(-2 -3 -5))) (begin - (ly:grob-set-property! grob 'print-function brew-new-markup-stencil) + (ly:grob-set-property! grob 'print-function Text_interface::print) (ly:grob-set-property! grob 'font-family 'roman) (ly:grob-set-property! grob 'text diff --git a/GNUmakefile.in b/GNUmakefile.in index d1e6726279..67152e5f05 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -73,7 +73,6 @@ footifymail = MAILADDRESS=bug-lilypond@gnu.org local-WWW-post: # need UTF8 setting in case this is hosted on a website. - echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(builddir)/.htaccess $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/examples.html ./ cd $(builddir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify) cd $(builddir) && find . -name \*.html~ -print | xargs rm -f @@ -82,7 +81,7 @@ local-WWW-post: > $(outdir)/weblist echo '' > $(builddir)/index.html echo 'Redirecting to the documentation index...' >> $(builddir)/index.html - cd $(builddir) && ls .htaccess *.html >> $(outdir)/weblist + cd $(builddir) && ls *.html >> $(outdir)/weblist cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz -T -) share-prefix = $(builddir)/share diff --git a/scm/markup.scm b/scm/markup.scm index 103c2e6e7d..58b7433b4b 100644 --- a/scm/markup.scm +++ b/scm/markup.scm @@ -424,8 +424,6 @@ eg: ((italic) (raise 4) (bold)), maps the commands on each markup argument, eg: (make-line-markup (list-insert-separator markups sep)) empty-markup)) -;; unused? -;;(define-public brew-markup-stencil Text_interface::print) (define-public interpret-markup Text_interface::interpret_markup) (define-public (prepend-alist-chain key val chain) -- 2.39.5