On Sat, Dec 8, 2012 at 7:21 PM, David Nalesnik wrote:
[...]
>
> Trying to work out the problem, I've done a little rewriting so I'll
> include the engraver here. You can just substitute this in the
> problematic file.
>
Well, I did break something. Here's the fix:
frameEngraver =
#(lambda (c
On Mon, Dec 10, 2012 at 11:30 PM, David Kastrup wrote:
> The behavior is undefined if I remember correctly: an error is not
> guaranteed by the standard. I think Guilev2 will produce an error, but
> LilyPond is still at Guilev1.
OK, thanks!
-David
_
David Nalesnik writes:
> (I'm trying an example given here:
> http://jayreynoldsfreeman.com/Aux/Tutorials/Modifying%20Lists.html)
>
> I don't understand this--because clearly using set-car! and set-cdr!
> with a constant led to problems within the engraver; why will the
> sandbox allow me to do t
David,
On Sun, Dec 9, 2012 at 12:34 AM, David Kastrup wrote:
> David Nalesnik writes:
>
>> It turns out that the my definition of event-drul as '(() . ()) was
>> the problem. I substituted (cons '() '()) and everything works just
>> fine...even with the file that gave you the issues with multip
David Nalesnik writes:
> It turns out that the my definition of event-drul as '(() . ()) was
> the problem. I substituted (cons '() '()) and everything works just
> fine...even with the file that gave you the issues with multiple
> staves. I don't understand why '(() . ()) and (cons '() '()) ar
Hi again,
On Sat, Dec 8, 2012 at 7:21 AM, David Nalesnik wrote:
> Hi Jeffrey,
>
> I'm copying this to the list since I myself am not sure about something here.
>
> On Sat, Dec 8, 2012 at 5:13 AM, Jeffrey Trevino
> wrote:
>> Hi David,
>>
>> Thanks for revising this more for me. I really appreciat
Hi Jeffrey,
I'm copying this to the list since I myself am not sure about something here.
On Sat, Dec 8, 2012 at 5:13 AM, Jeffrey Trevino
wrote:
> Hi David,
>
> Thanks for revising this more for me. I really appreciate your efforts, and
> I will take a look at this asap and write back. For my le