lilypond-user
[Top][All Lists]
Advanced

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

Re: Turning off one time signature in 2.1.25


From: Mats Bengtsson
Subject: Re: Turning off one time signature in 2.1.25
Date: Sun, 22 Feb 2004 12:44:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

A much simpler solution to your problem is to change the duration of the
breve note to fit into the existing time signature:
d\breve*1/2

  /Mats

Reuben Thomas wrote:

I want to do something very simple: change the time signature without
anything appearing. I looked over the list archive, but I can't find the
solution. In particular, I don't want a transparent time signature; I want
no space taken.

I found various proposed solutions, and I tried inserting lines like

\override Score.TimeSignature #'style = \turnOff

and

\set Staff.TimeSignature = \turnOff

just before the time signature in question, but to no avail: the time
signature remains there. Perhaps I'm misunderstanding something about
contexts? The bit of my file in question looks something like this:

           \new Staff {
               \notes{
                   \clef "bass"
                   \key d\major
                   d2. d4 | d2. d4 | d2 d2 | d2 d2 |
                   ...
                   d2 g,4 b,4 | a,1 | d1 | g,1 ~ | g,2 d2 |
\override Score.TimeSignature #'style = \turnOff
%\set Staff.TimeSignature = \turnOff
                   g,1 | \time 8/4 d\breve \bar "||"
               }

As you can see, the reason I want an invisible time signature is because I
have a single bar with a breve in at the end of a movement.







reply via email to

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