Re: Explain error

2019-11-08 Thread Aaron Hill
On 2019-11-08 7:12 pm, Freeman Gilmore wrote: \version "2.19.83" #((define h (make-hash-table 114)) (display h) (hashq-set! h 3 "val3") (display (hashq-ref h 3))) Wrong type to apply: # Could someone explain why I get this error? "(define h (make-hash-table 114))" returns (or evaluates to)

Explain error

2019-11-08 Thread Freeman Gilmore
Could someone explain why I get this error? It compiles correctly. Thank you, fg \version "2.19.83" #((define h (make-hash-table 114)) (display h) (hashq-set! h 3 "val3") (display (hashq-ref h 3))) ~~ Starting lilypond-windows.exe 2.19.83 [Untitled]... Processing