]> git.donarmstrong.com Git - lilypond.git/blob - input/trip.ly
ed3e877acdf544cbab247394f4fff577e60b3dcd
[lilypond.git] / input / trip.ly
1 \header {
2   title =       "Trip";
3   copyright =   "public domain";
4 }
5
6
7 %{
8
9 This file tests as much features of lily as possible. If there are any
10 basic faults in lily, this file will not run correctly.
11
12 TODO:
13
14 * autochange.
15
16 * tremolo
17
18 * lyrics.
19
20 %}
21
22 \version "1.3.59";
23 praeludiumRight =  \notes {
24    \key e \major;
25   \clef violin;
26
27   % 13 -- how to type -- where to split -- this more neatly?
28   \context Staff <
29     \context Voice = I \relative c'' { \stemup r4 dis4 e4. e8 ~ |
30       \shifton e4-.-^^\f [d8 fis8] \shiftoff gis4 ~ [gis8 fis16 e ] |
31       fis4 ~ [fis8 e16 dis] e4 r8 e8 }
32     \context Voice = III \relative c'' { \stemup \shifton r4 bis cis \shiftoff cis |
33       a' ~ [a16 gis a b] \shifton dis,4 cis ~ |
34       [cis8 dis16 ais] bis4 cis r8 b }
35     \context Voice = IV \relative c'' {
36       \stemdown
37       \shifton s4 gis }
38       
39     \context Voice =  II \relative c' { \stemdown
40 %      \shifton       % idem
41
42       r4 fis \shiftoff gis gis |
43       a4. cis8 gis2 |
44       fis4 gis gis r8 e8 }
45   > |
46   % 16
47 }
48
49 praeludiumLeft = \notes \relative c {
50    \key e \major;
51   \clef bass;
52
53   % 13
54   \context Staff <
55     \context Voice = two { r4 }
56     \context Voice = one { \stemup s4 dis' cis cis ~ |
57     \times 4/5
58       {  [cis8 ( cis
59
60       a \translator Staff = treble  \stemdown \shifton d
61          )
62
63       cis] }
64       \translator Staff = bass 
65       \shiftoff
66       [bis gis] cis4 |
67       dis2 cis4 r8 cis }
68     \context Voice = one { \stemup bis2 }
69     \context Voice = three {
70     \property Voice.dynamicDirection  = \down
71     \stemup \shifton r4 gis ~ [gis8
72       \<
73
74      gis] ~ \stemdown \shiftoff gis4 |
75      a4. fis8
76        \!
77      gis4. a8 ~ |
78      a4 gis4 gis r8 gis }
79     \context Voice = four { \stemdown \shifton s4 fis4 e}
80     \context Voice = two { \stemdown s4 dis4 cis4 }
81   > |
82   %16
83 }
84
85
86
87
88 fugaIIRight = \notes   \relative c''   {
89   \key e \major;              % E-major
90   \clef violin;
91   \time3/4;
92
93   %15
94   \context Staff <
95     \context Voice = VA { \stemup [b8 fis8] b4 }
96     \context Voice = VB {  \stemdown fis2 }
97   >
98
99   \context Staff \notes\relative c''<
100        \context Voice=one {
101           \property Voice.horizontalNoteShift=0
102           \property Voice.verticalDirection=1 
103           e4 
104        }
105        \context Voice=two {
106           \property Voice.verticalDirection=1 
107           \property Voice.horizontalNoteShift=1
108           cis
109        }
110        \context Voice=three {
111           \property Voice.horizontalNoteShift=2
112           \property Voice.verticalDirection=1 
113           ais
114        }
115        \context Voice=four {
116           \property Voice.verticalDirection=-1 
117           \property Voice.horizontalNoteShift=-1
118           fis
119        }
120   >
121
122     %16
123     \context Staff <
124       \context Voice = one {  dis2 dis4 |
125       cis2 cis4 |
126       b4. [cis8 dis e] }
127     \context Voice = three {  \stemup \shifton [b8 fis] b2 ~ |
128       [b8 a!16 gis] a2 ~ |
129       a4 gis2 }
130     \context Voice = two {  \stemdown fis2. ~ |
131       fis ~ |
132       fis4 e2 }
133   > |
134   %19
135 }
136
137 gracetest = \notes \grace { [c16 ( cis dis] }
138
139 fugaIILeft = \notes {
140   \key e \major;
141   \clef bass;
142
143   %15
144   \context Staff < 
145     \context Voice = one { \stemdown
146     \gracetest
147     \relative b, < )b2 dis fis a b cis dis> \stemup ais4 |
148       b2 b4 }
149     \context Voice = two { \stemdown s2 e4 |
150       fis2 fis4 }
151   >
152   \stemboth cis2 [e16( fis a \clef "treble"; b] |
153   d'4 ) b8 b8 b4 |
154   %19
155 }
156
157 fugaIIPedal = \notes \relative c {
158   \key e \major;
159   \clef bass;
160
161   %15
162   %
163   % TODO: the volta typesetting should spread over the complete score.
164   %
165   \repeat "volta" 2 { dis4.-\ltoe } \alternative { e8-\rtoe cis4 } |
166   b4.-\lheel [cis8-\ltoe dis8-\rtoe e8-\rheel] |
167   fis4.-\rtoe [e8-\rheel dis8-\rtoe cis8-\ltoe] |
168   dis4-\rtoe e4-\rheel e,4-\ltoe |
169   %19
170 }
171
172 % these should be two separate scores...
173 \score{
174   \context Score  \notes <
175     \context PianoStaff <
176       \context Staff = treble {
177         \property Staff.instrument = #"right"
178         \property Staff.instr = #"rt"
179         \property PianoStaff.instrument = #"hands"
180         \property PianoStaff.instr = #"hs"
181
182
183         \property Score.midiInstrument = "church organ"
184         \praeludiumRight 
185          r1 \mark "B";
186            \fugaIIRight }
187       \context Staff = bass {
188         \property Staff.instrument = #"left"
189         \property Staff.instr = #"lt"
190         \praeludiumLeft r1 \fugaIILeft }
191     > 
192     \context Staff = pedal \relative c  <
193       {
194         \property Staff.instrument = #"bass"
195         \property Staff.instr = #"bs"   
196
197         \time 4/4;
198         \key e \major; 
199   \clef bass;
200
201   %13
202   r4 fis,4-\ltoe e4.-\lheel e'8-\rheel | 
203   fis4.-\rtoe fis8-\rtoe fis4-\rtoe [e8-\ltoe a-\rtoe] | 
204   dis,4-\ltoe gis-\rtoe [cis,8-\ltoe
205     (
206      b!-\lheel ais-\rtoe gis-\ltoe ~ ] |
207       gis8  r4.
208     )
209       c2^^^-^\f 
210  \time 3/4;
211
212   \fugaIIPedal }
213       
214     >
215   >
216
217   \paper {
218
219         \translator {
220                 \OrchestralScoreContext
221         }
222         \translator { \PianoStaffContext
223                 \consists "Instrument_name_engraver";
224         }
225         \translator { \StaffContext
226                 \consists "Instrument_name_engraver";
227         }
228   }
229
230   \midi {
231     \tempo 4 =96; }
232 }