]> git.donarmstrong.com Git - lilypond.git/blob - input/test/key-clefs.ly
fc216de533f089aaf56605a9f2e7d0b6ba9c4ec9
[lilypond.git] / input / test / key-clefs.ly
1
2 \include "paper16.ly"
3
4 \score { \notes
5   \relative cis' {
6
7 % \clef french; % same as octaviated bass
8 \clef violin;
9 \key cis \major; cis1  \key ces \major; ces
10 \clef soprano;
11 \key cis \major; cis \key ces \major; ces
12 \clef mezzosoprano;
13 \key cis \major; cis \key ces \major; ces
14 \clef alto;
15 \key cis \major; cis \key ces \major; ces
16 \clef tenor;
17 \key cis \major; cis \key ces \major; ces
18 \clef baritone;
19 \key cis \major; cis \key ces \major; ces
20 \clef bass;
21 \key cis \major; cis \key ces \major;  ces
22 }
23
24         \paper{\paperSixteen}
25
26 }