# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1507737809 -3600
# Node ID f9a554e858f321ce0f1970769cb0f2d65a432f51
# Parent be87f9a027f1d400d79102795d9c3ee1f8d17a7c
Provide quoting for single and double quotes.
Stop them mucking up HTML quoting by substituting with entities.
diff -r be87f9a027f1 -r f9a554e858f3 Morris/StepNFetchHer.abc
--- a/Morris/StepNFetchHer.abc Wed Oct 11 16:18:13 2017 +0100
+++ b/Morris/StepNFetchHer.abc Wed Oct 11 17:03:29 2017 +0100
@@ -1,5 +1,5 @@
X:1
-T:Step n' Fetch Her
+T:Step n\'' Fetch Her
M:4/4
S:Bacon (RD)
A:Bampton
diff -r be87f9a027f1 -r f9a554e858f3 abcfield.py
--- a/abcfield.py Wed Oct 11 16:18:13 2017 +0100
+++ b/abcfield.py Wed Oct 11 17:03:29 2017 +0100
@@ -100,6 +100,10 @@
"AE" : ("Æ", "\\AE"),
"ae" : ("æ", "\\ae"),
"ss" : ("ß", "\\ss"),
+
+ # Quote marks
+ "''" : ("'", "'"),
+ "'\"" : (""", "\""),
}
abckeys = {