Hello,

if I compile the following code:

%%%%%%%%
\version "2.19.32"
#(use-modules (ice-9 pretty-print))

printKeysig =
\applyContext #(lambda (context)
                 (format #t "~a" (pretty-print (ly:context-property context
'localAlterations))))
\relative {
  es'4 \printKeysig e'
}
%%%%%%%%

I get a spurious #<unspecified> in the console output, on its own line.
Of course, it’s not an actual problem, but I’d still be curious where it comes from.

Yours, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to