Re: Is there a get-context procedure?

2014-09-25 Thread Richard Shann
On Thu, 2014-09-25 at 06:47 -0700, Paul Morris wrote: > Richard Shann-2 wrote > > Thinking about this after receiving your email, I realize that > > ultimately what I am trying to do is access the font-size that is being > > used for the markup being generated. Perhaps this is a simpler question >

Re: Is there a get-context procedure?

2014-09-25 Thread Paul Morris
#-2 } { \music } % http://lilypond.org/doc/v2.18/Documentation/internals/chordname -- View this message in context: http://lilypond.1069038.n5.nabble.com/Is-there-a-get-context-procedure-tp166768p166800.html Sent from the User mailing list archive at Nabble.com. _

Re: Is there a get-context procedure?

2014-09-25 Thread Richard Shann
On Wed, 2014-09-24 at 21:05 -0700, Paul Morris wrote: > Richard Shann-2 wrote > > The chordRootNamer procedure (which is itself a ChordNames context > > property) is not passed the context as a parameter, so my question is > > how do I reference the context? Is there some variable or procedure for

Re: Is there a get-context procedure?

2014-09-24 Thread Paul Morris
ing a grob's stencil by a given amount stored in the custom grob property, if that works and will do what you want?) Maybe that helps, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Is-there-a-get-context-procedure-tp166768p166781.html Sent from the User mail

Is there a get-context procedure?

2014-09-24 Thread Richard Shann
I'm developing some code to create compact chord symbols in LilyPond and have created a property chordCompactScale for this purpose. I am trying to access the property from within the chordRootNamer procedure with: (ly:context-property context 'chordCompactScale) where the context should be the C