lilypond-user
[Top][All Lists]
Advanced

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

Re: How to fix this divisi please


From: Valentin Villenave
Subject: Re: How to fix this divisi please
Date: Thu, 7 Feb 2019 19:35:32 +0000

On 2/7/19, Reggie <address@hidden> wrote:
> I understand yes but there actually is a section of the piece later where
> there is a divisi with time signature changes.

Then you should replace
\remove Time_Signature_engraver

with
\once \override TimeSignature.stencil = ##f

This will prevent the TimeSignature from being printed at the
beginning of your "miniStaffGroup", but changes will be printed later.
(If the time signature changes at the beginning of the divisi, then
you should remove that line entirely.)

Just out of curiosity, what piece are you engraving? It looks nice.

Cheers,
V.



reply via email to

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