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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user