Re: What is the proper way of programmatically generating markup?

2016-04-24 Thread Matt Hood
> On 24 Apr 2016, at 5:28 PM, Thomas Morley wrote: > > 2016-04-24 5:00 GMT+02:00 Matt Hood : >> Hi everyone, >> >> So I’m writing a function that reimplements the ‘\compoundMeter’ command >> with an Orff-style time signature, whereby the

Re: What is the proper way of programmatically generating markup?

2016-04-24 Thread Thomas Morley
2016-04-24 5:00 GMT+02:00 Matt Hood : > Hi everyone, > > So I’m writing a function that reimplements the ‘\compoundMeter’ command > with an Orff-style time signature, whereby the denominator of the signature > is a note head (as opposed to a number), I've done this some month

Re: What is the proper way of programmatically generating markup?

2016-04-23 Thread Matt Hood
> On 24 Apr 2016, at 1:38 PM, Paul Morris wrote: > >> On Apr 23, 2016, at 11:00 PM, Matt Hood > > wrote: >> >> **So my second question is: How do I programmatically generate markup from >> information taken from a list,

Re: What is the proper way of programmatically generating markup?

2016-04-23 Thread Paul Morris
> On Apr 23, 2016, at 11:00 PM, Matt Hood wrote: > > **So my second question is: How do I programmatically generate markup from > information taken from a list, and then put it into a single markup > variable?** Hi again, I’d suggest looking at snippets in the LSR,

Re: What is the proper way of programmatically generating markup?

2016-04-23 Thread Paul Morris
> On Apr 23, 2016, at 11:00 PM, Matt Hood wrote: > > does anyone know where can I find the source (scm or otherwise) for > \compoundMeter? You’ll find it in ly/music-functions-init.ly Hope that helps, -Paul___ lilypond-user

What is the proper way of programmatically generating markup?

2016-04-23 Thread Matt Hood
Hi everyone, So I’m writing a function that reimplements the ‘\compoundMeter’ command with an Orff-style time signature, whereby the denominator of the signature is a note head (as opposed to a number), e.g. 4/4 = 4/crotchet, 9/8 = 3/dotted-crotchet, 15/16+2/4 = 5/dotted-quaver + 2/crotchet.