-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0012_1.xml
2013 lines (2013 loc) · 85.8 KB
/
nbuumu_0012_1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<ead xmlns="urn:isbn:1-931666-22-9" xsi="xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xlink="http://www.w3.org/1999/xlink" schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd">
<eadheader audience="external" langencoding="iso639-2b" scriptencoding="iso15924" relatedencoding="dc" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601">
<eadid countrycode="US" mainagencycode="nbuumu" publicid="-//State University of New York at Buffalo::Music Library//TEXT (US::NBuU-Mu::Mus. Arc. 12.1::Frederick Caldecott Slee Collection of Manuscript Scores)//EN" encodinganalog="identifier">nbuumu_0012_1</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Frederick
Caldecott Slee Collection of Manuscript Scores,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1890/1954">1890-1954</date> </titleproper>
<titleproper type="filing" altrender="nodisplay">Slee (Frederick
Caldecott) Collection of Manuscript Scores </titleproper>
<author encodinganalog="contributor">Finding aid prepared by Jason
Imbesi.</author>
</titlestmt>
<publicationstmt>
<publisher encodinganalog="publisher">State University of New York at Buffalo. Music Library</publisher>
<address>
<addressline>112 Baird Hall</addressline>
<addressline>Buffalo, New York 14260-4750</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2924</addressline>
<addressline>Fax: 716 645-3906</addressline>
<addressline/>
<addressline/>
</address>
<p>&#xA9;
<date encodinganalog="date" type="publication">2008</date>. State
University of New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by Jason Imbesi, May 2008.
</creation>
<langusage>Finding aid is in
<language encodinganalog="language" langcode="eng">English.</language>
</langusage>
<descrules>Finding aid prepared using DACS (
<title render="italic">Describing Archives: A Content Standard
</title>). </descrules>
</profiledesc>
</eadheader>
<archdesc level="collection" type="inventory" relatedencoding="marc21">
<did>
<head>Collection Overview</head>
<unittitle label="Title" encodinganalog="245$a">Frederick Caldecott Slee
Collection of Manuscript Scores,
<unitdate encodinganalog="245$f" normal="1890/1954" type="inclusive" datechar="creation"> 1890-1954 </unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 12.1</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf">Slee,
Frederick Caldecott, 1870-1954 </persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">3
boxes</extent>
<extent encodinganalog="300$a" unit="item"> (77 items)</extent>
</physdesc>
<langmaterial label="Language of Material" encodinganalog="546"> Includes
song texts in <language encodinganalog="041" langcode="eng">English,</language>
<language langcode="fre" encodinganalog="041">French,</language>
<language encodinganalog="041" langcode="ger">German,</language>and
<language encodinganalog="041" langcode="dut">Dutch</language>. </langmaterial>
<repository label="Repository" encodinganalog="852">
<corpname>State University of New York at Buffalo. Music Library</corpname>
<address>
<addressline>112 Baird Hall</addressline>
<addressline>Buffalo, New York 14260-4750</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2924</addressline>
<addressline>Fax: 716 645-3906</addressline>
<addressline/>
<addressline/>
</address>
</repository>
<abstract label="Abstract" encodinganalog="520$a">The collection contains
scores and parts of original compositions and arrangements by Frederick Slee.
It also includes transcriptions of works by composers such as J.S. Bach,
Mozart, and Haydn, as well as a lesson for recorder.</abstract>
<unitdate type="inclusive" normal="1890/1954"> 1890-1954 </unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Frederick Caldecott Slee Collection of Manuscript
Scores, 1890-1954, Music Library, The State University of New York at
Buffalo.</p>
</prefercite>
<accessrestrict encodinganalog="506">
<head>Terms of Access</head>
<p>Materials can be examined by qualified researchers in the Music
Library during hours of operation during which Music Librarians are present. In
order to insure access, researchers are advised to contact the Music Library in
advance of visits. </p>
</accessrestrict>
<userestrict encodinganalog="540">
<head>Copyright</head>
<p>Copyright for the materials in the collection does not reside with
the Music Library. Therefore, patrons wishing to publish any item, or part of
an item from this collection for any purpose, are responsible for securing
requisite permissions. </p>
</userestrict>
<acqinfo encodinganalog="541">
<head>Acquisition Information</head>
<p>The collection was given to the library by faculty member, Stephen Manes, who received it from Ansie Baird (Mrs. Brent Baird). Mrs. Baird received the collection from Charles G. Beaudette.</p>
</acqinfo>
<accruals encodinganalog="584">
<head>Accruals and Additions</head>
<p>No further accruals are expected to this collection.</p>
</accruals>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Processed by Jason Imbesi.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Frederick Caldecott Slee (1870-1954) was a successful corporate lawyer
in Buffalo, N.Y. While at Harvard pursuing his law degree, he also studied
music theory, composition, and performance. He later furthered his music
education by studying under Ernest Schelling and Walter Damrosch in New York
City and Nadia Boulanger at the Sorbonne in Paris. An accomplished musician who
played viola, violin, piano and cello, Slee formed a string quartet that
performed locally in Buffalo. He composed more than three dozen works including
several songs, works for string quartet and other chamber ensembles, a choral
work, a work for solo organ, and an orchestral work.</p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The Frederick Caldecott Slee Collection of Manuscript Scores,
1890-1954 contains 77 folders of bound and unbound paper manuscript scores and
parts, with many including photostatic reproductions. It also contains
transcriptions of works by Alexander von Fielitz, J.S. Bach, Mozart, and Haydn;
and a lesson for recorder. There are 41 original works and arrangements, 5
transcriptions and 1 recorder lesson represented in the collection.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is arranged in two series:
<ref actuate="onrequest" show="replace" target="series1">I. Original
works and arrangements by Frederick Caldecott Slee</ref>;
<ref actuate="onrequest" show="replace" target="series2">II.
Transcriptions and recorder lesson</ref> </p>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a13480ac">
<did>
<unitid id="series1">I</unitid>
<unittitle>Original works and arrangements by Frederick Caldecott
Slee,
<unitdate type="inclusive" normal="1890/1954">1890-1954</unitdate>
</unittitle>
<physdesc>
<extent>Items 1-71</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged alphabetically by title of the composition.</p>
</arrangement>
<c level="item" id="c_5ccc8a13480e3">
<did>
<container type="box">1</container>
<container type="item">01</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Air and variations, string
quartet</title>
<lb/>
<title type="transcribed">Air and variations / [Frederick
Caldecott Slee].</title>
<unitdate>[1927?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([9] p.) + 4 ms. parts ; 35 cm.
</extent>
</physdesc>
</did>
<scopecontent>
<p>Score: holograph in pencil; parts: manuscript in ink with pencil
emendations by composer. Title from caption on score. "Theme varie` (stringed
quartet)"--original envelope. Parts marked "Last" in red pencil. Score is
marked with a cut, an addition on insertion, and tacet markings; it is also
marked with additional sketches on t.p. Major sections of the score are marked
with the following tempo markings: Allegro -- Poco meno mosso -- Andante --
Allegro vivace -- Moderato (marked to be omitted) -- Tempo di valse -- Allegro
scherzando -- Adagio molto. 2nd violin part contain changes on pasted inserts.
</p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13480f4">
<did>
<container type="box">1</container>
<container type="item">02</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Air and variations, string
quartet</title>
<lb/>
<title type="transcribed">Air and variations / [Frederick
Caldecott Slee].</title>
<unitdate>[1927?]</unitdate>
</unittitle>
<physdesc>
<extent>4 ms. parts ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink with pencil emendations. Caption title. "Theme
varie` (stringed quartet)"--original envelope. "Original"--enclosing piece of
score paper. Major sections of the work are inconsistently marked with the
following tempo markings: Allegro -- (Poco) meno mosso -- Allegretto -- Allegro
-- Moderato -- Allegro scherzando -- Adagio molto. All parts contain changes on
pasted inserts. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348101">
<did>
<container type="box">1</container>
<container type="item">03</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Air and variations, string
quartet</title>
<lb/>
<title type="transcribed">Air and variations / [Frederick
Caldecott Slee].</title>
<unitdate>[1927?]</unitdate>
</unittitle>
<physdesc>
<extent>4 ms. parts ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Title from caption of 1st violin
part. "Theme varie` (stringed quartet)"--original envelope. The 2nd violin part
contains a pencil sketch of an interior section of the work in full score
format on its outer leaves. Major sections of the work are marked with the
following tempo markings: Moderato -- Andante -- Allegro -- Allegro scherzando
-- Adagio. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134810b">
<did>
<container type="box">1</container>
<container type="item">04</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Air and variations, string quartet
(Sketches)</title>
<lb/>
<title type="transcribed">[Air and variations / Frederick
Caldecott Slee].</title>
<unitdate>[1927?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([6] p.) ; 20-37 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Pencil). Title from cataloger. Score varies from
condensed to full format. Separated into three sheets. Page [1] of score is on
verso of ms. score of one page of Slee's composition, Reminiscence, dated 1927.
</p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348115">
<did>
<container type="box">1</container>
<container type="item">05</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Air varie&#xB4; : for cello / [Frederick
Caldecott Slee].</title>
<unitdate>[193-?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score (6 p.) + 1 ms. part ([2] p.) ; 32 cm.
</extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). For violoncello and piano. Cover title. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348120">
<did>
<container type="box">1</container>
<container type="item">06</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Air varie&#xB4; : for cello / [Frederick
Caldecott Slee].</title>
<unitdate>1935.</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score (6 p.) + 1 ms. part ([2] p.) ; 32 cm.
</extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). For violoncello and piano. Cover title.
"Revised Nov. 10, 1935"--Cover. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134812b">
<did>
<container type="box">1</container>
<container type="item">07</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Bagatelle, violin, piano</title>
<lb/>
<title type="transcribed">Bagatelle / Caldecott.</title>
<unitdate>[between 1890 and 1954]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) + 1 ms. part ([1] p.) ; 35
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Manuscript (Ink). For violin and piano. Caption title. "For
Isabelle"--p. [1]. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348139">
<did>
<container type="box">1</container>
<container type="item">08</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Bravery / [Frederick Caldecott
Slee].</title>
<unitdate>[193-?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 32 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. For voice and piano. Caption title.
Setting of Robert Frost's poem, Bravado, from the collection, New Hampshire,
1923. Contains changes marked on original score paper and on pasted inserts.
Contains musical sketches on front and back covers. "Orig to be
changed"--Cover. "Bravery. Bravery Bosh!"--Back cover. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348145">
<did>
<container type="box">1</container>
<container type="item">09</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Bravery / [Frederick Caldecott
Slee].</title>
<unitdate>[193-?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 32 cm. + 1 ms. part ([2]
p.) ; 15 x 23 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). For voice and piano. Caption title. Setting of
Robert Frost's poem, Bravado, from the collection, New Hampshire, 1923. Two
photostatic copies of score inserted. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348151">
<did>
<container type="box">1</container>
<container type="item">10</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Chorale, string quartet</title>
<lb/>
<title type="transcribed">Chorale / Caldecott.</title>
<unitdate>1944.</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 32 cm. + 4 ms. parts ; 31
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. For string quartet. Caption title.
Score marked "Jan 1939" in the caption and "Apr 1944" in the colophon. Contains
revisions in pencil and ink applied directly to manuscript. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134815e">
<did>
<container type="box">1</container>
<container type="item">11</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Cocoon / [music by Frederick Caldecott
Slee ; text by] Kathleen Millay.</title>
<unitdate>[193-?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. + 1 ms. part (1
leaf) ; 21 x 23 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. For voice and piano. Caption title.
Setting of Kathleen Millay's poem, Cocoon, from the collection, The Hermit
Thrush, 1929. Vocal part contains sketches crossed out on back of leaf. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134816c">
<did>
<container type="box">1</container>
<container type="item">12</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Cocoon / [Frederick Caldecott
Slee].</title>
<unitdate>[193-?]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). For voice and piano. Caption title. Setting of
Millay's poem, Cocoon, from the collection, The Hermit Thrush, 1929. Two
photostatic copies inserted. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134817a">
<did>
<container type="box">1</container>
<container type="item">13</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Dialogue : poem from the Russian ;
music adapted for soprano, mezzo soprano, violin and viola, from Grieg's
orchestral version of a folk-song / [Frederick Caldecott Slee].</title>
<unitdate>[between 1890 and 1954]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score (5 p.) ; 35 cm. + 4 ms. parts ; 21-35
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Complete text in English on
typescript piece of paper attached to verso of mezzo part. "Original Title
"Glamour," song of the Caucasian mountaineers, translated through the Russian
from the original Lesghian by Geo. Kennan."--Mezzo soprano part verso. "Final
viola"--Viola part cover. All parts contain changes on pasted inserts. Violin
and viola parts contain musical sketches crossed out on back covers; soprano
part contains musical sketches crossed out on front and back covers. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348188">
<did>
<container type="box">1</container>
<container type="item">14 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Dialogue : poem from the Russian ;
music adapted for soprano, mezzo soprano, violin and viola, from Grieg's
orchestral version of a folk-song / [Frederick Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([5] p.) ; 35 cm. + 2 ms. parts ; 31
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Score and parts contain changes on
pasted inserts. Includes violin and viola parts only. Viola part contains
another version of the last page for the part. Score contains 2 versions of p.
[4]; the later version attached on top of the original. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348197">
<did>
<container type="box">1</container>
<container type="item">15</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Eclogue / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1890 and 1954]</unitdate>
</unittitle>
<physdesc>
<extent>2 ms. scores ([3] p.) ; 35 cm. + 2 ms. parts ([1]
leaf) ; 32 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. For violin and piano. Caption
title. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481a8">
<did>
<container type="box">1</container>
<container type="item">16 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Facets : various aspects of the same
theme / [Frederick Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score (7 p.) ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. For piano trio. Caption title.
Contains changes on pasted inserts. The original ink title in the caption,
Fantasia, is crossed out in pencil. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481b8">
<did>
<container type="box">1</container>
<container type="item">17 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Facets : trio for piano, violin and
cello / [Frederick Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([7] p.) ; 33 cm. + 2 ms. parts ; 31
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Cover title. Two photostatic copies
of the score and parts inserted. Cello part contains changes on pasted inserts.
"Facettes: Aspects varie&#xB4;s d'une melodie-Dictionnaire Musical"--Caption. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481c9">
<did>
<container type="box">1</container>
<container type="item">18 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Fantasia, violin</title>
<lb/>
<title type="transcribed">Fantasia for violin alone / [Frederick
Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>[2] p. of ms. music ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481da">
<did>
<container type="box">1</container>
<container type="item">19 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">F&#xEA;te galante. English &amp;
French</title>
<lb/>
<title type="transcribed">Fe^te galante = Garden party /
[Frederick Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Setting of Paul Verlaine's
Mandoline from his F&#xEA;te galante. "English text and setting by Cal de Cott"--p.
[1] caption, first photostatic copy. Includes 2 photostatic copies of the
score; all 3 scores contain changes on ms. inserts. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481ec">
<did>
<container type="box">1</container>
<container type="item">20 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Gavotte, string quartet</title>
<lb/>
<title type="transcribed">Gavotte / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([3] p.) ; 35 cm. + 4 ms. parts ; 32
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Score: holograph in pencil; parts: manuscript in ink with pencil
emendations by composer. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13481fe">
<did>
<container type="box">1</container>
<container type="item">21 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Gavotte, string quartet
(Sketch)</title>
<lb/>
<title type="transcribed">Gavotte / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([4] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Pencil). Title supplied by cataloger. Complete sketch
with 1st violin on its own stave and the remainder in piano score format. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348210">
<did>
<container type="box">1</container>
<container type="item">22</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Golden myth / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1940 and 1954]</unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([3] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). Text by Eugene Ginsberg. Contains a revision on
a pasted insert. Includes three photostatic copies of score with brown paper
covers bound separately. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348224">
<did>
<container type="box">1</container>
<container type="item">23 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Gulf stream / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Text by Walter W. Stephen. Cover
includes words of song typewritten as text on a pasted insert. Score contains
revisions in pencil and on a pasted insert. Two photostatic copies of score
inserted. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134823a">
<did>
<container type="box">1</container>
<container type="item">24 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Idylls</title>
<lb/>
<title type="transcribed">Five idylls : for piano / [Frederick
Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>[7] p. of ms. music ; 32 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Score contains revisions in pencil
and on a pasted insert in ink. Includes typewritten texts for all five works on
inserts located at the beginning of each work. Loose insert containing the
titles of the collection and the individual works clipped to the cover. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134824e">
<did>
<container type="box">1</container>
<container type="item">25 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Idylls</title>
<lb/>
<title type="transcribed">Five idylls : for piano / [Frederick
Caldecott Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>[7] p. of ms. music ; 32 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Contains revisions applied directly
on score and on pasted inserts. Contains loose inserts. Includes texts on
inserts either handwritten in ink (1st-4th works) or typewritten (5th work)
that are located at the beginning of each work. "These exercises in
interpretation are printed without indication of tempo and nuances. The pupil
will adopt such as seem to him appropriate to the sentiment of the verses.
(This draft carries the marks of expression which are to be omitted if the
suggestion above is adopted)"--Cover. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348264">
<did>
<container type="box">2</container>
<container type="item">26 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Last night I stole away alone /
[Frederick Caldecott Slee].</title>
<unitdate>[1943] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([4] p.) ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Caption title. Text by Celia
Thaxter. "Revised Aug 1943"--Cover. Contains inserts and revisions in pencil
and ink. Loose inserts stored in separate envelope. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348279">
<did>
<container type="box">2</container>
<container type="item">27 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Last night I stole away alone / [text
by] Celia Thaxter ; [music by Frederick Caldecott Slee].</title>
<unitdate>[between 1900 and 1943] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([4] p.) + 1 ms. part ([2] p.) ; 35
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Text by Celia Thaxter. "1 copy[,] 1
voice part"--Cover. Contains revisions in pencil and ink directly on manuscript
and on inserts. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348290">
<did>
<container type="box">2</container>
<container type="item">28 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Last night I stole away alone;
arr.</title>
<lb/>
<title type="transcribed">Last night I stole away alone : for
voice and orchestra / [text by] (Celia Thaxter) ; setting by Slee ;
orchestration by Frederick W. Krafft.</title>
<unitdate>[between 1900 and 1943] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([12] p.) ; 27 x 35 cm. + 23 ms.
parts ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Ms. in ink with pencil emendations by the composer. Orig. for
voice and piano. Cover title. Score and parts contain tempo, dynamic, bowing
and other markings in blue pencil. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13482a7">
<did>
<container type="box">2</container>
<container type="item">29 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Last night I stole away alone / text by
Celia Thaxter ; music by Fred'k Caldecott Slee.</title>
<unitdate>[between 1900 and 1943] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([5] p.) ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink with pencil emendations. Caption title. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13482be">
<did>
<container type="box">2</container>
<container type="item">30 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Last night I stole away alone / text by
Celia Thaxter ; music by Fred'k Caldecott Slee.</title>
<unitdate>[between 1900 and 1943] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([5] p.) ; 36 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Ms. (Ink). Caption title. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13482d6">
<did>
<container type="box">2</container>
<container type="item">31 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Lay of the fascinating midget /
[Frederick Caldecott Slee].</title>
<unitdate>[1898] </unitdate>
</unittitle>
<physdesc>
<extent>[2] p. of ms. music ; 35 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Caption title. Author of text
unknown. "Her Beau August [3], 1898"--Caption. Text set above piano part; no
separate vocal line. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a13482f0">
<did>
<container type="box">2</container>
<container type="item">32 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Litany / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1890 and 1954] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph (Ink). Song for voice and piano. Caption title.
Setting of Robert Cameron Rogers's poem, The Rosary. Two photostatic copies of
score inserted. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134830a">
<did>
<container type="box">2</container>
<container type="item">33 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Love ye the Lord : (Psalm XXXI) /
[Frederick Caldecott Slee].</title>
<unitdate>[between 1940 and 1947] </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([4] p.) ; 35 cm. + 4 ms. parts ; 31
cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Score: holograph in ink and pencil; parts: holograph (Ink). For
SATB and organ. Cover title. Text derived from Psalm 31 of The Bible.
"1948"--Colophon. "To be revised to 1948"--Cover, alto part. Score and parts
contain revisions on pasted inserts. Includes 5 photostatic copies of the
score. Each copy contains numerous ms. inserts to make them agree with the
original. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348323">
<did>
<container type="box">2</container>
<container type="item">34</container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Madrigal, voices (2)</title>
<lb/>
<title type="transcribed">Madrigal for two voices / [text by]
Austin Dobson ; [music by Frederick Caldecott Slee].</title>
<unitdate>1941. </unitdate>
</unittitle>
<physdesc>
<extent>1 ms. score ([2] p.) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Duet for unaccompanied voices
(bass-baritone and mezzo-soprano). Caption title. Additional title in caption,
Phillis, crossed out in pencil. "Sept. 1941"--Colophon. Contains revisions in
pencil. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a134833e">
<did>
<container type="box">2</container>
<container type="item">35 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="uniform">Madrigal, voices (2)</title>
<lb/>
<title type="transcribed">Madrigal for two voices / [text by]
Austin Dobson ; [music by Frederick Caldecott Slee].</title>
<unitdate>[1941?] </unitdate>
</unittitle>
<physdesc>
<extent>2 ms. scores ([2] p. each) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Duet for unaccompanied voices
(bass-baritone and mezzo-soprano). Caption title. Contains revisions in pencil.
</p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348359">
<did>
<container type="box">2</container>
<container type="item">36 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Metaphor / [text] after Shakespeare ;
[music by Frederick Caldecott Slee].</title>
<unitdate>[1944] </unitdate>
</unittitle>
<physdesc>
<extent>2 ms. scores ([2] p. each) ; 31 cm. </extent>
</physdesc>
</did>
<scopecontent>
<p>Holograph in ink and pencil. Text from Shakespeare's Love's
labour's lost: Spring (When daisies pied and violets blue), 2nd verse. "Aug.
1944"--Cover of both copies, colophon of one copy; "Aug. 1942"--colophon, other
copy. Contains revisions in pencil applied directly to manuscript and in ink on
pasted inserts. </p>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1348374">
<did>
<container type="box">2</container>
<container type="item">37 </container>
<unittitle>
<persname role="composer">Slee, Frederick Caldecott,
1870-1954</persname>
<title type="transcribed">Monody / [Frederick Caldecott
Slee].</title>
<unitdate>[between 1934 and 1954] </unitdate>