]> git.donarmstrong.com Git - lilypond.git/blob - input/test/keys.ly
release: 1.3.52
[lilypond.git] / input / test / keys.ly
1 \version "1.3.42";
2
3 \score {
4   \notes \relative c''
5   {
6         \property Staff. createKeyOnClefChange = ##t  
7     \key bes; c2 \key c \minor;  c2
8     \break
9     \key bes \major; c2 \clef alto; c2   \key d; c1
10   }
11 }