Le dimanche 05 mars 2023 à 11:19 -0700, Paul Scott a écrit :
> Thank you for your quick reply.
> 
> I need the first situation of NR 1.2.3: "Different time signatures
> with equal-length measures."  enablePolymeter defeats this.
> 
> Some instruments have all 2/4; some have 2/4, then 6/8 and then 2/4
> again.


Well, this is where you see the point of giving a code example. I still
cannot reproduce your problem.

\version "2.25.2"

<<
  \new Staff {
    \time 2/4
    c'8 8 8 8 8 8 8 8
    c'8 8 8 8 8 8 8 8
    c'8 8 8 8 8 8 8 8
  }
  \new Staff {
    \time 2/4
    c'8 8 8 8 8 8 8 8
    \set Staff.timeSignatureFraction = 6/8
    \scaleDurations 2/3 { c'8 8 8 8 8 8 8 8 8 8 8 8 }
    \set Staff.timeSignatureFraction = 2/4
    c'8 8 8 8 8 8 8 8
  }
>>



For me, this gives


Jean

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to