lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PoC] EXPERIMENTAL binaries of LilyPond 2.22.1


From: Jonas Hahnfeld
Subject: Re: [PoC] EXPERIMENTAL binaries of LilyPond 2.22.1
Date: Sun, 16 May 2021 20:25:37 +0200
User-agent: Evolution 3.40.1

Am Sonntag, dem 16.05.2021 um 16:56 +0200 schrieb Thomas Morley:
> Am So., 16. Mai 2021 um 13:58 Uhr schrieb Thomas Morley
> <thomasmorley65@gmail.com>:
> > I'll continue testing using this binary for every days work ....
> 
> The following:
> 
> \void  b-\displayMusic -!
> ->
> (make-music
>   'ArticulationEvent
>   'midi-extra-velocity
>   6
>   'midi-length
>   #<procedure 7f6542c2bc20 at ice-9/eval.scm:336:13 (a b)>
>   'articulation-type
>   "staccatissimo")
> 
> is not that nice...
> 
> Current master returns:
> 
> (make-music
>   'ArticulationEvent
>   'midi-extra-velocity
>   6
>   'midi-length
>   #<procedure #f (len context)>
>   'articulation-type
>   "staccatissimo")
> 
> I think displaying procedures (and errors as mentioned earlier in
> another thread) with guile-2 needs to be improved, alas, I've no good
> idea howto ...
> 
> Other example:
> \void \displayMusic \applyContext #(lambda (ctx) (display ctx))

These are more "general Guile 2 woes" (ie, also happen on master) than
specific to how the binaries are built, right?

Thanks for testing!
Jonas

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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