Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-22 Thread pkx166h
passes make - haven't done a full make doc yet though. James http://codereview.appspot.com/5364048/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-21 Thread pkx166h
http://codereview.appspot.com/5364048/diff/11002/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/5364048/diff/11002/Documentation/contributor/programming-work.itexi#newcode1809 Documentation/contributor

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-21 Thread mike
On Mon, 21 Nov 2011 08:02:00 +, k-ohara5...@oco.net wrote: http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/5364048/diff/4001/Documentation/contribut

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-21 Thread dak
http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi#newcode1832 Documentation/contributor/p

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-21 Thread k-ohara5a5a
http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi#newcode1832 Documentation/contributor/p

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-20 Thread joeneeman
On 2011/11/21 07:44:36, mike_apollinemike.com wrote: I'm going to leave it this way if that's all right with you for the purely selfish reason that I grasp these lists better in terms of what they contain. That's definitely ok with me. Thanks for taking the time to document this! http://co

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-20 Thread mike
is then can be edited later by anyone who wants to improve the ease of reading of the document (which I'm sure can benefit from other changes as well - I hope that someone who has no clue about pure properties actually takes the time to read this thing so that I can learn what is graspable on a

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-20 Thread Joe Neeman
Bah, I just wrote out a nice reply on the codereview site and it got eaten... On Fri, Nov 18, 2011 at 12:03 AM, m...@apollinemike.com < m...@apollinemike.com> wrote: > On Nov 16, 2011, at 2:19 AM, joenee...@gmail.com wrote: > > > > http://codereview.appspot.com/5364048/diff/4001/Documentation/con

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-18 Thread m...@apollinemike.com
On Nov 16, 2011, at 2:19 AM, joenee...@gmail.com wrote: > > http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi > File Documentation/contributor/programming-work.itexi (right): > > http://codereview.appspot.com/5364048/diff/4001/Documentation/contribu

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-15 Thread joeneeman
http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi#newcode1836 Documentation/contributor/p

Re: Adds some info about pure properties to the CG. (issue 5364048)

2011-11-15 Thread graham
sure, looks fine. It's more important to get stuff into the CG than it is to fuss about the formatting or literary references. http://codereview.appspot.com/5364048/diff/4001/Documentation/contributor/programming-work.itexi File Documentation/contributor/programming-work.itexi (right): http://

Adds some info about pure properties to the CG. (issue 5364048)

2011-11-11 Thread pkx166h
passes make and a full make doc. James http://codereview.appspot.com/5364048/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Pure properties

2011-05-25 Thread Joe Neeman
On Wed, May 25, 2011 at 1:05 AM, m...@apollinemike.com < m...@apollinemike.com> wrote: > On May 24, 2011, at 11:08 AM, Joe Neeman wrote: > > A pure callback is one that has no side-effects. In define-grobs.scm, you > will find a list of pure callbacks, along with an associative list that > allows

Re: Pure properties

2011-05-24 Thread m...@apollinemike.com
gt; sorry > if I'm repeating myself! >> >> Could someone please send me a paragraph-long response about what pure > properties are and how/when/why >> they're used? > > This is not directly related to Lilypond, but do you know the computer scie

Re: Pure properties

2011-05-24 Thread Benjamin Peterson
mike apollinemike.com apollinemike.com> writes: > > Hey all, > > I think I've asked this question before, but I can't find the response - sorry if I'm repeating myself! > > Could someone please send me a paragraph-long response about what pure properties

Re: Pure properties

2011-05-24 Thread m...@apollinemike.com
y 24, 2011 at 10:31 AM, m...@apollinemike.com > wrote: > Hey all, > > I think I've asked this question before, but I can't find the response - > sorry if I'm repeating myself! > > Could someone please send me a paragraph-long response about what pure > pr

Re: Pure properties

2011-05-24 Thread Joe Neeman
send me a paragraph-long response about what pure > properties are and how/when/why they're used? The more sequential, the > better (i.e. pure properties are defined in X for the purpose of doing Y > when lilypond hits function Z). git grep shows the word `pure' all over the &g

Pure properties

2011-05-24 Thread m...@apollinemike.com
Hey all, I think I've asked this question before, but I can't find the response - sorry if I'm repeating myself! Could someone please send me a paragraph-long response about what pure properties are and how/when/why they're used? The more sequential, the better (i.e.