From: Graham Percival <graham@percival-music.ca>
Date: Sun, 29 May 2011 21:28:02 +0000 (+0100)
Subject: CG: add GOP questions about identifiers.
X-Git-Tag: release/2.13.63-1~5
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9a89044864537729820baf007131ecbed325443;p=lilypond.git

CG: add GOP questions about identifiers.
---

diff --git a/Documentation/contributor/administration.itexi b/Documentation/contributor/administration.itexi
index e906dc362c..980c2141fe 100644
--- a/Documentation/contributor/administration.itexi
+++ b/Documentation/contributor/administration.itexi
@@ -814,6 +814,28 @@ http://code.google.com/p/lilypond/issues/detail?id=1322
 should engravers be pluralized (note_heads_engraver) or not
 (note_head_engraver) ?
 
+@item
+should we allow numbers in identifier names?  Issue:
+http://code.google.com/p/lilypond/issues/detail?id=1670
+
+@item
+should we officially allow accented characters?  in general, how
+do we feel about utf-8 stuff?
+
+@item
+for the sake of completeness/simplicity, what about *disallowing*
+the "one-note" form of a music expression?  i.e. only allowing
+stuff like
+@verbatim
+  \transpose c d { e1 }
+  \transpose c d << e1 >>
+@end verbatim
+
+and never allowing
+@verbatim
+  \transpose c d e1
+@end verbatim
+
 @end itemize