-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0031.xml
8207 lines (8207 loc) · 325 KB
/
nbuumu_0031.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" encodinganalog="identifier" publicid="-//State University of New York at Buffalo::Music Library//TEXT (US::NBuU-Mu::Mus. Arc. 31::Recordings of Evenings for New Music)//EN">nbuumu_0031</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Recordings of Evenings for
New Music, <date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1964/1980">1964-1980</date>
</titleproper>
<titleproper type="filing" altrender="nodisplay">Evenings for New Music Recordings </titleproper>
<author encodinganalog="contributor">Finding aid prepared by John Bewley.</author>
<sponsor>Preservation and digitization performed by George Blood Audio funded by a
grant from the J. Warren and Charles Donald Perry Memorial Fund administered by
the Community Foundation of Greater Buffalo.</sponsor>
</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 type="publication" encodinganalog="date">2013</date>. State University of
New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by John Bewley, May 2013. </creation>
<langusage>Finding aid written 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">Recordings of Evenings for New Music,
<unitdate encodinganalog="245$f" normal="1964/1980" type="inclusive" datechar="creation">1964-1980</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 31</unitid>
<origination label="Creator">
<corpname rules="aacr2" role="creator" encodinganalog="110" authfilenumber="2649575 ">State University of New York at Buffalo. Music
Dept.</corpname>
</origination>
<physdesc label="Extent">
<extent unit="linear foot" encodinganalog="300$a">12 linear feet</extent>
<extent unit="reel" encodinganalog="300$a">(162 reel to reel tapes,</extent>
<extent unit="compact disc" encodinganalog="300$a">278 audio compact discs</extent>,
<extent unit="DVD" encodinganalog="300$a">96 DVDs)</extent>
</physdesc>
<materialspec label="Material specifications" encodinganalog="255">There are two sets of
139 CDs: one is labeled Service Copy, the other is labeled In-house Master. They
contain audio files at 44.1kHz/16bit resolution. The 96 DVDs are labeled
Preservation Master and contain WAV files at 96kHZ/24bit resolution. They are
embedded with broadcast wave metadata. </materialspec>
<physloc label="Location" encodinganalog="852$z">The reel to reel tapes are currently
housed in Music Library Storage (B-32). The preservation masters are located in the
Music Library's Treasure Room.</physloc>
<langmaterial label="Language of Material" encodinganalog="546"> Collection material
includes spoken word recordings in <language encodinganalog="041" langcode="eng">English.</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 recordings of
93 of the approximately 173 concerts presented at the Evenings for New Music
concerts from 1964-1980. Approximately 464 works were recorded as well as some
spoken introductions to works by their respective composers. The original recordings
were made on reel-to-reel tapes. The contents were transferred to cassettes in the
1980s and then digitally reformatted in 2007 onto CDs (service and in-house masters)
and DVDs (preservation masters).</abstract>
<unitdate type="inclusive" normal="1964/1980">1964-1980</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Recordings of Evenings for New Music, 1964-1980, 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. Additionally, performers' permissions were not acquired at the time of
the recordings. 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>Gift of State University of New York at Buffalo Music Dept.</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>Original collection of reel to reel tapes processed by John Bewley, 2006;
reformatted contents processed 2013.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Historical Note</head>
<p>The Evenings for New Music concert series was a product of the Center of the Creative
and Performing Arts, established to give young professional performers and composers
the opportunity to focus on the production of new music. Lukas Foss, Music Director
for the Buffalo Philharmonic Orchestra 1963-1971, approached Gordon Smith, director
of the Albright-Knox Art Gallery 1955-1973, to develop ideas for a Center of New
Music in Buffalo. In discussions with Allan Sapp, Director of the University at
Buffalo Music Department, and the Rockefeller Foundation, a proposal was submitted
to the Foundation for the development of the Center. Modeled after the
Evenings-on-the-Roof concert series in Los Angeles, the Center of the Creative and
Performing Arts was &#x201C;founded on notions of providing performing ensembles, of making
definitive renditions of new and complicated music feasible, of bringing composers
and performers into the closest working relationships, of developing a corpus of
recordings and privately-held scores, of establishing a central locus for the study
of new techniques of composition notation and performance practice.&#x201D; The proposal
was accepted and the Center of the Creative and Performing Arts began operation in
1964. </p>
<p>Directors of the Center of the Creative and Performing Arts included the founders,
Lukas Foss and Allan Sapp, who acted as Co-Directors from 1964-68; Lejaren Hiller,
Co-Director with Lukas Foss from 1968-74; Jan Williams, Co-Director with Ren&#xE9;e
Levine from 1974-76; Ren&#xE9;e Levine, Center Coordinator from 1964-74 and Co-Director
from 1974-78; and Morton Feldman, Music Director from 1976-1980. Performers and
composers selected to be fellows at the Center were given the title of Creative
Associate.</p>
<p>There were two main concert series produced by the Center of the Creative and
Performing Arts: Evenings for New Music concerts and Creative Associate Recitals.
Evenings for New Music concerts were performed in Buffalo and also performed, often
with changes in programs, at various venues in New York City, including Carnegie
Hall, Cooper Union, and the WBAI Radio Free Music Store, at other State University
of New York campuses, and at venues in other states, including New Jersey, New
Hampshire, Michigan, Indiana, Vermont, and Washington, D.C. </p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The collection contains recordings of approximately 464 works performed at 93 of the
Evenings for New Music concerts 1964-1980. This finding aid contains a description
of the recordings of concerts held by the Music Library. Not all concerts were
recorded so the inventory in this finding aid does not represent a complete
description of all the concerts presented in the series. A fuller listing can be
seen in the <extref href="http://libweb1.lib.buffalo.edu:8080/findingaids/data/html/music/concerts/ubmu_html_evenings/ubmu_html_evenings.html" show="replace" role="text/html" actuate="onrequest">online version of the
original catalog</extref> compiled of the concert programs. </p>
<p>There are more than 200 composers represented in the collection. They include most of
the major composers of the first half of the twentieth century, including Cage,
Boulez, Babbitt, Schoenberg, Berg, Webern, Stockhausen, Stravinsky, Copland, and
Feldman. The composers were often present at the concerts and rehearsals of their
works so many of the performances were conducted under the supervision of the
composer. The list of composers who appeared as performers in the concerts is
equally impressive, including Earle Brown, Bussotti, Cage, Crumb, Del Tredici, Foss,
Hiller, Pousseur, Riley, Rzewski, Sahl, and Wuorinen. The performers included some
of the most prominent specialists in contemporary music, including Eberhard Blum,
Ursula Oppens, Paul Zukofsky, Julius Eastman, Jan Williams, David Tudor, Stuart
Dempster, Robert Dick, and Joan La Barbara.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is arranged in two series:</p>
<list type="simple">
<item>
<ref target="series1" actuate="onrequest" show="replace"> I. Service copy
compact discs reformatted from reel to reel tapes</ref>
</item>
<item>
<ref target="series2" actuate="onrequest" show="replace"> II. Reel to reel tapes
not reformatted </ref>
</item>
</list>
</arrangement>
<dsc type="in-depth">
<head>Container List</head>
<c level="series" id="c_5ccc8a1baa18c">
<did>
<unitid id="series1">I. </unitid>
<unittitle>Service copy compact discs reformatted from reel to reel tapes,
<unitdate type="inclusive" normal="1964/1980">1964-1980 </unitdate>
</unittitle>
<physdesc>
<extent> CD 1-139</extent>
</physdesc>
</did>
<scopecontent>
<p>Description of compact discs provided for access with notes about the
original tape sources and location of the preservation copy. The In-house
master compact discs are numbered in the same sequence, 1-139. Note that in
some cases reel to reel tapes were not available at the time reformatting
was performed so the Music Library's cassette copies were used as source
material instead.</p>
</scopecontent>
<arrangement>
<p>Chiefly arranged in chronological order of concerts.</p>
</arrangement>
<c level="item" id="c_5ccc8a1baa19a">
<did>
<container type="box">1</container>
<container type="CD">1-2</container>
<unittitle>Evenings for New Music Concert 1, <unitdate type="inclusive">November 29, 1964</unitdate>
</unittitle>
<physdesc>
<extent>2 compact discs </extent>
</physdesc>
<note>
<p>Transferred from: Cassette Side 1-Cassette Side 8</p>
<p> Preservation copy on DVD 1</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM001-01</head>
<item>
<persname>Cowell, Henry, 1897-1965</persname>
</item>
<item>
<title render="italic">Twenty-six simultaneous mosaics for five
players (1963) </title>
</item>
<item>Performers: Sherman Friedland, clarinet; Jan Williams, percussion;
Fredric Myrow, piano; Charles Joseph, violin; Jay Humeston,
violoncello </item>
<item>Duration: 4:52</item>
</list>
<list>
<head>Work number: ENM001-02</head>
<item>
<persname>Xenakis, Iannis, 1922-2001</persname>
</item>
<item>
<title render="italic">Morisma-Amorisma (1959)</title>
</item>
<item>Performers: Paul Zukofsky, violin; Jay Humeston, violoncello;
Buell Neidlinger, bass; George Crumb, piano</item>
<item>Duration: 10:25</item>
</list>
<list>
<head>Work number: ENM001-03</head>
<item>
<persname>Mayuzumi, Toshiro, 1929-1997</persname>
</item>
<item>
<title render="italic">Prelude for string quartet (1964)</title>
</item>
<item>Performers: Charles Joseph, Paul Zukofsky, violins; Jean Dupouy,
viola; Jay Humeston, violoncello</item>
<item>Duration: 9:10</item>
</list>
<list>
<head>Work number: ENM001-04</head>
<item>
<persname>Crumb, George</persname>
</item>
<item>
<title render="italic">Night music I (1963)</title>
</item>
<item>Performers: Carol Plantamura, soprano; John Bergamo, Jan Williams,
percussion; Fredric Myrow, George Crumb, pianos</item>
<item>Duration: 19:14</item>
</list>
<list>
<head>Work number: ENM001-05</head>
<item>
<persname>Arrigo, Girolamo</persname>
</item>
<item>
<title render="italic">Quatro episodi for soprano and flutes
(1963)</title>
</item>
<item>Performers: Sylvia Brigham-Dimiziani, soprano; Karl Kraber,
flute</item>
<item>Duration: 4:40</item>
</list>
<list>
<head>Work number: ENM001-06</head>
<item>
<persname>Kotonski, Wlodzimierz</persname>
</item>
<item>
<title render="italic">Trio for flute, guitar, and percussion
(1960)</title>
</item>
<item>Performers: Karl Kraber, flute; Stanley Silverman, guitar; John
Bergamo, percussion</item>
<item>Duration: 7:28</item>
</list>
<list>
<head>Work number: ENM001-07</head>
<item>
<persname>Ellis, Don</persname>
</item>
<item>
<title render="italic">Improvisation (1964)</title>
</item>
<item>Performers: Don Ellis, trumpet; ensemble</item>
<item>Duration: 7:50</item>
</list>
<list>
<head>Work number: ENM001-08</head>
<item>
<persname>Brown, Earle, 1926-2002</persname>
</item>
<item>
<title render="italic">Novara (1962)</title>
</item>
<item>Performers: Karl Kraber, flute; Sherman Friedland, clarinet; Don
Ellis, trumpet; Fredric Myrow, piano; Paul Zukofsky, Charles Joseph,
violins; Jean Dupouy, viola; Jay Humeston, violoncello</item>
<item>Duration: 4:40</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1a0">
<did>
<container type="box" id="concert003">1</container>
<container type="CD">3</container>
<unittitle>Evenings for New Music Concert 3, <unitdate type="inclusive">January 10, 1965</unitdate>
</unittitle>
<physdesc>
<extent>1 compact disc </extent>
</physdesc>
<note>
<p>Transferred from: Cassette Side 9-Cassette side 17</p>
<p> Preservation copy on DVD 2</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM003-01</head>
<item>
<persname>Ives, Charles, 1874-1954</persname>
</item>
<item>
<title render="italic">Requiem (1911)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Don Ellis, trumpet, Fredric
Myrow, piano</item>
<item>Duration: 1:27</item>
</list>
<list>
<head>Work number: ENM003-02</head>
<item>
<persname>Ives, Charles, 1874-1954</persname>
</item>
<item>
<title render="italic">Aeschylus and Sophocles (1922)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Fredric Myrow, piano</item>
<item>Duration: 2:16</item>
</list>
<list>
<head>Work number: ENM003-03</head>
<item>
<persname>Ives, Charles, 1874-1954</persname>
</item>
<item>
<title render="italic">The innate (1916)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Fredric Myrow, piano;
Charles Joseph, Paul Zukofsky, violins; Jean Dupouy, viola; Jay
Humeston, violoncello</item>
<item>Duration: 4:11</item>
</list>
<list>
<head>Work number: ENM003-04</head>
<item>
<persname>Carter, Elliott, 1908-</persname>
</item>
<item>
<title render="italic">Tell me where is fancy bred (1939)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Stanley Silverman,
guitar</item>
<item>Duration: 2:40</item>
</list>
<list>
<head>Work number: ENM003-05</head>
<item>
<persname>Myrow, Fredric, 1939-</persname>
</item>
<item>
<title render="italic">Songs from the Japanese (1963-64)</title>
</item>
<item>Performers: Sylvia Brigham-Dimiziani, soprano; Karl Kraber, flute;
Sherman Friedland, clarinet; Jan Williams, percussion; Fredric
Myrow, George Crumb, pianos; Paul Zukofsky, violin; Jean Dupouy,
viola; Jay Humeston, violoncello, Buell Neidlinger, bass</item>
<item>Duration: 13:00</item>
</list>
<list>
<head>Work number: ENM003-06</head>
<item>
<persname>Wolff, Christian, 1934-</persname>
</item>
<item>
<title render="italic">In between places (1963)</title>
</item>
<item>Performers: Sherman Friedland, clarinet; Stanley Silverman,
guitar; Paul Zukofsky, violin</item>
<item>Duration: 4:25</item>
</list>
<list>
<head>Work number: ENM003-07</head>
<item>
<persname>Young, La Monte</persname>
</item>
<item>
<title render="italic">The four dreams of China (1962). Excerpt The
second dream of the high-tension line stepdown
transformer.</title>
</item>
<item>Performers: Charles Joseph, Paul Zukofsky, violins; Lukas Foss,
reciter</item>
<item>Duration: 10:45</item>
</list>
<list>
<head>Work number: ENM003-08</head>
<item>
<persname>Young, La Monte</persname>
</item>
<item>
<title render="italic">Composition no. 6 (1960)</title>
</item>
<item>Performers: Ensemble</item>
</list>
<list>
<head>Work number: ENM003-09</head>
<item>
<persname>Bussotti, Sylvano</persname>
</item>
<item>
<title render="italic">Sette fogli (1959). Excerpt No. 6. Manifesto
per Kalinowski.</title>
</item>
<item>Performers: Ensemble; Sylvano Bussotti, conductor</item>
<item>Duration: 2:50</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1a8">
<did>
<container type="box" id="concert005">1</container>
<container type="CD">4-5</container>
<unittitle>Evenings for New Music Concert 5, <unitdate type="inclusive">March 4, 1965</unitdate>
</unittitle>
<physdesc>
<extent>2 compact discs </extent>
</physdesc>
<note>
<p>Transferred from: Reel 1-Reel 2, Cassette Side 22</p>
<p> Preservation copy on DVD 3</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM005-01</head>
<item>
<persname>Babbitt, Milton, 1916-</persname>
</item>
<item>
<title render="italic">Two sonnets (1955)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Sherman Friedland, clarinet;
Jean Dupouy, viola; Jay Humeston, violoncello</item>
<item>Duration: 8:35</item>
</list>
<list>
<head>Work number: ENM005-02</head>
<item>
<persname>Sapp, Allen, 1922-1999</persname>
</item>
<item>
<title render="italic">The lady and the lute (1952)</title>
</item>
<item>Performers: Carol Plantamura, soprano; George Crumb,
harpsichord</item>
<item>Duration: 17:17</item>
</list>
<list>
<head>Work number: ENM005-03</head>
<item>
<persname>Silverman, Stanley</persname>
</item>
<item>
<title render="italic">Planh (1965)</title>
</item>
<item>Performers: Karl Kraber, flute; Sherman Friedland, clarinet; Jan
Williams, percussion; Stanley Silverman, guitar; Charles Joseph,
Paul Zukofsky, violins; Jean Dupouy, viola; Jay Humeston,
violoncello; Richard Dufallo, conductor</item>
<item>Duration: 6:20</item>
</list>
<list>
<head>Work number: ENM005-04</head>
<item>
<persname>Ligeti, Gy&#xF6;rgy, 1923-2006</persname>
</item>
<item>
<title render="italic">Po&#xE8;me symphonique (1962)</title>
</item>
<item>Performers: Ensemble; Richard Dufallo, conductor</item>
<item>Duration: 13:25</item>
</list>
<list>
<head>Work number: ENM005-05</head>
<item>
<persname>Cage, John</persname>
</item>
<item>
<title render="italic">Theatre piece (1960)</title>
</item>
<item>Performers: Ensemble</item>
<item>Duration: 18:50</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1af">
<did>
<container type="box" id="concert006">1</container>
<container type="CD">6-7</container>
<unittitle>Evenings for New Music Concert 6, <unitdate type="inclusive">March 5, 1965</unitdate>
</unittitle>
<physdesc>
<extent>2 compact discs </extent>
</physdesc>
<note>
<p>Transferred from: Reel 3-Reel 4, Cassette Side 25</p>
<p> Preservation copy on DVD 4</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM006-01</head>
<item>
<persname>Foss, Lukas, 1922-</persname>
</item>
<item>
<title render="italic">Echoi (1963)</title>
</item>
<item>Performers: Richard Dufallo, clarinet; John Bergamo, percussion;
Lukas Foss, piano; Howard Colf, violoncello</item>
<item>Duration: 29:00</item>
</list>
<list>
<head>Work number: ENM006-02</head>
<item>
<persname>Berio, Luciano, 1925-2003</persname>
</item>
<item>
<title render="italic">Visage (1960)</title>
</item>
<item>Performers: Prerecorded tape; Romano Amidei, mime; Sylvano
Bussotti, staging</item>
<item>Duration: 20:36</item>
</list>
<list>
<head>Work number: ENM006-03</head>
<item>
<persname>Bussotti, Sylvano</persname>
</item>
<item>
<title render="italic">La passion selon Sade (1965)</title>
</item>
<item>Performers: Ensemble; Sylvano Bussotti, conductor</item>
<item>Duration: 34:00</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1b6">
<did>
<container type="box">1</container>
<container type="CD">8-9</container>
<unittitle>Evenings for New Music Concert 7, <unitdate type="inclusive">March 6, 1965</unitdate>
</unittitle>
<physdesc>
<extent>2 compact discs </extent>
</physdesc>
<note>
<p>Transferred from: Reel 5-Reel 7</p>
<p> Preservation copy on DVD 5</p>
<p>Performed at Buffalo and Erie County Public Library</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM007-01</head>
<item>
<persname>Berio, Luciano, 1925-2003</persname>
</item>
<item>
<title render="italic">Sequenza (1958)</title>
</item>
<item>Performers: Karl Kraber, flute</item>
<item>Duration: 7:38</item>
</list>
<list>
<head>Work number: ENM007-02</head>
<item>
<persname>Bussotti, Sylvano</persname>
</item>
<item>
<title render="italic">Pieces de chair II (1959). Excerpt. Five
piano pieces for David Tudor</title>
</item>
<item>Performers: David Tudor, piano</item>
<item>Duration: 20:20</item>
</list>
<list>
<head>Work number: ENM007-03</head>
<item>
<persname>Kagel, Mauricio</persname>
</item>
<item>
<title render="italic">Sur scene (1959/60)</title>
</item>
<item>Performers: John Horton, actor; James Mitchell, mime; Laurence
Bogue, singer; Michael Shaw, Fredric Myrow, George Crumb, keyboards
and percussion; Mauricio Kagel, stage direction; David Zierk,
lighting design</item>
<item>Duration: unknown</item>
<item>Note: United States premiere</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1be">
<did>
<container type="box">1</container>
<container type="CD">10-11</container>
<unittitle>Evenings for New Music Concert 9, <unitdate type="inclusive">April 25, 1965</unitdate>
</unittitle>
<physdesc>
<extent>2 compact discs </extent>
</physdesc>
<note>
<p>Transferred from: Reel 8-Reel 10</p>
<p> Preservation copy on DVD 6</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM009-01</head>
<item>
<persname>Fuller, Ramon</persname>
</item>
<item>
<title render="italic">Music for two channel tape and two
percussionists (1964)</title>
</item>
<item>Performers: John Bergamo, Jan Williams, percussion</item>
<item>Duration: 7:13</item>
</list>
<list>
<head>Work number: ENM009-02</head>
<item>
<persname>Babbitt, Milton, 1916-</persname>
</item>
<item>
<title render="italic">Two sonnets (1955)</title>
</item>
<item>Performers: Laurence Bogue, baritone; Sherman Friedland, clarinet;
Jean Dupouy, viola; Jay Humeston, violoncello</item>
<item>Duration: 8:33</item>
</list>
<list>
<head>Work number: ENM009-03</head>
<item>
<persname>Sahl, Michael, 1934-</persname>
</item>
<item>
<title render="italic">Fivepiece (1962)</title>
</item>
<item>Performers: John Bergamo, Jan Williams, percussion; Michael Sahl,
piano; Stanley Silverman, guitar; Buell Neidlinger, bass</item>
<item>Duration: 11:42</item>
</list>
<list>
<head>Work number: ENM009-04</head>
<item>
<persname>Salzman, Eric</persname>
</item>
<item>
<title render="italic">In praise of the owl and the cuckoo
(1963)</title>
</item>
<item>Performers: Carol Plantamura, soprano; Laurence Trott, flute;
Sherman Friedland, clarinet; Stanley Silverman, guitar; Paul
Zukofsky, violin; Jean Dupouy, viola</item>
<item>Duration: 13:05</item>
</list>
<list>
<head>Work number: ENM009-05</head>
<item>
<persname>Pousseur, Henri</persname>
</item>
<item>
<title render="italic">Madrigal III (1962)</title>
</item>
<item>Performers: Sherman Friedland, clarinet; John Bergamo, Jan
Williams, percussion; Michael Sahl, piano; Charles Joseph, violin;
Jay Humeston, violoncello; Richard Dufallo, conductor</item>
<item>Duration: 6:35</item>
</list>
<list>
<head>Work number: ENM009-06</head>
<item>
<persname>Hamilton, Iain, 1922-2000</persname>
</item>
<item>
<title render="italic">Dialogues (1965)</title>
</item>
<item>Performers: Sylvia Brigham-Dimiziani, soprano; Laurence Trott,
flute; Don Ellis, trumpet; John Bergamo, percussion; Michael Sahl,
piano; Jay Humeston, violoncello; Richard Dufallo, conductor</item>
<item>Duration: 15:04</item>
</list>
<list>
<head>Work number: ENM009-07</head>
<item>
<persname>Wernick, Richard, 1934-</persname>
</item>
<item>
<title render="italic">Stretti (1965)</title>
</item>
<item>Performers: Sherman Friedland, clarinet; Stanley Silverman,
guitar; Paul Zukofsky, violin; Jean Dupouy, viola</item>
<item>Duration: 14:04</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1c6">
<did>
<container type="box">1</container>
<container type="CD">12</container>
<unittitle>Evenings for New Music Concert 11, <unitdate type="inclusive">May
9, 1965</unitdate>
</unittitle>
<physdesc>
<extent>1 compact disc </extent>
</physdesc>
<note>
<p>Transferred from: Reel 11-Reel 13</p>
<p> Preservation copy on DVD 7</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM011-01</head>
<item>
<persname>Shapero, Harold, 1920-</persname>
</item>
<item>
<title render="italic">Trio for violin, viola and cello
(1938)</title>
</item>
<item>Performers: Paul Zukofsky, violin; Jean Dupouy, viola; Jay
Humeston, violoncello</item>
<item>Duration: 11:28</item>
</list>
<list>
<head>Work number: ENM011-02</head>
<item>
<persname>Carter, Elliott, 1908-</persname>
</item>
<item>
<title render="italic">Six pieces for kettledrums (1950). Excerpts
V. Recitative. II. Moto perpetuo. I. Improvisation.</title>
</item>
<item>Performers: Jan Williams, timpani</item>
<item>Duration: 11:17</item>
</list>
<list>
<head>Work number: ENM011-03</head>
<item>
<persname>Milhaud, Darius, 1892-1974</persname>
</item>
<item>
<title render="italic">Suite for violin, clarinet and piano
(1937)</title>
</item>
<item>Performers: Sherman Friedland, clarinet; Paul Zukofsky, violin;
Michael Sahl, piano</item>
<item>Duration: 12:23</item>
</list>
<list>
<head>Work number: ENM011-04</head>
<item>
<persname>Riegger, Wallingford, 1885-1961</persname>
</item>
<item>
<title render="italic">Sonatine for violin and piano (1947)</title>
</item>
<item>Performers: Charles Joseph, violin; Carlo Pinto, piano</item>
<item>Duration: 7:11</item>
</list>
<list>
<head>Work number: ENM011-05</head>
<item>
<persname>Foss, Lukas, 1922-</persname>
</item>
<item>
<title render="italic">Time cycle (1961)</title>
</item>
<item>Performers: Sylvia Brigham-Dimiziani, soprano; Sherman Friedland,
clarinet; Jan Williams, percussion; Fredric Myrow, piano; Jay
Humeston, violoncello; Richard Dufallo, conductor</item>
<item>Duration: 21:04</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1d0">
<did>
<container type="box">1</container>
<container type="CD">13</container>
<unittitle>Evenings for New Music Concert 12, <unitdate type="inclusive">May
10, 1965</unitdate>
</unittitle>
<physdesc>
<extent>1 compact disc </extent>
</physdesc>
<note>
<p>Transferred from: Reel 14-Reel 15</p>
<p> Preservation copy on DVD 8</p>
<p>Performed at Howard University, Cramton Auditorium</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM012-01</head>
<item>
<persname>Orbon, Julian, 1925-1991</persname>
</item>
<item>
<title render="italic">Partita for keyboard instrument, string
quartet, and harpsichord concertante (1964)</title>
</item>
<item>Performers: Michael Sahl, harmonium; George Crumb, celesta; Jan
Williams, vibraphone; Charles Joseph, Paul Zukofsky, violin; Jean
Dupouy, viola; Jay Humeston, violoncello; Robert Parris,
harpsichord</item>
</list>
<list>
<head>Work number: ENM012-03</head>
<item>
<persname>Kagel, Mauricio</persname>
</item>
<item>
<title render="italic">Mimetics (Metapiece) for piano (1961),
performed with Sonant, for Spanish guitar and electric guitar,
double bass and membranophones (1960?), and Metapiece (Mimetics)
for piano solo (1961)</title>
</item>
<item>Performers: Fredric Myrow, piano; Stanley Silverman, guitar; Buell
Neidlinger, doublebass; John Bergamo, Jan Williams, percussion;
Mauricio Kagel, piano via electronic tape on Metapiece</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1da">
<did>
<container type="box">1</container>
<container type="CD">14</container>
<unittitle>Evenings for New Music Concert 13, <unitdate type="inclusive">November 7, 1965</unitdate>
</unittitle>
<physdesc>
<extent>1 compact disc </extent>
</physdesc>
<note>
<p>Transferred from: Reel 16-Reel 18</p>
<p> Preservation copy on DVD 9</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM013-01</head>
<item>
<persname>Globokar, Vinko, 1934-</persname>
</item>
<item>
<title render="italic">Plan (1965)</title>
</item>
<item>Performers: Karl Kraber, flute; Andrew White III, oboe; Sherman
Friedland, clarinet; Vinko Globokar, trombone; John Bergamo,
reciter/percussion</item>
<item>Duration: 4:20</item>
</list>
<list>
<head>Work number: ENM013-02</head>
<item>
<persname>Carter, Elliott, 1908-</persname>
</item>
<item>
<title render="italic">Six pieces for kettledrums (1950). Excerpts
III. Saeta. IV. March. VI. Canary.</title>
</item>
<item>Performers: Jan Williams, timpani</item>
<item>Duration: 11:30</item>
</list>
<list>
<head>Work number: ENM013-03</head>
<item>
<persname>Nilsson, Bo</persname>
</item>
<item>
<title render="italic">Zwanzig Gruppen (1957-58)</title>
</item>
<item>Performers: Karl Kraber, flute; Andrew White III, oboe; Sherman
Friedland, clarinet</item>
<item>Duration: 5:35</item>
</list>
<list>
<head>Work number: ENM013-04</head>
<item>
<persname>Biel, Michael von</persname>
</item>
<item>
<title render="italic">Quartet, strings, no. 1 (1963)</title>
</item>
<item>Performers: Dagmar von Biel, Charles Joseph, violins; Jean Dupouy,
viola; Michael von Biel, violoncello</item>
<item>Duration: 6:14</item>
</list>
<list>
<head>Work number: ENM013-05</head>
<item>
<persname>Biel, Michael von</persname>
</item>
<item>
<title render="italic">Quartet with accompaniment (1965)</title>
</item>
<item>Performers: Dagmar von Biel, Charles Joseph, violins; Jean Dupouy,
viola; Michael von Biel, Jay Humeston, violoncellos; Buell
Neidlinger, bass</item>
<item>Duration: 10:22</item>
</list>
<list>
<head>Work number: ENM013-06</head>
<item>
<persname>Schoenberg, Arnold, 1874-1951</persname>
</item>
<item>
<title render="italic">Pierrot Lunaire, op. 21 (1912)</title>
</item>
<item>Performers: Carol Plantamura, soprano; Karl Kraber, flute; Sherman
Friedland, clarinet; Charles Joseph, violin; Jean Dupouy viola; Jay
Humeston, violoncello; Richard Dufallo, conductor</item>
<item>Duration: 36:08</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a1baa1e4">
<did>
<container type="box">1</container>
<container type="CD">15</container>
<unittitle>Evenings for New Music Concert 15, <unitdate type="inclusive">December 18, 1965</unitdate>
</unittitle>
<physdesc>
<extent>1 compact disc </extent>
</physdesc>
<note>
<p>Transferred from: Reel 19-Reel 22</p>
<p> Preservation copy on DVD 10</p>
<p>Performed at Albright-Knox Art Gallery</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: ENM015-01</head>
<item>
<persname>Taylor, Cecil, 1929-</persname>
</item>
<item>
<title render="italic">Toll (1962)</title>
</item>
<item>Performers: Andrew White III, alto saxophone; John Bergamo,
percussion; Buell Neidlinger, bass</item>