Hey Kieren, Thank you! That looks great. Now I see how simple it is, I feel like I should have been able to figure that out myself :-/ Now at least I know for next time :-)
Regards, Brent. On Mon, 23 Jun 2025 at 22:13, Kieren MacMillan <[email protected]> wrote: > Hi Brent, > > > I'm trying to reproduce the example in the attached pic, but I'm having > trouble getting the new common-time signature to align with the barlines > between the staves. Actually I have no idea how to move time signatures at > all -- I've nosed around a bit but can't seem to find any direct > instructions. I'd appreciate some help! > > Maybe something like this? > > %%% CHUNK BEGINS > scoreFTenorVoiceI = \relative c' { > %\override Staff.TimeSignature.style = #'single-digit > \time 3/2 > \key f \major > \dynamicUp > \hide Staff.BarLine > R1.*3 > \set Staff.timeSignatureFraction = #'(4 . 4) > \once \override Score.TimeSignature.extra-offset = #'(-1.7 . 0) \time 4/2 > R\breve*3 > } > %%% CHUNK ENDS > > > I think I also need some advice on how to manage measure 4 in the second > tenor part, where the time signature changes halfway through the measure. > I'm currently using a hidden triplet to make all the note values work out, > but again, moving the time signature would help to make everything align > nicely with the lower staff. > > I’d scale the whole note: > > %%% CHUNK BEGINS > g1*1/2 r2 > \set Staff.timeSignatureFraction = #'(4 . 4) g2 4 2 > %%% CHUNK ENDS > > Hope that helps! > Kieren. > > > __________________________________________________ > > My work day may look different than your work day. Please do not feel > obligated to read or respond to this email outside of your normal working > hours. > >
