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: Thomas Morley
Subject: Re: [PoC] EXPERIMENTAL binaries of LilyPond 2.22.1
Date: Sun, 16 May 2021 16:56:10 +0200

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))

Cheers,
  Harm



reply via email to

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