lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging/showing internal stuff?


From: David Kastrup
Subject: Re: Debugging/showing internal stuff?
Date: Tue, 10 Mar 2009 10:22:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Valentin Villenave <address@hidden> writes:

> 2009/3/8 David Kastrup <address@hidden>:
>>
>> Hi, using a file debug.ly with the contents
>>
>> #(top-repl)
>>
>> I can get an interactive guile prompt.
>
> Wow, I didn't know you can do that! Where on Earth is such a cool
> feature documented?

You milk Nicolas for what it's worth.

>>  However, things like
>> (display-scheme-music #{ \notemode { c' e'  g' c'' e'' } #})
>>
>> which I picked off
>> <URL:http://nicolas.sceaux.free.fr/prelude/prelude.html> don't work.
>
> Look everybody, Nicolas has a new webdesign! Nice :-)
>
> That being said, where on Earth (again) have you found a link to this
> (exciting) page? (and by the way, why is Nicolas always trying to hide
> his coolest pages?)

No idea.  As some sort of progress,

'#{ \notemode { c e g } #}

puts out

(let ((parser-clone (ly:parser-clone parser))) (parse-string-result " 
\\notemode { c e g } " parser-clone))

but since parser is #f, without quoting one gets

ERROR: In procedure ly:parser-clone:
ERROR: Wrong type argument in position 1 (expecting Lily_parser): #f
ABORT: (wrong-type-arg)

Not sure where to go from there.

-- 
David Kastrup





reply via email to

[Prev in Thread] Current Thread [Next in Thread]