]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-cancellation-extra-natural.ly
Merge with master
[lilypond.git] / input / regression / key-signature-cancellation-extra-natural.ly
1 \header {
2
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 does not accur in the new key
6   signature are cancelled."  }
7
8
9 \version "2.11.2"
10
11 \paper {
12   ragged-right = ##t
13 }
14 {
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)"
21
22 }
23