lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove key change warning at end of line


From: Tom Dickson
Subject: Re: Remove key change warning at end of line
Date: Fri, 5 Feb 2010 18:58:52 -0800

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.





reply via email to

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