On 2010/02/05, at 2:10 AM, Trevor Daniels wrote: > The two sections "Using break-visibility" and > "Special considerations", both in section 5.4.7 of the Notation Reference > will show you how to do this. The > "Special considerations" section contains the information > you need. > > Trevor
Thanks! \relative c' { \override Staff.TimeSignature #'stencil = ##f \key bes \major g'1 g1 \bar "|." | \break \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '(instrument-name left-edge ambitus span-bar breathing-sign clef key-signature time-signature staff-bar custos span-bar)) \bar "||:" \set Staff.printKeyCancellation = ##f \set Staff.explicitKeySignatureVisibility = #begin-of-line-visible \override Staff.KeySignature #'break-visibility = #begin-of-line-visible \key e \minor \time 1/2 g4. e8 | \break g4. e8 \bar ":|" | } works perfectly for what I wanted. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user