Re: \include problem in Scheme function

2013-05-09 Thread Urs Liska
Am 09.05.2013 16:16, schrieb David Nalesnik: Urs, On Thu, May 9, 2013 at 9:12 AM, Urs Liska > wrote: Am Donnerstag, den 09.05.2013, 09:00 -0500 schrieb David Nalesnik: > Hi Urs, > > > You've got one two many left parentheses before your let.

Re: \include problem in Scheme function

2013-05-09 Thread David Nalesnik
Urs, On Thu, May 9, 2013 at 9:12 AM, Urs Liska wrote: > Am Donnerstag, den 09.05.2013, 09:00 -0500 schrieb David Nalesnik: > > Hi Urs, > > > > > > > You've got one two many left parentheses before your let. > > Thanks. > I suspected that, but didn't see the forest for the parens (ehm, trees).

Re: \include problem in Scheme function

2013-05-09 Thread Urs Liska
Am Donnerstag, den 09.05.2013, 09:00 -0500 schrieb David Nalesnik: > Hi Urs, > > > On Thu, May 9, 2013 at 8:31 AM, Urs Liska wrote: > > > > ## > BUT: One (hopefully last) issue still drives me crazy: >

Re: \include problem in Scheme function

2013-05-09 Thread David Nalesnik
Hi Urs, On Thu, May 9, 2013 at 8:31 AM, Urs Liska wrote: > > ## > BUT: One (hopefully last) issue still drives me crazy: > > The above version of compileSegment works but lacks the if-condition: > > If I wrap the function body in an if condit

Re: \include problem in Scheme function

2013-05-09 Thread Urs Liska
Am Donnerstag, den 09.05.2013, 14:36 +0100 schrieb Phil Holmes: > - Original Message - > From: "Urs Liska" > To: > Sent: Thursday, May 09, 2013 10:25 AM > Subject: \include problem in Scheme function > > > > Hi, > > > > I want to impl

Re: \include problem in Scheme function

2013-05-09 Thread Phil Holmes
- Original Message - From: "Urs Liska" To: Sent: Thursday, May 09, 2013 10:25 AM Subject: \include problem in Scheme function Hi, I want to implement a way to compile a score from a given music expression. THe idea is to have a huge score edited in small chunks and bei

Re: \include problem in Scheme function

2013-05-09 Thread Urs Liska
Am Donnerstag, den 09.05.2013, 13:21 +0200 schrieb David Kastrup: > Urs Liska writes: > > > Am Donnerstag, den 09.05.2013, 11:38 +0200 schrieb David Kastrup: > >> Urs Liska writes: > >> > >> ... > > > > > > > > What I didn't achieve so far is how

Re: \include problem in Scheme function

2013-05-09 Thread David Kastrup
Urs Liska writes: > Am Donnerstag, den 09.05.2013, 11:38 +0200 schrieb David Kastrup: >> Urs Liska writes: >> >> > Hi, >> > >> > I want to implement a way to compile a score from a given music >> > expression. THe idea is to have a huge score edited in small chunks and >> > being able to only c

Re: \include problem in Scheme function

2013-05-09 Thread Urs Liska
Am Donnerstag, den 09.05.2013, 11:38 +0200 schrieb David Kastrup: > Urs Liska writes: > > > Hi, > > > > I want to implement a way to compile a score from a given music > > expression. THe idea is to have a huge score edited in small chunks and > > being able to only compile the tiny chunk one wor

Re: \include problem in Scheme function

2013-05-09 Thread David Kastrup
Urs Liska writes: > Hi, > > I want to implement a way to compile a score from a given music > expression. THe idea is to have a huge score edited in small chunks and > being able to only compile the tiny chunk one works on currently. > > First I tried several things to compile a book within the f

\include problem in Scheme function

2013-05-09 Thread Urs Liska
Hi, I want to implement a way to compile a score from a given music expression. THe idea is to have a huge score edited in small chunks and being able to only compile the tiny chunk one works on currently. First I tried several things to compile a book within the function but didn't succeed. Then