Re: student question: append-map

2015-06-22 Thread Paul Morris
> On Jun 22, 2015, at 7:15 PM, David Garfinkle > wrote: > > Can't seem to find any code examples of the Scheme function (append-map f > list1 list2) online, and I can't seem to call it correctly at all. Could > anyone show me how it works? It seems that the function given as the first argument

student question: append-map

2015-06-22 Thread David Garfinkle
Hey Lilydevs, Can't seem to find any code examples of the Scheme function (append-map f list1 list2) online, and I can't seem to call it correctly at all. Could anyone show me how it works? lilypond scheme-sandbox map works fine: (map double '(1 2 3)) => (2 4 6) can't use append-map: (append-ma

Re: Doc: avoid implicit \relative; issue 4371 (issue 237340043 by k-ohara5...@oco.net)

2015-06-22 Thread k-ohara5a5a
https://codereview.appspot.com/237340043/diff/110001/Documentation/learning/tweaks.itely File Documentation/learning/tweaks.itely (right): https://codereview.appspot.com/237340043/diff/110001/Documentation/learning/tweaks.itely#newcode330 Documentation/learning/tweaks.itely:330: b c } On 2015/06

Re: Doc: avoid implicit \relative; issue 4371 (issue 237340043 by k-ohara5...@oco.net)

2015-06-22 Thread dak
https://codereview.appspot.com/237340043/diff/110001/Documentation/learning/tweaks.itely File Documentation/learning/tweaks.itely (right): https://codereview.appspot.com/237340043/diff/110001/Documentation/learning/tweaks.itely#newcode330 Documentation/learning/tweaks.itely:330: b c } On 2015/06

Re: Doc: avoid implicit \relative; issue 4371 (issue 237340043 by k-ohara5...@oco.net)

2015-06-22 Thread tdanielsmusic
I'm generally happy with this, but I've made quite a few nit-picking comments. I think it is important that the manuals rigorously show a consistent style, particularly with regard to indentation and the placement of block delimiters. We frequently criticise users presenting examples on the mail