(Integrating LaTeX and
[lilypond.git] / input / regression / keys.ly
blobd6e45ccf3eb57ae85528aee8b12c00a09992ee19
1 \version "1.7.18"
2 \header{
3 texidoc="
4 Key signatures appear on key changes. They may also
5 appear without barlines. The restoration accidentals are not printed at
6 the start of the line. If @code{createKeyOnClefChange} is set, they're
7 also created on a clef change.
13 \score {
14 \notes \relative c''
16 \property Staff. createKeyOnClefChange = ##t
17 \key bes \major c2
18 % \key c \major % \minor
19 \key es \major % \minor
21 \break
22 \key bes \major % \major
23 c2 \clef alto c2 \key d \major \clef treble c2
24 \property Staff. keySignature = #'((2 . -1) (6 . -1) (4 . -1))
28 %% new-chords-done %%