Re: Derive the correct print function of a grob

2015-01-21 Thread tisimst
Perfect. Thanks, Harm! - Abraham Sent from my iPhone > On Jan 20, 2015, at 3:01 PM, Thomas Morley-2 [via Lilypond] > wrote: > > 2015-01-20 22:49 GMT+01:00 Thomas Morley <[hidden email]>: > > > 2015-01-20 22:30 GMT+01:00 tisimst <[hidden email]>: > >> Is it possible to derive the correct def

Re: Derive the correct print function of a grob

2015-01-20 Thread Thomas Morley
2015-01-20 22:49 GMT+01:00 Thomas Morley : > 2015-01-20 22:30 GMT+01:00 tisimst : >> Is it possible to derive the correct default print function for a grob? >> >> For example, if I want to get the stencil of a hairpin, I know the function >> is called "ly:hairpin::print", but for accidentals, it's

Re: Derive the correct print function of a grob

2015-01-20 Thread Thomas Morley
2015-01-20 22:30 GMT+01:00 tisimst : > Is it possible to derive the correct default print function for a grob? > > For example, if I want to get the stencil of a hairpin, I know the function > is called "ly:hairpin::print", but for accidentals, it's > "ly:accidental-interface:print". > > I'd like t