]> git.donarmstrong.com Git - lilypond.git/blob - input/test/keys.ly
release: 1.3.60
[lilypond.git] / input / test / keys.ly
1 \version "1.3.59";
2
3 \score {
4   \notes \relative c''
5   {
6         \property Staff. createKeyOnClefChange = ##t  
7     \key bes \major; c2
8 %    \key c \major; %  \minor;
9     \key es \major; %  \minor;
10     c2
11     \break
12     \key bes \major; % \major;
13     c2 \clef alto; c2   \key d \major; \clef treble; c2
14         \property Staff. keySignature = #'((2 . -1)  (6 . -1) (4 . -1))
15         e2
16   }
17 }