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
[EMAIL PROTECTED]
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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to