From 150be05ab6c52ed8760d4dc1b05870355ce7b708 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sun, 7 Jun 2009 16:48:50 +0200
Subject: [PATCH] Doc: Fix HTML output

Add an empty line in the appendix to start a new paragraph before the
Lilypond grammar. Otherwise the closing </p> will be put after the
<pre>...</pre>, which would mean to nested block-level commands and is
invalid HTML.
(cherry picked from commit 8a49f4bd4781415801a45307d83ca849c5e920f0)
---
 Documentation/user/lilypond.tely | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely
index e4c9c6243d..cc5afa5239 100644
--- a/Documentation/user/lilypond.tely
+++ b/Documentation/user/lilypond.tely
@@ -196,6 +196,7 @@ Appendices
 
 This appendix contains a description of the LilyPond grammar, as
 output from the parser.
+
 @verbatiminclude ly-grammar.txt
 
 @include fdl.itexi
-- 
2.39.5