From 266ace5763a39650c6199995f7176df3874a1f3b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 7 Sep 2012 12:37:13 -0700 Subject: [PATCH] Misc GLISS updates --- gliss/gliss.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gliss/gliss.texi b/gliss/gliss.texi index 5b05be1..aad4c96 100644 --- a/gliss/gliss.texi +++ b/gliss/gliss.texi @@ -114,9 +114,10 @@ as appropriate. @subheading Exceptions -I would be really nice if we we could disallow ASCII char 60, the +It would be really nice if we we could disallow ASCII char 60, the back-quote @code{`}, since it is too easily confused with ASCII 47 -@code{'}. Is there any way to use a different character for this? +@code{'}. We cannot avoid back-quote in scheme code, but lilypond +input (as opposed to scheme) will not use any back-quotes. Other languages for note names may use any UTF-8 characters as appropriate.