From 0bdef0047c8566067766e8e2a545df2f3163004c Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 4 Jul 2004 13:07:39 +0000
Subject: [PATCH] (Lilypond_snippet.output_texinfo): add \n to texidoc.

---
 ChangeLog                | 3 +++
 scripts/lilypond-book.py | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7b71e46993..ac32d83b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+	* scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
+	\n to texidoc.
+
 	* input/test/volta-chord-names.ly: new file.
 
 	* lily/volta-bracket.cc (print): handle no bars situation. 
diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py
index 610f81815c..dc44f771d8 100644
--- a/scripts/lilypond-book.py
+++ b/scripts/lilypond-book.py
@@ -652,7 +652,7 @@ class Lilypond_snippet (Snippet):
 		if TEXIDOC in self.options:
 			texidoc = base + '.texidoc'
 			if os.path.exists (texidoc):
-				str += '@include %(texidoc)s\n' % vars ()
+				str += '@include %(texidoc)s\n\n' % vars ()
 
 		if VERBATIM in self.options:
 			verb = verbatim_texinfo (self.substring ('code'))
-- 
2.39.5