lilypond-user
[Top][All Lists]
Advanced

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

Re: getting rid of Time Sig change heads up at end of line


From: Mats Bengtsson
Subject: Re: getting rid of Time Sig change heads up at end of line
Date: Thu, 26 Apr 2007 11:24:15 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

Set the break-visibility:

\version "2.10.0"
new Voice \relative a' {

\override Staff.TimeSignature #'style = #'()
\override Staff.TimeSignature #'break-visibility = #end-of-line-invisible
\time 4/4
f'4. e8 f4 g8 a g8. f16 e8 f e4 d r4 e8 f e4 d4 \break

\time 10/8

e8. d16 c8 b c4 r4 d8 e d c d4 a'16 g a8
g8. f16 e8 f e4 g16 f g8 f2 c4

}
  /Mats

Adam Good wrote:
In the code below there are 3 bars of 4/4 followed by 3 bars of 10/8. It is important that the \break is at the end of the 3rd bar of 4/4.

you'll see at the end of the 1st line there is a sort of warning that 10/8 is coming...how do I get rid of that? Without cancelling the 10/8 on the 2nd line?

If I use:
\once \override Staff.TimeSignature #'stencil = ##f

...that gets rid of any 10/8 sign altogether but then how do I get 10/8 to print on the next line?

thanks!
adam

%%%%%%%%%%%%%%
\new Voice { \relative a' {

\override Staff.TimeSignature #'style = #'()
\time 4/4
f'4. e8 f4 g8 a g8. f16 e8 f e4 d r4 e8 f e4 d4 \break

\time 10/8

e8. d16 c8 b c4 r4 d8 e d c d4 a'16 g a8
 g8. f16 e8 f e4 g16 f g8 f2 c4

 }
}
%%%%%%%%%%%%%%

\once \override Staff.TimeSignature #'stencil = ##f



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.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/~mabe
=============================================





reply via email to

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