Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
No errors, it just doesn't do anything.
are you sure that the functions are called? (try adding (display
"hi\n") statements)
Yeah, the functions were being called. I was able to fix this by
changing eighths to:
#(define (eighths note)
[EMAIL PROTECTED] writes:
> No errors, it just doesn't do anything.
are you sure that the functions are called? (try adding (display
"hi\n") statements)
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
lilypond-
Hey, can someone tell me why this doesn't work:
---
#(define (eighths note)
(set! (ly:music-property note 'duration) (ly:make-duration 3 0))
note)
eight = #(ly:make-music-function (list ly:music