4 composer
= "ARTHUR GRAY"
6 subtitle
= "THE NEREIDS"
8 piece
= "Allegretto scherzando"
9 copyright
= "public domain"
14 Nastiest piece of competition at
15 http://www.orphee.com/comparison/study.html, see
16 http://www.orphee.com/comparison/gray.pdf
18 Lines that contain tweaks (10 currently, not counting reverts) are
21 possibly more impressive to render without tweaks?
23 grep -v tweak input/les-nereides.ly >> lnnt.ly
28 treble = \new Voice \relative c''{
33 r4 <cis eis a cis>\arpeggio r2
35 r4 <cis fis a cis>\arpeggio r8.
39 cis,16^2(^\markup {\small \italic "m.d." }\sustainOff
42 <dis, a' dis>4)\sustainOn
47 \set PianoStaff.connectArpeggios = ##t
52 cis''''4^\markup { \small \italic "m.g." }\arpeggio~
55 \revert Stem #'direction
60 cis32[ a-1 fis-4 dis] cis[ a fis)-2]
61 % the small grace in lower staff comes after us
70 r8 <a' a,>8(\mf <gis gis,> <fis fis,>
73 \override Fingering #'direction = #UP
75 <gis gis,> <fis fis,> e)-1-4-5 r
78 r <a a,>8(\mf <gis gis,> <fis fis,>
79 <gis gis,> <fis fis,> e) r
85 trebleTwo = \new Voice \relative c''{
89 \override Fingering #'direction = #DOWN
95 <cis' a fis dis>4\arpeggio
99 % fair to count as one tweak?
100 \override Fingering #'add-stem-support = ##t %tweak
101 \override Fingering #'padding = #0.15
102 \override Fingering #'slur-padding = #0.1
103 <cis e,>8[( <d,_3 b'_1>
105 <cis_1 a'_2>)] cis'4. d4
111 bass = \new Voice \relative c{
118 r8. e,16(\f_2 <a a,>8[ <b b,>]
120 %\override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak
122 <cis cis,>4\sustainOn
125 <a'' eis cis>4)\arpeggio
130 r8. cis,,16(\sustainOff <fis fis,>8 <gis gis,>
139 <a' fis cis>)\arpeggio
150 %urg: staff-change: ! on dis
151 <cis'' a fis dis!>\arpeggio
155 \override Stem #'stroke-style = #"grace"
162 <e,,, e,>32(\sustainOff\sustainOn
164 \revert Stem #'stroke-style
172 \override Fingering #'direction = #DOWN
175 %\override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak
176 \set Staff.pedalSustainStyle = #'mixed
177 %%a,8 e'[-5(<a-2 cis-3>])
180 a,8\sustainOn e'[-5(<a cis>])-2-3
181 %%r b,-5 <e-3 gis-5 d'>4
182 r b,-5\sustainOff\sustainOn <e gis d'>4-3-5
189 e'[(<a cis>)] r b,\sustainOff\sustainOn <e gis d'>4
197 bassTwo = \new Voice \relative c{
209 %\override Dynamics.TextScript #'padding = #-1 %tweak
223 s32 s-"rall." s s s8 s4
236 \context PianoStaff <<
237 \new Staff = "treble" <<
238 \overrideBeamSettings #'Score #'(4 . 4) #'end
240 ((1 . 32) (4 4 4 4 4 4 4 4)))
247 \new Staff = "bass" <<
256 pedalSustainStrings = #'("Ped." "*Ped." "*")
257 \remove Bar_number_engraver
268 %%% LilyPond-indent-level:2