X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-backend.scm;h=b70b1d6969b249b4a887a0b5fb5cc8f3ea94fba8;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=02a09736b0927715bde6dfe74458599d14d300e8;hpb=73abdfa52f0403da92b84e248dc7454e63215005;p=lilypond.git diff --git a/scm/document-backend.scm b/scm/document-backend.scm index 02a09736b0..b70b1d6969 100644 --- a/scm/document-backend.scm +++ b/scm/document-backend.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2007 Han-Wen Nienhuys +;;;; (c) 2000--2008 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (interface-doc-string interface grob-description) @@ -25,13 +25,13 @@ (if (pair? uprops) (string-append - "\n\n@unnumberedsubsubsec User settable properties:\n" + "\n\n@subsubheading User settable properties:\n" (description-list->texi user-propdocs #t)) "") (if (pair? iprops) (string-append - "\n\n@unnumberedsubsubsec Internal properties:\n" + "\n\n@subsubheading Internal properties:\n" (description-list->texi internal-propdocs #t)) "")))) @@ -120,9 +120,9 @@ node." engraver-list)) "." - "\n\nStandard settings: \n\n" + "\n\nStandard settings:\n\n" (grob-alist->texi description) - "\n\nThis object supports the following interface(s): \n" + "\n\nThis object supports the following interface(s):\n" (human-listify ifacedoc) "."))))