On Mon, Apr 22, 2024 at 3:32 AM Hajo Baess <[email protected]> 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