[email protected] writes: > On 03/02/17 23:41, Jeffery Shivers wrote: >> Where does the string originate? If it is produced by some other >> programming interface/language, maybe it be easier to adjust your code >> so that the string is wrapped in something like `\myMusic = { <strings >> here> }`. >> >> What does the input look like? A bunch of strings in a list/array, or >> one big string as an input file? > > It's mostly a matter of convenience. Since the input data is a quoted > list, it's easier to convert symbols than hoping #{#} doesn't > interfere with quoting.
pitchnames is an alist with the current symbol->value associations. The parser internally converts this into a hashtable but I don't think that this table is user-accessible in any way currently. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
