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