]> git.donarmstrong.com Git - lilypond.git/blob - input/pedal.ly
3e466e4fcb114803bcd9efa2aa828cd40bdd421f
[lilypond.git] / input / pedal.ly
1 %
2 % This file does not work.  
3 %
4
5 % pedal.ly
6
7 % Johann Sebastian Bach
8 % preludium en fuga in D
9 % bwv 532
10 %
11 % fuga --- two bar excerpt of pedal part
12 %
13 % example for pedal studies
14
15 % ugh, front and back priority are the same...
16 % one must use (ugh):
17 %     left front:
18 %         -\front-\l{toe,heel}
19 %     left back:
20 %         -\l{toe,heel}-\back
21 %     rigth front:
22 %         -\r{toe,heel}-\front
23 %     right back:
24 %         -\back-\r{toe,heel}
25
26 % therefore: 
27 % \lheel \ltoe \rheel \rtoe
28 % \lbheel \lbheel \lfheel \lftoe
29 % \rbheel \rbtoe \rfheel \rftoe
30
31 \version "1.0.6";
32
33 \score{
34                 \notes {
35                         \time 4/4;
36                         \key D;
37                         \clef bass;
38                         % silly chord testing...
39 % these should be stacked...
40 %                       < c,-\ltoe e,-\lheel > < c'-\rtoe e'-\rheel>
41 %                       < c,-\lheel e,-\ltoe > < c'-\rheel e'-\rtoe> |
42                         < c,-\ltoe-\lheel e, > < c'-\rtoe-\rheel e' >
43                         < c,-\lheel-\ltoe e, > < c'-\rheel-\rtoe e' > |
44                         % 46
45
46                         [d16-\lfheel e-\rbtoe fis-\ltoe e-\rbtoe]
47                         [d-\lfheel e-\rbtoe fis-\lheel e] [d e fis e] [d e fis e] |
48                         d4 r4 r4 [b16-\rtoe a-\ltoe b-\rtoe fis-\ltoe] |
49         }
50         \paper{}
51 }
52