Update .ly files.
[lilypond.git] / input / regression / key-signature-cancellation-extra-natural.ly
blob676e1dc2ef4bc73376e495fab8d18b6d4faef5d8
1 \header {
3 texidoc = "If @code{extraNatural} is set then keys that are not
4 altered farther away (eg from sharp to double sharp) are
5 cancelled. Otherwise only keys that do not occur in the new key
6 signature are cancelled." }
9 \version "2.12.0"
11 \paper {
12 ragged-right = ##t
15 \set Staff.extraNatural = ##f
16 \key fes \major r1
17 \key as \major r1_"No B-natural (#f)"
18 \set Staff.extraNatural = ##t
19 \key gis \major r1
20 \key b \major r1_"with F-natural (#t)"