lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: removing time signatures engravers locally


From: Jean Abou Samra
Subject: Re: removing time signatures engravers locally
Date: Sun, 05 Mar 2023 19:29:09 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

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

[Prev in Thread] Current Thread [Next in Thread]