lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unwanted extra time signatures


From: Mats Bengtsson
Subject: Re: unwanted extra time signatures
Date: Thu, 05 Dec 2002 12:27:27 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~matsb
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]