lilypond-user
[Top][All Lists]
Advanced

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

Re: Switch the time signature off?


From: Mats Bengtsson
Subject: Re: Switch the time signature off?
Date: Thu, 16 Oct 2003 16:39:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Anwer 1: This makes the time signature invisible, but still the
  space is allocated for it:
\property Staff.TimeSignature \override #'transparent = ##t

Answer 2: Remove all time signatures from the whole score:
\score{
  ...
  \paper{
    ...
    \translator{
      \ScoreContext
      \remove "Time_signature_engraver"
    }
  }
}

Answer 3: Remove the time signatures and the space for them
   from a single stave (warning, this method may lead to strange
   crasches):
\property Staff.TimeSignature = \turnOff


I hope these answers apply also to 1.6.4, the current stable
version is 2.0.

   /Mats


Milan M. Horák wrote:
Hallo,

could somebody tell me, how the time signature engraving could be switched off? In older versions of LilyPond, the cadenza-switch did it. In the version I use now (1.6.4), the cadenza-switch switches the bar check off, but the default time signature (C) is still engraved.

Regards
      Milan M. Horak



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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