2 filename
= "toccata-fuga-E.ly";
3 title
= "toccata and fuga in E-major ";
5 description
= "toccata 3 bar excerpt, "
6 "2nd fuga transposed subject --- 4 bar excerpt";
8 composer
= "Johann Sebastian Bach (1685-1750)";
10 copyright
= "public domain";
16 purpose of this file is testing:
17 * real-life collisions
18 * multi-voice input --- splitting?
25 toccata_commands = \melodic{
27 \key fis cis gis dis; % E-major
30 toccata_right = \melodic{
32 % 13 -- how to type -- where to split -- this more neatly ?
35 { \stemup r4 dis'4 e'4.-. e'8( | \property Voice.hshift = 1 )e'4 [d'8 fis'8] \property Voice.hshift = 0 gis'4 [gis'8 fis'16 e'16] | fis'4~ [fis'8 e'16 dis'16] e'4 r8 e'8 }
36 { \stemup \property Voice.hshift = 1 r4 bis4 cis'4-. cis'4 | \property Voice.hshift = 0 a'4~ [a'16 gis'16 a'16 b'16] \property Voice.hshift = 1 dis'4 cis'4~ [cis'8 dis'16 a16] bis4 cis'4 r8 b8 }
37 { \stemdown r4 < gis4 fis4 dis4 > gis4-. gis4 | a4. cis'8 gis2 | fis4 gis4 gis4 r8 e8 }
42 toccata_left = \melodic{
48 { \stemup bis2 cis'4-. cis'4~ [cis'8 a8 d'8 cis'8] [bis8 gis8] cis'4 | dis'2 cis'4 r8 cis'8 }
49 { \stemup \property Voice.hshift = 1 r4 gis4. gis8~ gis4 | \stemdown \property Voice.hshift = 0 a4. fis8 gis4. a8~ a4 gis4-. gis4 r8 gis8 }
50 { \stemdown r4 < dis4 fis4 > < cis4 e4 > }
55 toccata_pedal = \melodic{
60 r4 'fis4-\ltoe 'e4.-\lheel e8-\rheel |
62 fis4.-\rtoe fis8-.-\rtoe fis4-\rtoe [e8-\ltoe a8-\rtoe] |
64 dis4-\ltoe gis4-\rtoe [cis8-\ltoe 'b8-\lheel 'a8-\rtoe 'gis8-\ltoe] |
68 fuga2_commands = \melodic{
70 \key fis cis gis dis; % E-major
73 fuga2_right = \melodic{
79 { \stemup [b8 fis8] b4 }
82 %{ this chord is usually set like this:
91 { \stemup \property Voice.hshift = 0 e'4 }
92 { \stemup \property Voice.hshift = 1 cis'4 }
93 { \stemup \property Voice.hshift = 2 ais4 }
98 { \stemup dis'2 dis'4 | cis'2 cis'4 | b4~ [b8 cis'8 dis'8 e'8] }
99 { \stemup \property Voice.hshift = 1 [b8 fis8] b2~ [b8 a16 g16] a2 | a4 gis2 }
100 { \stemdown fis2.~ fis2.~ fis4 e2 }
105 fuga2_left = \melodic{
112 { \stemup ais4 | bes2. }
113 { \stemdown e4 | fis2 fis4 }
121 fuga2_pedal = \melodic{
126 dis4.-\ltoe e8-\rtoe cis4 |
128 'b4.-\lheel [c8-\ltoe dis8-\rtoe e8-\rheel] |
130 fis4.-\rtoe [e8-\rheel dis8-\rtoe cis8-\ltoe] |
132 dis4-\rtoe e4-\rheel 'e4-\ltoe |
140 % these should be two separate scores...
145 \toccata_right \break \fuga2_right
148 \toccata_left \break \fuga2_left
151 \type Staff=pedal { \toccata_pedal \break \fuga2_pedal }