X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=5239ce78912fec620d955a0936c96560537bde4b;hb=8e9c45b266a90b7b01c2e3f88dfde452fffdf52c;hp=5a0afbbf34c51d5d4cbf2aef69570db4a190a008;hpb=3e08e326e7c38c81d3355a3f2e7ef8eb48bd121e;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 5a0afbbf34..5239ce7891 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2006 Han-Wen Nienhuys +;;;; (c) 2000--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (use-modules (oop goops) @@ -78,9 +78,13 @@ . string-to-use) " (string-append - "\n@table @asis\n" + "\n" + "@quotation\n" + "@table @asis\n" (apply string-append (map one-item->texi items-alist)) - "\n@end table\n")) + "\n" + "@end table\n" + "@end quotation\n")) (define (texi-menu items-alist) "Generate what is between @menu and @end menu."