The latest commit (by Carl) introduced two @qq{} macros, which are not
recognized in scm/documentation-generate.scm.  This patch permits a
successful compilation of the IR and Info files in the event @qq{}
is used in doc strings.

That being said, I think @qq{} is supposed to be used for literal
quotations.  Carl, maybe @q{..} would be more appropriate in this
case?

I hope this is the correct fix.  If not, please ignore.

Thanks,
Patrick
>From eaa0ccbb041057caf336fe9915667ac9eb5c241f Mon Sep 17 00:00:00 2001
From: Patrick McCarty <[EMAIL PROTECTED]>
Date: Sun, 10 Aug 2008 00:10:44 -0700
Subject: [PATCH] Info: recognize double quote macro

* The double quote macro (@qq{...}) was not recognized
  in doc strings generated for the Internals Reference
  and Info files (and TeX output?).  This patch fixes
  the issue.

Signed-off-by: Patrick McCarty <[EMAIL PROTECTED]>
---
 scm/documentation-generate.scm |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm
index 0d56e2c..578dd6f 100644
--- a/scm/documentation-generate.scm
+++ b/scm/documentation-generate.scm
@@ -113,6 +113,12 @@
 &lsquo;\\TEXT\\&rsquo;
 @end html
 @end macro
+
[EMAIL PROTECTED] qq{TEXT}
[EMAIL PROTECTED]
+&ldquo;\\TEXT\\&rdquo;
[EMAIL PROTECTED] html
[EMAIL PROTECTED] macro
 @end ifhtml
 
 
@@ -131,6 +137,10 @@
 @macro q{TEXT}
 `\\TEXT\\'
 @end macro
+
[EMAIL PROTECTED] qq{TEXT}
+``\\TEXT\\''
[EMAIL PROTECTED] macro
 @end ifinfo
 
 
@@ -148,6 +158,10 @@
 @macro q{TEXT}
 `\\TEXT\\'
 @end macro
+
[EMAIL PROTECTED] qq{TEXT}
+``\\TEXT\\''
[EMAIL PROTECTED] macro
 @end iftex
 
 
-- 
1.5.6.5

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to