lilypond-user
[Top][All Lists]
Advanced

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

Re: No time signature


From: Pierre François
Subject: Re: No time signature
Date: Fri, 26 Sep 2003 21:20:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716



Pierre François wrote:
Hi,

Graham Percival wrote:

About a possible way for removing the time signature,


I found a way to suppress the time signature and the time bars,
that is to put:

  \property Staff.TimeSignature = \turnOff
  \property Score.defaultBarType = \turnOff

This does the job, but doesn't suppress the bar numbers.
I don't wan't to see these bar numbers.

The final answer for removing the time signature, the bars AND the bar numbers (if any) is to put the next two rules into the Score context:

        \property Staff.TimeSignature = \turnOff
        \property Score.timing = \turnOff

That does the job! I hope this closes this issue.

I suggest to add this as an example in the manual, in the section about Time Signature, or to write a function for doing this, or to modify the function \time for accepting "none" as possible argument.

Cheers.
--
Pierre François (http://www.romanliturgy.org)
Roemer Visscherstraat 46
NL-1054 EZ Amsterdam (Netherlands)
+ 31 20 616 58 46





reply via email to

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