]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: more macros cleanup
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 29 Dec 2009 22:28:57 +0000 (23:28 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 29 Dec 2009 22:57:03 +0000 (23:57 +0100)
Move macro @help from common-macros.itexi to macros.itexi, and move
@copying block outside of @titlepage.

Documentation/common-macros.itexi
Documentation/macros.itexi

index d014af5713a5d3e34b4cdf40f66d195bc8c12762..4ba09cdd01162c62348858c7192ca2c7a9aac5d7 100644 (file)
@@ -134,16 +134,6 @@ 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\">
index 0ad98443a3f87300ed5fde9861e2ebc124a5cec5..437b85eac9b62011217695f71d295012d83f224b 100644 (file)
@@ -79,12 +79,6 @@ 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
@@ -107,9 +101,13 @@ 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\
@@ -716,6 +714,16 @@ 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