]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 31 Mar 2005 13:43:47 +0000 (13:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 31 Mar 2005 13:43:47 +0000 (13:43 +0000)
Documentation/user/introduction.itely
GNUmakefile.in
scm/markup.scm

index 5cd0be255874fbdcb762befce10459b15fb53464..e4b262f20f40f2ac748df7dc5c990e666441f399 100644 (file)
@@ -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
index d1e6726279195b6c1781243a77a0739700af02e7..67152e5f05a63f03df6c3784a45f558a06358c0c 100644 (file)
@@ -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 '<META HTTP-EQUIV="refresh" content="0;URL=Documentation/out-www/index.html">' > $(builddir)/index.html
        echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(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
index 103c2e6e7d8cb94d9095804645fb1e3128d75d0e..58b7433b4b83160fc49926052d91254bbb5e26b1 100644 (file)
@@ -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)