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 18:41:03 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

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?

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


reply via email to

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