Re: Question about Scheme's syntax

2024-09-06 Thread Paolo Prete
Fixed! On Thu, Sep 5, 2024 at 9:34 PM David Kastrup wrote: > Paolo Prete writes: > > > On Thu, Sep 5, 2024 at 2:07 PM David Kastrup wrote: > > > >> Paolo Prete writes: > >> > >> > >> Still scheme? instead of markup? > >> > >> Still a scheme function instead of a markup command. > >> > >> >

Re: Question about Scheme's syntax

2024-09-05 Thread David Kastrup
Paolo Prete writes: > On Thu, Sep 5, 2024 at 2:07 PM David Kastrup wrote: > >> Paolo Prete writes: >> >> >> Still scheme? instead of markup? >> >> Still a scheme function instead of a markup command. >> >> > #{ >> > \markup \

Re: Question about Scheme's syntax

2024-09-05 Thread Paolo Prete
On Thu, Sep 5, 2024 at 2:07 PM David Kastrup wrote: > Paolo Prete writes: > > > Still scheme? instead of markup? > > Still a scheme function instead of a markup command. > > > #{ > > \markup \with-dimensions #'(0 . 0) > #'(0 >

Re: Question about Scheme's syntax

2024-09-05 Thread David Kastrup
Paolo Prete writes: >> On Wed, Sep 4, 2024 at 9:56 PM David Kastrup wrote: >> >>> Paolo Prete writes: >>> >>> > Hello, >>> > >>> > Given: >>> > >>> > floating-markup = #(define-scheme-function (parser location x y obj) >>> > (number? number? scheme?) >>> > #{ >

Re: Question about Scheme's syntax

2024-09-05 Thread Paolo Prete
I see but the problem remains. I would like to found a way to pass a more structured object to that function, not only a string: %% \version "2.24.1" floating-markup = #(define-scheme-function (parser location x y obj) (number? number? scheme?) #{

Re: Question about Scheme's syntax

2024-09-04 Thread David Kastrup
Paolo Prete writes: > Hello, > > Given: > > floating-markup = #(define-scheme-function (parser location x y obj) > (number? number? scheme?) > #{ > \markup \with-dimensions #'(0 . 0) #'(0 > . 0){ >

Question about Scheme's syntax

2024-09-04 Thread Paolo Prete
Hello, Given: floating-markup = #(define-scheme-function (parser location x y obj) (number? number? scheme?) #{ \markup \with-dimensions #'(0 . 0) #'(0 . 0){ \override #'(baseline-skip . 0)