]> git.donarmstrong.com Git - lilypond.git/blob - input/test/scales-greek.ly
*** empty log message ***
[lilypond.git] / input / test / scales-greek.ly
1 \version "2.2.0"
2 \header {
3   texidoc = "
4
5 In addition to major and minor keys, the key can be given also in terms 
6 of greek, modal scales: ionian (= major), dorian, phrygian, lydian, mixolydian,
7 aeolian (= minor), and locrian. All these scales are in the key of C.
8
9 "
10 }
11
12 \score  { \notes {
13
14 \key c \ionian c'8 -"C ionian, major" d'8 e'8 f'8 g'8 a'8 b'8 c''8
15
16 \transpose d c { \key d \dorian d'8 -"C dorian" e'8 f'8 g'8 a'8 b'8 c''8 d''8}
17
18 \transpose e c { \key e \phrygian e'8 -"C phrygian" f'8 g'8 a'8 b'8 c''8 d''8 e''8}
19
20 \transpose f c { \key f \lydian f'8 -"C lydian" g'8 a'8 b'8 c''8 d''8 e''8 f''8}
21
22 \transpose g c  { \key g \mixolydian g'8 -"C mixolydian" a'8 b'8 c''8 d''8 e''8 f''8 g''8}
23
24 \transpose a c' { \key a \aeolian a8 -"C aeolian, minor" b8 c'8 d'8 e'8 f'8 g'8 a'8 }
25
26 \transpose b c' { \key b \locrian b8 -"C locrian" c'8 d'8 e'8 f'8 g'8 a'8 b'8 }
27
28 }
29           
30         \paper { }
31         \midi {}
32 }
33