Re: Scheme in LilyPond

2017-06-01 Thread Urs Liska
Am 01.06.2017 um 17:41 schrieb Paul: > On 06/01/2017 11:03 AM, Charles Winston wrote: > >> And I get an error saying that make-note-ev is an unbound variable. I >> thought that we could call Scheme procedures from the source in >> lilypond files. What am I missing here? > > I'll just add that gen

Re: Scheme in LilyPond

2017-06-01 Thread Paul
On 06/01/2017 11:03 AM, Charles Winston wrote: And I get an error saying that make-note-ev is an unbound variable. I thought that we could call Scheme procedures from the source in lilypond files. What am I missing here? I'll just add that generally you can call scheme procedures defined in

Re: Scheme in LilyPond

2017-06-01 Thread Winston, Charles R.
ne like you found in the mentioned file and probably copy the > definition of make-note-ev. > > HTH > Jan-Peter > > Am 01.06.2017 um 17:03 schrieb Charles Winston: >> Hi, >> I’m fooling around with using Scheme in lilypond files, making some way on >> my GSoC

Re: Scheme in LilyPond

2017-06-01 Thread David Kastrup
Charles Winston writes: > Hi, > > I’m fooling around with using Scheme in lilypond files, making some > way on my GSoC chords project. I’m trying to call the make-note-ev > procedure found in scm/chord-entry.scm on line 196. I’ve written > something simple: > > #(be

Re: Scheme in LilyPond

2017-06-01 Thread Jan-Peter Voigt
))) If there is a duration reachable in the scope you are acting, then you can use that one like you found in the mentioned file and probably copy the definition of make-note-ev. HTH Jan-Peter Am 01.06.2017 um 17:03 schrieb Charles Winston: Hi, I’m fooling around with using Scheme in

Scheme in LilyPond

2017-06-01 Thread Charles Winston
Hi, I’m fooling around with using Scheme in lilypond files, making some way on my GSoC chords project. I’m trying to call the make-note-ev procedure found in scm/chord-entry.scm on line 196. I’ve written something simple: #(begin (define root (ly:make-pitch 0 0 0)) (display

Re: Is it possible to get the code coverage of scheme in lilypond

2011-03-05 Thread zhangxy
it? 2011/3/4 Carl Sorensen > > > > On 3/4/11 3:39 AM, "James Lowe" wrote: > > > Zhang > > > > > > > > From: zhangxy [mailto:zhangxy290626...@gmail.com] > > Sent: 04 March 2011 06:55 > > To: James Lowe > > Subject: Is

Re: Is it possible to get the code coverage of scheme in lilypond

2011-03-04 Thread Carl Sorensen
On 3/4/11 3:39 AM, "James Lowe" wrote: > Zhang > > > > From: zhangxy [mailto:zhangxy290626...@gmail.com] > Sent: 04 March 2011 06:55 > To: James Lowe > Subject: Is it possible to get the code coverage of scheme in lilypond > > Dear James, >

RE: Is it possible to get the code coverage of scheme in lilypond

2011-03-04 Thread James Lowe
Zhang From: zhangxy [mailto:zhangxy290626...@gmail.com] Sent: 04 March 2011 06:55 To: James Lowe Subject: Is it possible to get the code coverage of scheme in lilypond Dear James, Now I want to analyze the test coverage of lilypond. I use gcov for c++, but I couldn't find an effective too