lilypond-user
[Top][All Lists]
Advanced

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

Re: To hide a time signature


From: Mats Bengtsson
Subject: Re: To hide a time signature
Date: Mon, 02 Oct 2006 09:25:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.0.5-0.1.el4 SeaMonkey/1.0.5

Marcus Macauley wrote:
I'm trying to hide the first time signature, but display any which come later. So here's a snippet:

\version "2.9.17"
{
\once \override Staff.TimeSignature #'break-visibility = ##(#f #f #f)
\time 4/4 c'1 \time 3/4 c'2.
}

The tweak is based on this page:
http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/TimeSignature.html

If you had followed the link at the bottom of that page to "item-interface", you would have found the solution much quicker. Always remember that the information presented for each graphical object is just a subset of the full documentation of all the available properties. To see it all, you need to browse through all the links to the
interfaces.

  /Mats




reply via email to

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