On Wednesday 15 March 2006 10.53, Eddy-14 wrote: > Mats Bengtsson wrote: > > If you don't want any time signature printed, you can do > > \override Staff.TimeSignature #'print-function = ##f > > What if I don't want a time signature in a part of a piece, and I want it > back in another part ? Setting it invisible is not a solution, since I > change it in almost every bar, and it produces spaces at the begining of > the bars.
The \time commands results in four property settings: 'timeSignatureFraction 'beatLength 'measureLength 'beatGrouping If you set those manually instead, but leave 'timeSignatureFraction untouched, then I think no time signature is created. One way to figure out the values, could be to comment out the expression starting with: (define-extra-display-method ContextSpeccedMusic (expr) in scm/define-music-display-methods.scm and then compile a file containing: \displayLilyMusic { \time 3/4 c } -- Erik _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user