]> git.donarmstrong.com Git - lilypond.git/commitdiff
(grob-doc): remove <hr> from
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Jul 2003 12:12:29 +0000 (12:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Jul 2003 12:12:29 +0000 (12:12 +0000)
lilypond-internals

ChangeLog
scm/document-backend.scm
scm/documentation-lib.scm

index f71366da687de6a9cf1f4be7d4e4cdf74ddb16ac..bede7436c54eab7979b185983c55f8a6ec5804d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scm/document-backend.scm (grob-doc): remove <hr> from
+       lilypond-internals
+
        * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
        reqd version to 1.6.4 
 
index 7603f5d94248961fa9f3dc466cb8853791a8c8e0..01584967f2e1d79599bdac85185f8b0532f71bfd 100644 (file)
@@ -99,10 +99,7 @@ node."
        (ifaces (map lookup-interface (cdr (assoc 'interfaces meta))))
        (ifacedoc (map (lambda (iface)
                        (string-append
-"@html
-<hr>
-@end html
-
+"
 @subsubheading "
 (ref-ify (symbol->string (car iface)))
 
index 9a45e88c3215fa4bac40509603270d448f39cfe4..483edf96b2d275b512859574837a138026a72efc 100644 (file)
@@ -27,9 +27,7 @@
 (define (dump-node node port level)
   (display
    (string-append
-    "\n@html"
-    "\n<hr>"
-    "\n@end html\n@node "
+    "\n@node "
     (node-name node)
     "\n\n"
     (texi-section-command level) " "