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 predefined functions that are useful as arguments
are not documented except in the file
.../share/lilypond/1.x.x/scm/basic-properties.scm

   /Mats


Suzanne E. Blatt wrote:
Hello. I'm programming a song that alternates from 6/8 to 4/4 time with each measure. When I ly2dvi the .ly file, I get a double time signature at the end of my line. For example,

6/8 notes | 4/4 notes | 6/8 notes | 4/4
4/4 notes | 6/8 notes | 6/8 notes | 4/4
4/4 notes ... etc.

Can anyone suggest why this might be happening and how I can get rid of the 'extra' 4/4 ?

Thanks,

Suzanne

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
	Phone: (+46) 8 790 8463				
        Fax:   (+46) 8 790 7260
	Email: [EMAIL PROTECTED]
	WWW: http://www.s3.kth.se/~matsb
=============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to