Re: Gives each grob an integer hash. (issue4515166)

2011-06-06 Thread m...@apollinemike.com
Fair enough. I used it for a few rather esoteric experiments w/ algorithmic composition - it's true that the utility of such a feature is limited to hardcore tweaking. Cheers, MS On Jun 7, 2011, at 6:05 AM, Han-Wen Nienhuys wrote: > We had something like this a long time ago. Search for Obje

Re: Gives each grob an integer hash. (issue4515166)

2011-06-06 Thread Han-Wen Nienhuys
We had something like this a long time ago. Search for Object_key in the history, eg. commit 4a964b10c411827584eb720c63cd0d6fc5b65d72. This was intended for making persistent tweaks, but it never got used so we scrapped it. I'm on a holiday, so I dont have time to look into this, but it seems a

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread Neil Puttock
On 31 May 2011 19:07, m...@apollinemike.com wrote: > I actually tried this, but the issue is that when new grobs are made outside > of an engraver context (i.e. broken spanners), there is no way to keep track > of them.  This seems the only way to catch every grob made during a session.   > Unl

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread m...@apollinemike.com
On May 31, 2011, at 5:28 PM, n.putt...@gmail.com wrote: > On 2011/05/31 15:57:51, MikeSol wrote: >> This patch'll be useful for some advanced tweaks I'm doing while > running >> LilyPond in multiple passes. Lemme know if it looks all right. > > Hmm, I'm not convinced, particularly as you could

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread n . puttock
On 2011/05/31 15:57:51, MikeSol wrote: This patch'll be useful for some advanced tweaks I'm doing while running LilyPond in multiple passes. Lemme know if it looks all right. Hmm, I'm not convinced, particularly as you could easily do the same thing via a Scheme engraver. Cheers, Neil http

Re: Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread David Kastrup
mts...@gmail.com writes: > Reviewers: , > > Message: > This patch'll be useful for some advanced tweaks I'm doing while running > LilyPond in multiple passes. Lemme know if it looks all right. > > Cheers, > MS > > Description: > Gives each grob an integer hash. That's not a hash. It is an Id.

Gives each grob an integer hash. (issue4515166)

2011-05-31 Thread mtsolo
Reviewers: , Message: This patch'll be useful for some advanced tweaks I'm doing while running LilyPond in multiple passes. Lemme know if it looks all right. Cheers, MS Description: Gives each grob an integer hash. Please review this at http://codereview.appspot.com/4515166/ Affected files: