lilypond-user
[Top][All Lists]
Advanced

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

Re: Hide time signature in final partial measure


From: Michael Gerdau
Subject: Re: Hide time signature in final partial measure
Date: Sat, 13 Apr 2019 08:32:23 +0200 (CEST)

Hi Thomas,

> In this score with a final partial measure (to balance the initial partial 
> measure), what is the best way to hide the time signature in the final 
> measure? The \omit Staff.TimeSignature has no apparent effect.

Unless you have a specific reason to want the time signature change you could 
just leave it out. Lilypond allows for partial measures and allows for barlines 
anywhere provided you explicitly request them (what you do by means of \bar 
"|.")

Just change
      { \omit Staff.TimeSignature \time 3/4 s2. } }
into
      { s2. } }

HTH,
Michael
-- 
Michael Gerdau email: address@hidden
GPG-keys available on request or at public keyserver



reply via email to

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