lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing a time signature only once


From: Christopher R. Maden
Subject: Re: Removing a time signature only once
Date: Tue, 15 Jan 2013 15:47:27 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 01/15/2013 03:40 PM, Kieren MacMillan wrote:
>> tl;dr: How does one remove a time signature completely (not just 
>> transparent) without removing the time signature engraver?
> 
> I believe this will work:
> \once \override TimeSignature #'stencil = ##f

Thanks, Kieren.  That doesn’t seem to work (in 2.14.2); whether I put it
before or after the \time assertion, the time signature shows up unchanged.

songGlobalsVerse = {
  s8 |
  % \once \override TimeSignature #'stencil = ##f % tried this
  \time 6/8
  \once \override TimeSignature #'stencil = ##f % this doesn’t work either
  s2.*8 | \bar "||"
}

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
Axial tilt is the reason for the season.
GnuPG fingerprint: DB08 CF6C 2583 7F55 3BE9  A210 4A51 DBAC 5C5C 3D5E



reply via email to

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