]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-scordatura-persist.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / input / regression / key-signature-scordatura-persist.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "When a custom key signature has entries which are
5 limited to a particular octave, such alterations should persist
6 indefinitely or until a new key signature is set.
7
8 Here, only the fis' shows an accidental, since it is outside the
9 octave defined in @code{keySignature}.
10 "
11 }
12
13 \relative c' {
14   \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
15                                ((0 . 5) . ,FLAT)
16                                ((0 . 6) . ,FLAT))
17   fis fis as bes
18   fis' as, as bes
19 }