Re: unwanted extra time signatures

2002-12-06 Thread Suzanne E. Blatt
Thank you - it worked ! With the upgrade to 1.6.6, the \translator \StaffContext minimumVerticalExtent is also working !! With the \translator \ScoreContext TimeSignature \override, I do get some error messages about spacing but the output is fine. Can I safely assume that all is well? Suzan

Re: unwanted extra time signatures

2002-12-05 Thread Mats Bengtsson
Try \score{ ... \paper{ \translator{ \ScoreContext TimeSignature \override #'break-visibility = #end-of-line-invisible } } } This property is described at http://lilypond.org/stable/Documentation/user/out-www/lilypond-internals/TimeSignature.html but unfortunately, the