]> git.donarmstrong.com Git - lilypond.git/blob - input/test/scales-greek.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / scales-greek.ly
1 \version "2.1.26"
2 \header {
3   texidoc = "
4
5 Show different greek scales. All these scales are in the key of C
6 (major, ionian, phrygian, etc.)
7
8 "
9 }
10
11 \score  { \notes {
12
13 \key c \major c'8 -"major" d'8 e'8 f'8 g'8 a'8 b'8 c''8
14
15 \key c \ionian c'8 -"ionian" d'8 e'8 f'8 g'8 a'8 b'8 c''8
16
17 \transpose d c { \key d \dorian c'8 -"dorian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
18
19 \transpose e c { \key e \phrygian c'8 -"phrygian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
20
21 \transpose f c { \key f \lydian c'8 -"lydian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
22
23 \transpose g c  { \key g \mixolydian c'8 -"mixolydian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
24
25 \transpose a c' { \key a \minor c'8 -"minor" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
26
27 \transpose a c' { \key a \aeolian c'8 -"aeolian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
28
29 \transpose b c' { \key b \locrian c'8 -"locrian" d'8 e'8 f'8 g'8 a'8 b'8 c''8 }
30
31 }
32           
33         \paper { }
34         \midi {}
35 }
36