lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Translating tempo marks -- scheme question


From: Neil Puttock
Subject: Re: Translating tempo marks -- scheme question
Date: Fri, 19 Dec 2008 20:31:18 +0000

2008/12/19 Mark Polesky <address@hidden>:

> 2) use (null? items) instead of (equal? '() items)
> 3) use (caar items) instead of (car (car items))
> 4) use (cdar items) instead of (cdr (car items))

More streamlining, since the dictionary is an alist:

#(define (getLocalized items word)
   (assoc-get word items word))

Regards,
Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]