Comment #7 on issue 2883 by [email protected]: Patch: Make arguments like
Context.GrobName accessible as symbol lists
http://code.google.com/p/lilypond/issues/detail?id=2883
Turns out that building the documentation fails. That one is actually
rather tricky:
c-\footnote #'(1 . 1) "Tenuto"
Here "Tenuto" is converted into #'Tenuto and interpreted as a grob name.
Ugh. That warrants rethinking the approach. Should only _unquoted_
strings be eligible as symbols? Before starting to distinguish quoted and
unquoted strings, revisiting the footnote interface seems warranted.