lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pretty-print and localAlterations


From: Simon Albrecht
Subject: pretty-print and localAlterations
Date: Mon, 21 Dec 2015 01:16:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]