Re: Conditionally color all tweaked objects

2013-04-23 Thread David Kastrup
Urs Liska writes: > Am Montag, den 22.04.2013, 19:03 +0200 schrieb David Kastrup: >> >> You could redefine \tweak but it is probably more reliable to use >> internals: >> >> > So would such a thing be possible, maybe in Scheme? >> > Or if that's not possible in Scheme would that be an interesti

Re: Conditionally color all tweaked objects

2013-04-23 Thread Urs Liska
Am Montag, den 22.04.2013, 19:03 +0200 schrieb David Kastrup: > Urs Liska writes: > > > Hi, > > > > is it possible somehow to hook into the engraving process and color all > > grobs that have been manually tweaked? > > > > In my library I have a 'draft mode'. All my functions or shorthands that >

Re: Conditionally color all tweaked objects

2013-04-22 Thread David Kastrup
Urs Liska writes: > Hi, > > is it possible somehow to hook into the engraving process and color all > grobs that have been manually tweaked? > > In my library I have a 'draft mode'. All my functions or shorthands that > tweak the positioning have a counterpart in draft mode. The draft mode > func

Conditionally color all tweaked objects

2013-04-22 Thread Urs Liska
Hi, is it possible somehow to hook into the engraving process and color all grobs that have been manually tweaked? In my library I have a 'draft mode'. All my functions or shorthands that tweak the positioning have a counterpart in draft mode. The draft mode functions basically call the normal fu