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: Paul Scott
Subject: Re: removing time signatures engravers locally
Date: Sun, 5 Mar 2023 11:19:33 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

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.

Paul

On 3/5/23 10:41 AM, Jean Abou Samra wrote:

Le dimanche 05 mars 2023 à 10:17 -0700, Paul Scott a écrit :

2.25.2:

I understand polymetric notation (NR 1,2,3).  I have a piece which has a
polymetric section in the middle where the rest of the piece is not
polymetric.  Some parts have the same time signature for the whole piece.

At the point where the polymetric section begins and ends I want to
remove the time signature from the parts whose time signature doesn't
change.

TIA for any help with this including Lilypond manual references if relevant.

I don't quite understand the question since this is pretty much what happens by default.

\version "2.25.2"

\layout {
  \enablePolymeter
}

filler = { c'4 4 4 4 4 4 }

<<
  \new Staff { \time 3/4 \filler \time 2/4 \filler \time 3/4 \filler }
  \new Staff { \time 3/4 \filler \filler \filler }
>>

What am I missing?



reply via email to

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