2013/9/18 Thomas Morley <[email protected]>:
> 2013/9/18 David Kastrup <[email protected]>:
>> (1 32) tries to call 1 with 32 as its argument.  Just write
>>
>> #(ly:make-moment 1/32)
>>
>> and be done.  If you really, really don't remember how LilyPond
>> represents fractions and you really, really want to use
>> fraction->moment, you can write
>>
>> #(fraction->moment #{ 1/32 #})
>
> Also possible:
> #(fraction->moment (cons 1 32))

Thank you both!  I got it to work.

Janek

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to