lilypond-devel
[Top][All Lists]
Advanced

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

Re: Parse inline scheme using per-expression port (issue 557330043 by ad


From: Han-Wen Nienhuys
Subject: Re: Parse inline scheme using per-expression port (issue 557330043 by address@hidden)
Date: Mon, 10 Feb 2020 10:32:25 +0100

On Mon, Feb 10, 2020 at 9:41 AM Han-Wen Nienhuys <address@hidden> wrote:

> Yes. See also the list of commits that are effectively reverted by this
> commit.
>
> Note that there is still an off-by one error in the handling of closures
> and parsing #{
>
>
Short repro:

fail-func =
#(define-music-function (name)
   (string?)
  #{
    \new Staff = #(string-append "bla" name) { c'4 }
  #}
  )

\fail-func "bla"

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen


reply via email to

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