]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-scordatura-persist.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / key-signature-scordatura-persist.ly
1 \version "2.19.21"
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{keyAlterations}.
10 "
11 }
12
13 \relative {
14   \set Staff.keyAlterations = #`(((0 . 3) . ,SHARP)
15                                ((0 . 5) . ,FLAT)
16                                ((0 . 6) . ,FLAT))
17   fis' fis as bes
18   fis' as, as bes
19 }