From f84c055befff90d0627169a34cce891bc79c6aad Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Wed, 30 Dec 2009 00:44:48 +0000
Subject: [PATCH] Revert "Docs: more macros cleanup"

This reverts commit 3bea9aaf406dd8f46ee1674c8ba33764ca80d784.
---
 Documentation/common-macros.itexi | 10 ++++++++++
 Documentation/macros.itexi        | 22 +++++++---------------
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi
index 4ba09cdd01..d014af5713 100644
--- a/Documentation/common-macros.itexi
+++ b/Documentation/common-macros.itexi
@@ -134,6 +134,16 @@ UNTRANSLATED NODE: IGNORE ME
 
 @ifset web
 
+@macro help{TEXT}
+@html
+<div class="help">
+<strong>
+  <span style="text-decoration:blink">Help wanted:</span>
+</strong> \TEXT\
+</div>
+@end html
+@end macro
+
 @macro divId {ID}
 @html
 <div id="\ID\">
diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi
index 437b85eac9..0ad98443a3 100644
--- a/Documentation/macros.itexi
+++ b/Documentation/macros.itexi
@@ -79,6 +79,12 @@ found at @w{@uref{http://@/www@/.lilypond@/.org/}}.
 @end macro
 
 
+@macro lilyTitlePage{TITLE}
+@c  This produces the unified index
+@syncodeindex fn cp
+@syncodeindex vr cp
+
+
 @c   ***** Copyright stuff *****
 @ifset FDL
 @copying
@@ -101,13 +107,9 @@ This document has been placed in the public domain.
 @end copying
 @end ifclear
 
-@c   ***** Title page *****
-@macro lilyTitlePage{TITLE}
-@c  This produces the unified index
-@syncodeindex fn cp
-@syncodeindex vr cp
 
 
+@c   ***** Title page *****
 @ifnottex
 @node Top
 @top LilyPond --- \TITLE\
@@ -714,16 +716,6 @@ For LilyPond version @version{}
 @end ifinfo
 @end macro
 
-@macro help{TEXT}
-@html
-<div class="help">
-<strong>
-  <span style="text-decoration:blink">Help wanted:</span>
-</strong> \TEXT\
-</div>
-@end html
-@end macro
-
 @c LEGALESE
 
 @macro logoLegalLinux
-- 
2.39.5