Re: Require path separators in assignments/overrides (issue 286680043 by d...@gnu.org)

2016-03-14 Thread dak
Reviewers: thomasmorley651, lemzwerg, Message: On 2016/03/14 06:40:27, lemzwerg wrote: LGTM. I assume that convert-ly already does the right thing... Somewhere in the leadup to 2.18. However, i kept \override Context.Grob property.subproperty (without the dot in the middle) working. It's

Re: GSoC mentors once more

2016-03-14 Thread Urs Liska
Hi Jan-Peter, Am 14.03.2016 um 07:54 schrieb Jan-Peter Voigt: > Hi Urs, > > you asked me off-list, if I would be a mentor (in hogwards they are > called dementor, aren't they?) - I didn't answer yet, so I do it > on-list now. I would be generally ready with being a mentor for the > cross-voice-spa

Re: Let the parser interpret alist variables (issue 290560043 by d...@gnu.org)

2016-03-14 Thread dak
Reviewers: thomasmorley651, lemzwerg, https://codereview.appspot.com/290560043/diff/1/lily/nested-property.cc File lily/nested-property.cc (right): https://codereview.appspot.com/290560043/diff/1/lily/nested-property.cc#newcode137 lily/nested-property.cc:137: for (;scm_is_pair (prop_path); prop

Re: Let the parser interpret alist variables (issue 290560043 by d...@gnu.org)

2016-03-14 Thread dak
On 2016/03/13 23:39:29, thomasmorley651 wrote: Even from description the consequences are not clear to me. Can you give a little verbose example? Basically, you can now use x.y for defining and \x.y for using a variable like you could previously use x_y and \x_y but the value is really stored i

Re: GSoC mentors once more

2016-03-14 Thread Paul Morris
Hi Jan-Peter, Glad to hear you’re interested in being a mentor. > On Mar 14, 2016, at 2:54 AM, Jan-Peter Voigt wrote: > > Still, I would like to know, how much effort would come up with it to me? > Well, answering questions (or delegating them) and reviewing code should be > no problem :-) Y

Re: difference between ly:context-now and ly:context-current-moment

2016-03-14 Thread David Kastrup
Jan-Peter Voigt writes: > Hi developers, > > can anybody please tell me: > What is the difference between (ly:context-now context) and > (ly:context-current-moment context) ? > > Or are they two names for the same thing? Different code, different documentation string, different place in lily/con

difference between ly:context-now and ly:context-current-moment

2016-03-14 Thread Jan-Peter Voigt
Hi developers, can anybody please tell me: What is the difference between (ly:context-now context) and (ly:context-current-moment context) ? Or are they two names for the same thing? Cheers Jan-Peter ___ lilypond-devel mailing list lilypond-devel@gnu

Re: difference between ly:context-now and ly:context-current-moment

2016-03-14 Thread Jan-Peter Voigt
OK Thank you! Am 14.03.2016 um 18:15 schrieb David Kastrup: Jan-Peter Voigt writes: Hi developers, can anybody please tell me: What is the difference between (ly:context-now context) and (ly:context-current-moment context) ? Or are they two names for the same thing? Different code, differ

Admit lists starting with UNSIGNED as music function arguments (issue 291190043 by d...@gnu.org)

2016-03-14 Thread lemzwerg
LGTM. https://codereview.appspot.com/291190043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Admit lists starting with UNSIGNED as music function arguments (issue 291190043 by d...@gnu.org)

2016-03-14 Thread Carl . D . Sorensen
Looks good to me. Very clear. Easy to understand, and powerful. A few years ago I was messing around in the override / revert space, and it was driving me crazy. You have rationalized the behavior. Thanks! Thanks, Carl https://codereview.appspot.com/291190043/ __