Valentin Villenave <[email protected]> writes:
> 2009/3/8 David Kastrup <[email protected]>:
>>
>> 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
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel