Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
> Han-Wen Nienhuys writes:
>
>>> >> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
>
>> No. Do you have a more elaborate example?
>
> Hmm. I just thought that #@ .. elements.0.elements.2
>
> looked vagely like a class initilizer
>
>(make
Han-Wen Nienhuys writes:
>> >> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
> No. Do you have a more elaborate example?
Hmm. I just thought that #@ .. elements.0.elements.2
looked vagely like a class initilizer
(make #elements 0 #elements 2
but then I realized that all names w
[EMAIL PROTECTED] writes:
> Han-Wen Nienhuys writes:
>
> >> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
> >
> > Funky stuff, but maybe too exotic to put into the standard
> > distribution?
>
> Yes, it looks cool, but I can imagine you'd want to do this in a more
> readable way, maybe w
Han-Wen Nienhuys writes:
>> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
>
> Funky stuff, but maybe too exotic to put into the standard
> distribution?
Yes, it looks cool, but I can imagine you'd want to do this in a more
readable way, maybe with a goops class (set! xx (elements #:x y #
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] writes:
>>
>> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
>
> Funky stuff, but maybe too exotic to put into the standard
> distribution?
Maybe :-)
___
lilypond-devel mailin
[EMAIL PROTECTED] writes:
>
> guile> (set! [EMAIL PROTECTED] (ly:make-pitch -1 4 0))
Funky stuff, but maybe too exotic to put into the standard
distribution?
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
lily
Nicolas Sceaux <[EMAIL PROTECTED]> writes:
> Hello,
>
> Manipulating music expressions makes me impatient and lazy (don't know
> about hubris). Here is a little utility which can be used as a
> shortcut for ly:music-property :
>
hm, this was not enough.
(define (read-dotted-expression chr port)
Hello,
Manipulating music expressions makes me impatient and lazy (don't know
about hubris). Here is a little utility which can be used as a
shortcut for ly:music-property :
(define (read-dotted-expression chr port)
(define (gen-music-prop-expr music prop . rest)
(if (null? rest)
`