Re: setting duration

2004-07-04 Thread Scott Webber
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)

setting duration

2004-07-04 Thread Han-Wen Nienhuys
[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-

setting duration

2004-07-03 Thread Scott Webber
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