> I tried this: > \property Staff.TimeSignature \override #'transparent = ##t > > This helps, but it leaves a gap where the tranparent time signature > is. > Can you suggest a better way? > > Is there an override invisible? >
You can try to put this line inside \paper, in the second \score
block:
\translator {\ScoreContext \remove "Time_signature_engraver"}
Then no time signatures will be created in the Score. You could also
remove the "Clef_engraver", the "Bar_engraver", etc. From
StaffContext, ScoreContext, VoiceContext, etc...
good luck
Jos� Luis
pgp00000.pgp
Description: PGP signature
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
