Not quite yet: I do not want the 3/4 to appear in the left hand where for this part there is no actual meter change. But I think you put me on the right track: the solution is that you need to add \omit Staff.TimeSignature before the second 3/4. Then the only the first 3/4 is shown.
Thank you so much for your helpfulness. It's always satifying for both sides if you can say afterwards: 'case solved'. Am Montag, dem 22.04.2024 um 07:42 -0700 schrieb Knute Snortum: > On Mon, Apr 22, 2024 at 3:32 AM Hajo Baess <ha...@posteo.de> wrote: > > > > Is there a reason you are writing... > > > > Yes there is. > > [...] > > > The question is only: will it work as well in my score. I still > > have to try and see, and I will report what will happen... > > > > I think this does what you want: > > \version "2.24.3" > > rightHand = \relative c' { > \time 3/4 > \repeat unfold 6 { c8 } > \set Staff.timeSignatureFraction = 9/8 > \scaleDurations 2/3 { > \repeat unfold 9 { c8 } > } > \set Staff.timeSignatureFraction = 3/4 > \repeat unfold 6 { c8 } > } > > leftHand = \relative c { > \clef bass > \time 3/4 > \repeat unfold 6 { c8 } > \time 3/4 > \repeat unfold 6 { c8 } > \time 3/4 > \repeat unfold 6 { c8 } > } > > \score { > \new GrandStaff << > \new Staff = "upper" \rightHand > \new Staff = "lower" \leftHand > >> > } > > > -- > Knute Snortum