3 copyright
= "public domain";
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.
23 praeludiumRight = \notes {
27 % 13 -- how to type -- where to split -- this more neatly?
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'' {
39 \context Voice = II \relative c' { \stemDown
42 r4 fis \shiftOff gis gis |
49 praeludiumLeft = \notes \relative c {
55 \context Voice = two { r4 }
56 \context Voice = one { \stemUp s4 dis' cis cis ~ |
60 a \translator Staff = treble \stemDown \shiftOn d
64 \translator Staff = bass
68 \context Voice = one { \stemUp bis2 }
69 \context Voice = three {
70 \property Voice.DynamicLineSpanner \override #'direction = #-1
71 \stemUp \shiftOn r4 gis ~ [gis8
74 gis] ~ \stemDown \shiftOff gis4 |
79 \context Voice = four { \stemDown \shiftOn s4 fis4 e}
80 \context Voice = two { \stemDown s4 dis4 cis4 }
88 fugaIIRight = \notes \relative c'' {
89 \key e \major; % E-major
95 \context Voice = VA { \stemUp [b8 fis8] b4 }
96 \context Voice = VB { \stemDown fis2 }
99 \context Staff \notes\relative c''<
110 \context Voice=three {
115 \context Voice=four {
124 \context Voice = one { dis2 dis4 |
127 \context Voice = three { \stemUp \shiftOn [b8 fis] b2 ~ |
130 \context Voice = two { \stemDown fis2. ~ |
137 gracetest = \notes \grace { [c16 ( cis dis] }
139 fugaIILeft = \notes {
145 \context Voice = one { \stemDown
147 \relative b, < )b2 dis fis a b cis dis> \stemUp ais4 |
149 \context Voice = two { \stemDown s2 e4 |
152 \stemBoth cis2 [e16( fis a \clef "treble"; b] |
157 fugaIIPedal = \notes \relative c {
161 \repeat "volta" 2 { dis4.-\ltoe } \alternative { e8-\rtoe cis4 } |
162 b4.-\lheel [cis8-\ltoe dis8-\rtoe e8-\rheel] |
163 fis4.-\rtoe [e8-\rheel dis8-\rtoe cis8-\ltoe] |
164 dis4-\rtoe e4-\rheel e,4-\ltoe |
168 % these should be two separate scores...
170 \context Score \notes <
171 \context PianoStaff <
172 \context Staff = treble {
173 \property Staff.instrument = #"right"
174 \property Staff.instr = #"rt"
175 \property PianoStaff.instrument = #"hands"
176 \property PianoStaff.instr = #"hs"
179 \property Score.midiInstrument = "church organ"
181 \times 4/3 { c4 c4 c4 } \mark "B";
183 \context Staff = bass {
184 \property Staff.instrument = #"left"
185 \property Staff.instr = #"lt"
186 \praeludiumLeft r1 \fugaIILeft }
188 \context Staff = pedal \relative c <
190 \property Staff.instrument = #"bass"
191 \property Staff.instr = #"bs"
198 r4 fis,4-\ltoe e4.-\lheel e'8-\rheel |
199 fis4.-\rtoe fis8-\rtoe fis4-\rtoe [e8-\ltoe a-\rtoe] |
200 dis,4-\ltoe gis-\rtoe [cis,8-\ltoe
202 b!-\lheel ais-\rtoe gis-\ltoe ~ ] |
208 \fugaIIPedal \bar "|." ; }
216 \OrchestralScoreContext
218 \translator { \PianoStaffContext
219 \consists "Instrument_name_engraver";
221 \translator { \StaffContext
222 \consists "Instrument_name_engraver";