Re: A question about a scheme function with two input notes

2022-12-30 Thread Jean Abou Samra
[This is the continuation of https://lists.gnu.org/archive/html/lilypond-user/2022-12/msg00321.html] Le 30/12/2022 à 15:07, David Kastrup a écrit : You conflate "parsing" and "reading". For #{...#}, there is a rudimentary scan for # and $ Yes, I know that. that tends to deliver false pos

Re: A question about a scheme function with two input notes

2022-12-30 Thread David Kastrup
Jean Abou Samra writes: > [This is the continuation of > https://lists.gnu.org/archive/html/lilypond-user/2022-12/msg00321.html] > > > Le 30/12/2022 à 15:07, David Kastrup a écrit : >> You conflate "parsing" and "reading". For #{...#}, there is a >> rudimentary scan for # and $ > > > Yes, I know

Re: A question about a scheme function with two input notes

2022-12-30 Thread David Kastrup
Jean Abou Samra writes: > [This is the continuation of > https://lists.gnu.org/archive/html/lilypond-user/2022-12/msg00321.html] By the way, I don't like what would happen with, say singlebeat = #(define-music-function (time) (fraction?) #{ \time #(make-list (car time) 1) #time #}) \displayL