Re: Large Time Signatures Within Staves?

2018-05-18 Thread Lukas-Fabian Moser
When I increase the grob, how (or can?) I adjust it on the fly for certain pages if the distance between instruments change for layout reasons? Otherwise the grob would look 'off'. Something like that? \version "2.19.80" noTimeSig = { \omit TimeSignature } largeTimeSig = {   \numericTimeSig

Re: Large Time Signatures Within Staves?

2018-05-18 Thread Ben
On 5/18/2018 10:06 AM, Lukas-Fabian Moser wrote: Hi Ben, I need to create a wind ensemble engraving where the time signatures are large and *within* the staves themselves, overlapping specific instruments/groups throughout the score. I know how to place the time signatures above the staff bu

Re: Large Time Signatures Within Staves?

2018-05-18 Thread Lukas-Fabian Moser
Hi Ben, I need to create a wind ensemble engraving where the time signatures are large and *within* the staves themselves, overlapping specific instruments/groups throughout the score. I know how to place the time signatures above the staff but I can't find a way to place them within the inst

Re: Large Time Signatures Within Staves

2018-05-18 Thread Kieren MacMillan
Hi Ben, Since (at least in the first example) the time signatures are centered on a staff, why not just increase the size of the TimeSignature grob, and then \omit (or \hide) it from other staves? Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: w

Re: Large Time Signatures Within Staves?

2018-05-18 Thread Ben
On 5/18/2018 7:41 AM, Andrew Bernard wrote: Hi Ben, How curious - isn't this solved by the thread I just created today on essentially the same topic? Shifting time signatures must be in the wind! Andrew On 18 May 2018 at 21:20, Ben > wrote: Does any

Re: Large Time Signatures Within Staves?

2018-05-18 Thread Andrew Bernard
Hi Ben, How curious - isn't this solved by the thread I just created today on essentially the same topic? Shifting time signatures must be in the wind! Andrew On 18 May 2018 at 21:20, Ben wrote: > > Does anyone know a snippet or function that allows this? Is it fairly easy > to implement? >

Large Time Signatures Within Staves?

2018-05-18 Thread Ben
Good morning, I need to create a wind ensemble engraving where the time signatures are large and *within* the staves themselves, overlapping specific instruments/groups throughout the score. I know how to place the time signatures above the staff but I can't find a way to place them within th