lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fix determine-frets so that it preserves note order (issue4518045)


From: n . puttock
Subject: Re: Fix determine-frets so that it preserves note order (issue4518045)
Date: Mon, 09 May 2011 18:53:48 +0000


http://codereview.appspot.com/4518045/diff/1/scm/translation-functions.scm
File scm/translation-functions.scm (right):

http://codereview.appspot.com/4518045/diff/1/scm/translation-functions.scm#newcode280
scm/translation-functions.scm:280: (define free-strings (map 1+ (iota
(length tuning))))
could use srfi-1 iota here:

(iota (length tuning) 1)

http://codereview.appspot.com/4518045/



reply via email to

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