type of location argument

2013-12-04 Thread Urs Liska
Hi, next helpless question: what Scheme type is the location argument used for Scheme functions? (write)ing location gives #location /home/uliska/git/openLilyLib/snippets/editorial-tools/annotate/examples.ly:29:3 While I didn't find anything about the # combination in Scheme in general I

Re: type of location argument

2013-12-04 Thread Jan-Peter Voigt
Am 04.12.2013 14:58, schrieb Urs Liska: Hi, next helpless question: what Scheme type is the location argument used for Scheme functions? (write)ing location gives Hi, its: ly:input-location? HTH ___ lilypond-user mailing list lilypond-user

Re: type of location argument

2013-12-04 Thread Urs Liska
Am 04.12.2013 15:00, schrieb Jan-Peter Voigt: Am 04.12.2013 14:58, schrieb Urs Liska: Hi, next helpless question: what Scheme type is the location argument used for Scheme functions? (write)ing location gives Hi, its: ly:input-location? HTH Unfortunately not (TH). This is what redirects me

Re: type of location argument

2013-12-04 Thread Jan-Peter Voigt
Am 04.12.2013 15:04, schrieb Urs Liska: Hi, its: ly:input-location? HTH Unfortunately not (TH). This is what redirects me to Input * unsmob_input (SCM s) { if (SCM_IMP (s)) return 0; if (SCM_CAR (s) == (SCM)input_tag) // ugh. return (Input *) SCM_CDR (s); else

Re: type of location argument

2013-12-04 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Am 04.12.2013 15:00, schrieb Jan-Peter Voigt: Am 04.12.2013 14:58, schrieb Urs Liska: Hi, next helpless question: what Scheme type is the location argument used for Scheme functions? (write)ing location gives Hi, its: ly:input-location? HTH

Re: type of location argument

2013-12-04 Thread Urs Liska
Am 04.12.2013 16:34, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: Am 04.12.2013 15:00, schrieb Jan-Peter Voigt: Am 04.12.2013 14:58, schrieb Urs Liska: Hi, next helpless question: what Scheme type is the location argument used for Scheme functions? (write)ing location gives

Re: type of location argument

2013-12-04 Thread Urs Liska
Am 04.12.2013 16:33, schrieb Jan-Peter Voigt: Am 04.12.2013 15:04, schrieb Urs Liska: Hi, its: ly:input-location? HTH Unfortunately not (TH). This is what redirects me to Input * unsmob_input (SCM s) { if (SCM_IMP (s)) return 0; if (SCM_CAR (s) == (SCM)input_tag) // ugh.