https://codereview.appspot.com/101690043/diff/40001/scm/music-functions.scm File scm/music-functions.scm (right):
https://codereview.appspot.com/101690043/diff/40001/scm/music-functions.scm#newcode2452 scm/music-functions.scm:2452: (lambda (x) x))) On 2014/07/05 14:17:23, pwm wrote:
Can be simplified: (lambda (x) x) is the same as x
Uh, no? (lambda (x) x) is the same as the function `identity'. It most definitely is the same as x only in extraordinary circumstances. https://codereview.appspot.com/101690043/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
