-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0001_4.xml
8413 lines (8412 loc) · 417 KB
/
nbuumu_0001_4.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" 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. 1.4::Yvar Mikhashoff Collection of Reel to Reel Tapes)//EN">nbuumu_0001_4</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Yvar Mikhashoff
Collection of Reel to Reel Tapes,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1961/1984">1961-1984</date> </titleproper>
<titleproper type="filing" altrender="nodisplay">Mikhashoff (Yvar)
Collection of Reel to Reel Tapes</titleproper>
<author encodinganalog="contributor">Finding aid prepared by John
Bewley.</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">2018</date>. State
University of New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by John Bewley,
<date normal="2018" era="ce" calendar="gregorian" type="inclusive">2018</date>. </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">Yvar Mikhashoff
Collection of Reel to Reel Tapes,
<unitdate encodinganalog="245$f" normal="1961/1984" type="inclusive" datechar="creation">1961-1984</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 1.4</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf">Mikhashoff, Yvar, 1941-1993</persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">15
boxes</extent> (<extent unit="reel" encodinganalog="300$a">205 reels of audio tape</extent>, <extent unit="LP" encodinganalog="300$a"> 5 LPs</extent>, <extent unit="compact disc" encodinganalog="300$a"> 9 CDs</extent>) </physdesc>
<langmaterial label="Language of Material" encodinganalog="546">Collection contains sung text in <language langcode="eng">English</language>, <language langcode="fre">French</language>,
<language langcode="ger">German</language>, <language langcode="ita">Italian</language>, <language langcode="lat">Latin</language>,
and <language langcode="rus">Russian</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 155
reel to reel tapes featuring performances either by Mikhashoff or of his music, 31 reels that do not
contain performances or works by Mikhashoff, and 19 reels containing tape parts to accompany performances. Five LP sound recordings and nine compact discs are also included in the collection.</abstract>
<unitdate type="inclusive" normal="1961/1984">1961-1984</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Yvar Mikhashoff Collection of Reel to Reel Tapes,
1961-1984, 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>Gift of the estate of Yvar Mikhashoff, 1993.</p>
</acqinfo>
<accruals encodinganalog="584">
<head>Accruals and Additions</head>
<p>No further accruals are expected to this collection. </p>
</accruals>
<altformavail encodinganalog="530">
<head>Alternative Form Available</head>
<p>The reels in the first and fifth series of the collection containing performances or compositions by Mikhashoff were digitally reformatted in 2015. The funds for the reformatting were generously supplied by the Yvar
Mikhashoff Trust for New Music.</p>
<p>The reformatted contents were transferred to a hard drive that is stored with the collection. Preservation wav files were created to match the original reel faces. Production master files (wav) were created to match
musical works or other segments of the contents and service copy files (mp3)
were created from the production masters.</p>
</altformavail>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Initial processing by John Gather; further processed by John Bewley.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Yvar-Emilian Mikhashoff was born Ronald MacKay in Troy near Albany,
New York in 1941. He began piano studies with Betty Weir and Stanley Hummel in
Albany. At the Eastman School of Music in 1959, he first took a major in
composition and cello, then changed to piano studies with Armand Basile. In the
1961 academic year, he studied piano at the Juilliard School in New York City.
He also had a career as a ballroom dancer from 1962-1965.</p>
<p>In 1964 Mikhashoff entered the University of Houston for studies in
piano with Albert Hirsh. He earned a B.M. in 1967 and continued with graduate
study in composition with Elmer Schoettle and obtained his M.M. in 1968. It was
during this period that MacKay adopted his grandfather's name, Mikhashoff.</p>
<p>Receiving a Fulbright scholarship in 1968, he studied the music of the
French Impressionists with Nadia Boulanger. After his return to the United
States, Mikhashoff entered the University of Texas at Austin as a doctoral
candidate in composition and studied with Hunter Johnson, Kent Kennan, Janet
McGaughey and Karl Korte. He earned a Doctor of Musical Arts degree with a
major in composition and a minor in literature in August 1973 and founded the
Cambiata Soloists ensemble. In the fall of 1973 Mikhashoff was appointed
Assistant Professor in the Music Department at the State University of New York
at Buffalo. Based in Buffalo until his death in 1993, Mikhashoff had an
international performing career which led him to promote new music and American
music around the world.</p>
<p>Mikhashoff had a genius for programming, a talent he utilized
extensively while organizing many festivals and broadcasts of new music
throughout the world, including his work at the Almeida Festival in London and
the Holland Festival. Mikhashoff co-founded the North American New Music
Festival in 1983 with Jan Williams and remained a co-director until his death.
He commissioned works from such notable composers as John Cage, Lukas Foss,
Otto Luening, Poul Ruders, James Sellars, Christian Wolff, and many others. One
of his most notable commissioning projects occurred in 1982 when he
commissioned or solicited new tangos for solo piano from an international array
of more than 80 composers. Mikhashoff also edited publications of music,
including works by Henry Cowell, Lejaren Hiller, Conlon Nancarrow, and Virgil
Thomson. He recorded on the New Albion, Mode, RCA Victor, CRI, and Spectrum
record labels. Yvar Mikhashoff's support of contemporary music continues today
through the
<extref href="http://www.mikhashofftrust.org/index.html" actuate="onrequest" show="new" role="text/html">Yvar Mikhashoff Trust for New
Music</extref> which was created by his estate to support composers and
performers of new music. </p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The collection contains 155
reel to reel tapes featuring performances either by Mikhashoff or of his music, 31 reels that do not
contain performances or works by Mikhashoff, and 19 reels containing tape parts to accompany performances. An additional 5 LP sound recordings and 9 compact discs are included in the collection. The collection has been dated based upon the content of the reels containing Mikhashoff performances and works.
</p>
<p>The contents represent a portrait of Mikhashoff's career, not only
as pianist and composer, but also as a concert programmer. He had great
enthusiasm for exploring different musical themes, including tangos, waltzes,
and various eras and styles. This collection contains many examples of
Mikhashoff's own spoken word descriptions of the music he was performing.</p>
<p>The container list descriptions are based on the original inventory,
which presumably relied upon external sources such as container labels, not
auditioning. Reformatting the tapes reveals many details that were previously
not known, such as spoken word introductions, changes in program contents, and
even blank tapes. The reformatted digital files are listed for tapes in Series
I and V to provide some indication of how the files may match the listed contents.
</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is in five series: </p>
<list type="simple">
<item>
<ref target="series1" actuate="onrequest" show="replace">I. Reel to reel tapes with Mikhashoff as performer or composer</ref>
</item>
<item>
<ref target="series2" actuate="onrequest" show="replace">II. Reel to reel tapes of accompanying tape parts for performances
</ref>
</item>
<item>
<ref target="series3" actuate="onrequest" show="replace">III. Reel to reel tapes without Mikhashoff as performer or composer</ref>
</item>
<item>
<ref target="series4" actuate="onrequest" show="replace">IV. Long playing and compact disc recordings</ref>
</item>
<item>
<ref target="series5" actuate="onrequest" show="replace">V. Reel to reel tapes added from other University at Buffalo sources with Mikhashoff as performer or composer</ref>
</item>
</list>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a0add7ad">
<did>
<unitid id="series1">I.</unitid>
<unittitle>Reel to reel tapes with Mikhashoff as performer or composer,
<unitdate type="inclusive" normal="1961/1984">1961-1984</unitdate>
</unittitle>
<physdesc>
<extent>Item 1-123</extent>
</physdesc>
</did>
<scopecontent>
<p>These recordings date back to Mikhashoff's days as an undergraduate student and extend forward into his career on the international stage, including performances in Aspen, Houston, Austin, Albany, New York, Buffalo, New York City, Chicago, The Netherlands, Denmark, and Norway.</p>
</scopecontent>
<arrangement>
<p>In order as previously processed which is chiefly chronological, with undated items, represented by a range of dates, at the end of the sequence.</p>
</arrangement>
<c level="item" id="c_5ccc8a0add7bd">
<did>
<container type="box">1</container>
<container type="item">1</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 001, <unitdate type="inclusive">1961-07-07/1961-08-17</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: Aspen 1961 - Hennagin, Copland, Brahms</p>
<p>Performers: Ronald MacKay, piano; Toni Rapport, violin; William Maynard, clarinet; Robert Kogan, cello; and Dave Martin, baritone</p>
<p>Recording location: Aspen, Colorado</p>
<p>Recorded on both sides: Side 2 starts with Copland Variations</p>
<p>Contents stated on original container inserted.</p>
<p>Requires checking: 1st work Copland piano variations -- 2nd work is Brahms - 3rd work is probably Hennagin's Three inventions - 4th work for cello, clarinet, piano -- 5th work to be identified</p>
<p>Derivative files created: 5</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Hennagin: Children's pieces -- Theme, variations, finale -- Recitative and aria -- Three inventions ; Copland: Piano variations ; Brahms: Six songs from the Magelone</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_001_01am.wav,
ubmu0001_4_001_02am.wav</item>
<item>Production master files file: ubmu0001_4_001_01-01pm.wav,
ubmu0001_4_001_01-02pm.wav,
ubmu0001_4_001_02-01pm.wav,
ubmu0001_4_001_02-02pm.wav,
ubmu0001_4_001_02-03pm.wav</item>
<item>Service copy file: ubmu0001_4_001_01-01sc.mp3,
ubmu0001_4_001_01-02sc.mp3,
ubmu0001_4_001_02-01sc.mp3,
ubmu0001_4_001_02-02sc.mp3,
ubmu0001_4_001_02-03sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7c2">
<did>
<container type="box">1</container>
<container type="item">2</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 002, <unitdate type="inclusive">1964</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: Dances for Davia</p>
<p>Performers: Mikhashoff, piano and Amy, Hunter Winn, flute; or Jay Hersher, flute and John Newell, piano</p>
<p>Recording location: Unknown location</p>
<p>Performance information in pencil on back of container does not match program used as label on front of container which is for a 19 November 1976 concert at Baird Recital Hall with Jay Hersher, flute and John Newell, piano.</p>
<p>Requires checking: 1st track: Dances for Davia -- 2nd track - Solo flute, perhaps incomplete piece and flutist practicing, including excerpts -- 3rd track: song for soprano and piano (Hungarian) -- Recording of "Grenada" playing with people talking -- Records playing, including Vaughn Meader as Kennedy -- Flutist rehearsing -- Flutist rehearsing</p>
<p>Derivative files created: 7</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mikhashoff: Dances for Davia</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_002_01am.wav,
ubmu0001_4_002_02am.wav,
ubmu0001_4_002_03am.wav,
ubmu0001_4_002_04am.wav</item>
<item>Production master files file: ubmu0001_4_002_01-01pm.wav,
ubmu0001_4_002_02-01pm.wav,
ubmu0001_4_002_02-02pm.wav,
ubmu0001_4_002_02-03pm.wav,
ubmu0001_4_002_03-01pm.wav,
ubmu0001_4_002_04-01pm.wav,
ubmu0001_4_002_04-02pm.wav</item>
<item>Service copy file: ubmu0001_4_002_01-01sc.mp3,
ubmu0001_4_002_02-01sc.mp3,
ubmu0001_4_002_02-02sc.mp3,
ubmu0001_4_002_02-03sc.mp3,
ubmu0001_4_002_03-01sc.mp3,
ubmu0001_4_002_04-01sc.mp3,
ubmu0001_4_002_04-02sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7c7">
<did>
<container type="box">1</container>
<container type="item">3</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 003, <unitdate type="inclusive">1965-05-uu</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1965 Junior Recital UH Debussy and Ravel</p>
<p>Performers: Ronald MacKay, piano; Lukas Foss, conductor; Phyllis Curtin, soprano; Cleveland Orchestra</p>
<p>Recording location: University of Houston</p>
<p>Recorded on both sides; side 2 begins with Ives; speed indicated as 7 3/4, presumably a mistake for 7 1/2</p>
<p>Signed Ronald MacKay; Printed program attached; The recordings of the Ives and Foss works are from a radio broadcast of the 1964 performance with the Cleveland Orchestra</p>
<p>Requires checking: Gaspard de la nuit divided over 2 tracks: 3-4.</p>
<p>Derivative files created: 8</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Debussy: Preludes (selection of 8) ; Ravel: Prelude -- Gaspard de la nuit ; Ives: From the steeples and the mountains -- Over the pavements -- The unanswered question ; Foss: Time cycle</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_003_01am.wav,
ubmu0001_4_003_02am.wav</item>
<item>Production master files file: ubmu0001_4_003_01-01pm.wav,
ubmu0001_4_003_01-02pm.wav,
ubmu0001_4_003_01-03pm.wav,
ubmu0001_4_003_01-04pm.wav,
ubmu0001_4_003_02-01pm.wav,
ubmu0001_4_003_02-02pm.wav,
ubmu0001_4_003_02-03pm.wav,
ubmu0001_4_003_02-04pm.wav</item>
<item>Service copy file: ubmu0001_4_003_01-01sc.mp3,
ubmu0001_4_003_01-02sc.mp3,
ubmu0001_4_003_01-03sc.mp3,
ubmu0001_4_003_01-04sc.mp3,
ubmu0001_4_003_02-01sc.mp3,
ubmu0001_4_003_02-02sc.mp3,
ubmu0001_4_003_02-03sc.mp3,
ubmu0001_4_003_02-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7cd">
<did>
<container type="box">1</container>
<container type="item">4</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 004, <unitdate type="inclusive">1965-05-24</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1965 Junior Recital (UH) May 24</p>
<p>Performers: Ronald MacKay, piano; Albert Hirsh, piano; Amy Hunter, flute; David Herbert, oboe; Willo Brotherton, clarinet</p>
<p>Recording location: University of Houston, Ezekiel W. Cullen Auditorium</p>
<p>Printed program attached</p>
<p>Derivative files created: 5</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Debussy: Preludes (selection of 8) ; Ravel: Gaspard de la nuit ; Milhaud: Sonate ; Ravel: Prelude -- Concerto pour la main gauche, arranged for two pianos</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_004_01am.wav</item>
<item>Production master files file: ubmu0001_4_004_01-01pm.wav,
ubmu0001_4_004_01-02pm.wav,
ubmu0001_4_004_01-03pm.wav,
ubmu0001_4_004_01-04pm.wav,
ubmu0001_4_004_01-05pm.wav</item>
<item>Service copy file: ubmu0001_4_004_01-01sc.mp3,
ubmu0001_4_004_01-02sc.mp3,
ubmu0001_4_004_01-03sc.mp3,
ubmu0001_4_004_01-04sc.mp3,
ubmu0001_4_004_01-05sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7d2">
<did>
<container type="box">1</container>
<container type="item">5</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 005, <unitdate type="inclusive">1967-08-11</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1967 Mikhashoff / Original songs</p>
<p>Performers: Eleanor Grant, voice; Suzanne Summerville, voice; Mr. Dickinson, voice; Mikhashoff, piano</p>
<p>Recording location: University of Houston, Ezekiel W. Cullen Auditorium</p>
<p>Printed program attached; signed Yvar-Emilian Mikhashoff</p>
<p>Requires checking: 01_01 - Portrait of verlaine, for oboe, voice, piano (first bars missing) -- 02_01 Au jardin through 14:11 then Perfumed wasp (1st two songs: Perfumed wasp and Solitude of violet leaves) applause after completion of 2nd song -- 02-02: Perfumed wasp. 3rd song (Pale Fern) -- 02-03: Petals for baritone and piano</p>
<p>Derivative files created: 4</p>
</note>
</did>
<phystech>
<p>1.875 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mikhashoff: Au jardin de l'infante. For Emmanuel Lopez -- Four antique japanese dances -- The perfumed wasp -- Petals from a burnished autumn</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_005_01am.wav,
ubmu0001_4_005_02am.wav</item>
<item>Production master files file: ubmu0001_4_005_01-01pm.wav,
ubmu0001_4_005_02-01pm.wav,
ubmu0001_4_005_02-02pm.wav,
ubmu0001_4_005_02-03pm.wav</item>
<item>Service copy file: ubmu0001_4_005_01-01sc.mp3,
ubmu0001_4_005_02-01sc.mp3,
ubmu0001_4_005_02-02sc.mp3,
ubmu0001_4_005_02-03sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7d8">
<did>
<container type="box">1</container>
<container type="item">6</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 006, <unitdate type="inclusive">1967-05-15</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1967 Senior Recital (UH) incl. Fennimore</p>
<p>Performers: Ronald MacKay, piano</p>
<p>Recording location: University of Houston, Department of Music</p>
<p>Recorded on both sides; Side 2 begins with Debussy</p>
<p>Senior recital; given in partial fulfilment of the requirements for the degree Bachelor of Music; printed program attached</p>
<p>Requires checking: 01-01: Bartok -- 01-02: Chopin thru Etudes 8? (no applause at end) -- 01-03: Etude no. 12 -- 01_04: Chopin: Nocturne -- doesn't match 01-06: Chopin Etude op. 25 no. 7</p>
<p>Derivative files created: 8</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Bart&#xF3;k: Improvisations I-VIII ; Chopin: Etudes op.25, nos. 1,2,6,7,8,12 -- Prelude op.28, no.24 -- Nocturne op.32, no.1 ; Debussy: Images. Cloches -- Et la lune -- Poissons d'or ; Fennimore: Variations on a theme of Beethoven</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_006_01am.wav,
ubmu0001_4_006_02am.wav</item>
<item>Production master files file: ubmu0001_4_006_01-01pm.wav,
ubmu0001_4_006_01-02pm.wav,
ubmu0001_4_006_01-03pm.wav,
ubmu0001_4_006_01-04pm.wav,
ubmu0001_4_006_01-05pm.wav,
ubmu0001_4_006_01-06pm.wav,
ubmu0001_4_006_02-01pm.wav,
ubmu0001_4_006_02-02pm.wav</item>
<item>Service copy file: ubmu0001_4_006_01-01sc.mp3,
ubmu0001_4_006_01-02sc.mp3,
ubmu0001_4_006_01-03sc.mp3,
ubmu0001_4_006_01-04sc.mp3,
ubmu0001_4_006_01-05sc.mp3,
ubmu0001_4_006_01-06sc.mp3,
ubmu0001_4_006_02-01sc.mp3,
ubmu0001_4_006_02-02sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7df">
<did>
<container type="box">1</container>
<container type="item">7</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 007, <unitdate type="inclusive">1968-05-20</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1968 Messiaen / Mikhashoff - Traceries Gawain</p>
<p>Performers: Jan Cole, flute, recorder, piccolo, alto flute, bass flute; Neil Havens, narrator; Isabelle Lipschutz, soprano, recorder; Barbara Shook, violin; Jerry McCathern, trumpet; Mary Elisabeth Lee, harpsichord; Marian Wilson, violoncello, viola da gamba; Patricia Kennedy, percussion; Yvar Mikhashoff, conductor</p>
<p>Recording location: Rice University, Hamman Hall Auditorium</p>
<p>Premi&#xE8;re performances of Traceries and Sir Gawain; printed program for Recital of chamber music by Jan Cole, flutist inserted. It is unclear if the entire program is on the tape and what the spine title reference to Messiaen is about.</p>
<p>Requires checking: 4 files for 2 works</p>
<p>Derivative files created: 4</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mikhashoff: Traceries -- Sir Gawain and the green knight</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_007_01am.wav,
ubmu0001_4_007_02am.wav</item>
<item>Production master files file: ubmu0001_4_007_01-01pm.wav,
ubmu0001_4_007_01-02pm.wav,
ubmu0001_4_007_01-03pm.wav,
ubmu0001_4_007_02-01pm.wav</item>
<item>Service copy file: ubmu0001_4_007_01-01sc.mp3,
ubmu0001_4_007_01-02sc.mp3,
ubmu0001_4_007_01-03sc.mp3,
ubmu0001_4_007_02-01sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7e6">
<did>
<container type="box">1</container>
<container type="item">8</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 008, <unitdate type="inclusive">1968-04-24</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1968 Mikhashoff / Seis Caprichos (Ganz)</p>
<p>Performers: Mikhashoff, piano; Isabelle Ganz (Lipschutz), soprano</p>
<p>Recording location: University of Houston Auditorium number 1, Liberal Arts Building</p>
<p>Premi&#xE8;re performances of Mikhashoff's Seis caprichos and Lipschutz's Next to of course god america; given in partial fulfilment of the requirements for the Master of Music; printed program attached</p>
<p>Requires checking: 01_01--01_03 from radio broadcast of Donizetti's Elixir de Amor -- 02_01 : Seis caprichos -- 02-02: Lipschutz -- 02_03 : unidentified -- 02_04-05 radio broadcast</p>
<p>Derivative files created: 8</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mikhashoff: Seis caprichos ; Weill: Seer&#xE4;uberjenny ; Lipschutz: Next to of course god america ; Ives: Soliloquy or a study in 7ths and other things -- Children's hour -- Old home day</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_008_01am.wav,
ubmu0001_4_008_02am.wav</item>
<item>Production master files file: ubmu0001_4_008_01-01pm.wav,
ubmu0001_4_008_01-02pm.wav,
ubmu0001_4_008_01-03pm.wav,
ubmu0001_4_008_02-01pm.wav,
ubmu0001_4_008_02-02pm.wav,
ubmu0001_4_008_02-03pm.wav,
ubmu0001_4_008_02-04pm.wav,
ubmu0001_4_008_02-05pm.wav</item>
<item>Service copy file: ubmu0001_4_008_01-01sc.mp3,
ubmu0001_4_008_01-02sc.mp3,
ubmu0001_4_008_01-03sc.mp3,
ubmu0001_4_008_02-01sc.mp3,
ubmu0001_4_008_02-02sc.mp3,
ubmu0001_4_008_02-03sc.mp3,
ubmu0001_4_008_02-04sc.mp3,
ubmu0001_4_008_02-05sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7ed">
<did>
<container type="box">1</container>
<container type="item">9</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 009, <unitdate type="inclusive">1968-05-19</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1968 Music of the Twentieth Century (Houston) UH</p>
<p>Performers: Yvar-Emilian Mikhashoff, piano</p>
<p>Recording location: University of Houston</p>
<p>Sticker on reel: "Masters"; pencil inscription on back of container "Seis caprichos"; printed program inserted</p>
<p>Same number of files as works</p>
<p>Derivative files created: 10</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Debussy: Etude XI -- La terasse des audiences au clair de lune -- Etude VI ; Charpentier: Etudes carnatiques, 3&#xE8;me cycle ; Messiaen: Regard du silence -- Catalogue d'oiseaux: Le loriod ; Ginastera: Twelve american preludes, vol.1 ; Copland: Piano variations ; Fennimore: Songs and dances ; Prokofiev: Toccata</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_009_01am.wav,
ubmu0001_4_009_02am.wav</item>
<item>Production master files file: ubmu0001_4_009_01-01pm.wav,
ubmu0001_4_009_01-02pm.wav,
ubmu0001_4_009_01-03pm.wav,
ubmu0001_4_009_01-04pm.wav,
ubmu0001_4_009_01-05pm.wav,
ubmu0001_4_009_01-06pm.wav,
ubmu0001_4_009_01-07pm.wav,
ubmu0001_4_009_02-01pm.wav,
ubmu0001_4_009_02-02pm.wav,
ubmu0001_4_009_02-03pm.wav</item>
<item>Service copy file: ubmu0001_4_009_01-01sc.mp3,
ubmu0001_4_009_01-02sc.mp3,
ubmu0001_4_009_01-03sc.mp3,
ubmu0001_4_009_01-04sc.mp3,
ubmu0001_4_009_01-05sc.mp3,
ubmu0001_4_009_01-06sc.mp3,
ubmu0001_4_009_01-07sc.mp3,
ubmu0001_4_009_02-01sc.mp3,
ubmu0001_4_009_02-02sc.mp3,
ubmu0001_4_009_02-03sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7f4">
<did>
<container type="box">1</container>
<container type="item">10</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 010, <unitdate type="inclusive">1970-04-21</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1970 Jan&#xE1;?ek, Capriccio - UH Winds and me</p>
<p>Performers: Mikhashoff, piano, left hand; Mike White, flute; Jerry McCathern, Billy Parten, trumpet; Wesley Zeagler, Andy Russel, David Vandiver, trombone; Lester Oliver, tenor tuba; Jeffrey Lerner, conductor</p>
<p>Recording location: University of Houston, Arnold Hall</p>
<p>Edited by Mikhashoff; printed program attached, with only the Jana?ek marked presumably meaning it is the only work on the tape</p>
<p>files match movements</p>
<p>Derivative files created: 4</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Jan&#xE1;?ek: Capriccio. I. Allegro -- II. Adagio -- III. Allegretto -- IV. Andante</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_010_01am.wav</item>
<item>Production master files file: ubmu0001_4_010_01-01pm.wav,
ubmu0001_4_010_01-02pm.wav,
ubmu0001_4_010_01-03pm.wav,
ubmu0001_4_010_01-04pm.wav</item>
<item>Service copy file: ubmu0001_4_010_01-01sc.mp3,
ubmu0001_4_010_01-02sc.mp3,
ubmu0001_4_010_01-03sc.mp3,
ubmu0001_4_010_01-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add7fc">
<did>
<container type="box">1</container>
<container type="item">11</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 011, <unitdate type="inclusive">1970</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1970 Master of Record for flute and Piano</p>
<p>Performers: Jan Cole, flute; Mikhashoff, piano</p>
<p>Recording location: Unknown location</p>
<p>Recorded on both sides; side 2 begins with Faure</p>
<p>Master tape for a vinyl record; contents attached to container</p>
<p>Requires checking: 7 works, 6 tracks. Carnaval missing</p>
<p>Derivative files created: 6</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Molique: Andante ; Blavet: Sonata no.2 ; Rodrigo: Four songs ; Faur&#xE9;: Sicilienne ; Stanley: Solo in D minor, op.1, no.1 ; Falla: Two songs ; Genin: Carnaval de Venise</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_011_01am.wav</item>
<item>Production master files file: ubmu0001_4_011_01-01pm.wav,
ubmu0001_4_011_01-02pm.wav,
ubmu0001_4_011_01-03pm.wav,
ubmu0001_4_011_01-04pm.wav,
ubmu0001_4_011_01-05pm.wav,
ubmu0001_4_011_01-06pm.wav</item>
<item>Service copy file: ubmu0001_4_011_01-01sc.mp3,
ubmu0001_4_011_01-02sc.mp3,
ubmu0001_4_011_01-03sc.mp3,
ubmu0001_4_011_01-04sc.mp3,
ubmu0001_4_011_01-05sc.mp3,
ubmu0001_4_011_01-06sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add804">
<did>
<container type="box">1</container>
<container type="item">12</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 012, <unitdate type="inclusive">June 1971?</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1971 Cambiata Concert: Austin in June</p>
<p>Performers: Possible performers include: Cambiata Soloists, Isabelle Lipschutz, soprano; Linda Watson, pianist; Mary Jungerman, clarinet; Amy Winn, flute; Connie Hill, soprano; Frank Dent, speaker; and Mikhashoff, piano, director</p>
<p>Recording location: Austin, Texas</p>
<p>Contents not clear. Title on spine states June 1971 but program information supplied by initial processor is from a Sunday June 10 concert titled: An afternoon of French music. But, Sunday June 10th occurred in 1973, not 1971.</p>
<p>Requires checking: 9 works, 13 files</p>
<p>Derivative files created: 13</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Debussy: Syrinx ; Poulenc: Prier pour paix -- "C" ; Fennimore: Berlitz songs (excerpts) ; Ravel: Duet of the child and the princess (L'enfant et les sortileges) -- Ma m&#xE8;re l'oye ; Debussy: Des pas sur la neige -- Poissons d'or ; Ravel: Histoires naturelle</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_012_01am.wav,
ubmu0001_4_012_02am.wav</item>
<item>Production master files file: ubmu0001_4_012_01-01pm.wav,
ubmu0001_4_012_01-02pm.wav,
ubmu0001_4_012_01-03pm.wav,
ubmu0001_4_012_01-04pm.wav,
ubmu0001_4_012_01-05pm.wav,
ubmu0001_4_012_01-06pm.wav,
ubmu0001_4_012_01-07pm.wav,
ubmu0001_4_012_01-08pm.wav,
ubmu0001_4_012_01-09pm.wav,
ubmu0001_4_012_02-01pm.wav,
ubmu0001_4_012_02-02pm.wav,
ubmu0001_4_012_02-03pm.wav,
ubmu0001_4_012_02-04pm.wav</item>
<item>Service copy file: ubmu0001_4_012_01-01sc.mp3,
ubmu0001_4_012_01-02sc.mp3,
ubmu0001_4_012_01-03sc.mp3,
ubmu0001_4_012_01-04sc.mp3,
ubmu0001_4_012_01-05sc.mp3,
ubmu0001_4_012_01-06sc.mp3,
ubmu0001_4_012_01-07sc.mp3,
ubmu0001_4_012_01-08sc.mp3,
ubmu0001_4_012_01-09sc.mp3,
ubmu0001_4_012_02-01sc.mp3,
ubmu0001_4_012_02-02sc.mp3,
ubmu0001_4_012_02-03sc.mp3,
ubmu0001_4_012_02-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add80d">
<did>
<container type="box">1</container>
<container type="item">13</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 013, <unitdate type="inclusive">1972-01-20</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1972 Cambiata Soloists: Shakespeare to Strav.</p>
<p>Performers: Cambiata soloists, Isabelle Lipschutz, soprano; Mikhashoff, piano, harpsichord, director; David Bonner, flute; James Chamberlain, clarinet; Samuel Thiel, French horn; Harry Clark, violoncello; Rosemary Silversteen, violin; Wolfgang Justen, flute; Phyllis Herdliska, viola; Paul Schmidt, narrator</p>
<p>Recording location: Unversity of Texas at Austin, Department of Music</p>
<p>Premi&#xE8;re of Mikhashoff's Four figures; photocopy of printed program inserted</p>
<p>13 works listed, 13 files</p>
<p>Derivative files created: 13</p>
</note>
</did>
<phystech>
<p>3.75 ips</p>
</phystech>
<scopecontent>
<p>Contents: Haydn: Divertimento a tre ; Stravinsky: Three songs after William Shakespeare ; Bach: Suite no.5 for unaccompanied cello ; Anonymous: The willow song (Othello) ; Johnson, Hunter: Full fadom five (The tempest) ; Dowland: Lady, if you so spite me -- Come away, come sweet love -- In darkness let me dwell ; Morley: It was a lover and his lass ; Mikhashoff: Four figures of a drowned maiden, Ophelia ; Weber: Trio, op. 63 ; Brahms: Songs of Ophelia ; Trimble: Four fragments from the Canterbury tales</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_013_01am.wav</item>
<item>Production master files file: ubmu0001_4_013_01-01pm.wav,
ubmu0001_4_013_01-02pm.wav,
ubmu0001_4_013_01-03pm.wav,
ubmu0001_4_013_01-04pm.wav,
ubmu0001_4_013_01-05pm.wav,
ubmu0001_4_013_01-06pm.wav,
ubmu0001_4_013_01-07pm.wav,
ubmu0001_4_013_01-08pm.wav,
ubmu0001_4_013_01-09pm.wav,
ubmu0001_4_013_01-10pm.wav,
ubmu0001_4_013_01-11pm.wav,
ubmu0001_4_013_01-12pm.wav,
ubmu0001_4_013_01-13pm.wav</item>
<item>Service copy file: ubmu0001_4_013_01-01sc.mp3,
ubmu0001_4_013_01-02sc.mp3,
ubmu0001_4_013_01-03sc.mp3,
ubmu0001_4_013_01-04sc.mp3,
ubmu0001_4_013_01-05sc.mp3,
ubmu0001_4_013_01-06sc.mp3,
ubmu0001_4_013_01-07sc.mp3,
ubmu0001_4_013_01-08sc.mp3,
ubmu0001_4_013_01-09sc.mp3,
ubmu0001_4_013_01-10sc.mp3,
ubmu0001_4_013_01-11sc.mp3,
ubmu0001_4_013_01-12sc.mp3,
ubmu0001_4_013_01-13sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add816">
<did>
<container type="box">1</container>
<container type="item">14</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 014, <unitdate type="inclusive">1972-01-28</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: Rice concert Jan. 28 [1972]</p>
<p>Performers: Cambiata soloists, Isabelle Lipschutz, soprano; Mikhashoff, piano, harpsichord, director; David Bonner, flute; James Chamberlain, clarinet; Samuel Thiel, French horn; Harry Clark, violoncello; guest artists, Rosemary Silversteen, violin; Wolfgang Justen, flute; Phyllis Herdliska, viola; Paul Schmidt, narrator</p>
<p>Recording location: Rice University</p>
<p>Printed program inserted; on back of container: Four figures of a drowned maiden (perhaps last piece on concert-half) - check to see if it is the only work on the tape; Concert titled From Shakespeare to Stravinsky</p>
<p>Requires checking: 9 works listed, 8 files</p>
<p>Derivative files created: 8</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Haydn: Divertimento a tre ; Stravinsky: Three songs after William Shakespeare ; Bach: Suite no.5 for unaccompanied cello ; Mikhashoff: Four figures of a drowned maiden, Ophelia ; Brahms: The songs of Ophelia ; Dowland: Lady, if you so spite me in darkness ; Morley: It was a lover and his lass ; Weber: Trio, op. 63 ; Trimble: Four fragments from the Canterbury tales</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_014_01am.wav,
ubmu0001_4_014_02am.wav</item>
<item>Production master files file: ubmu0001_4_014_01-01pm.wav,
ubmu0001_4_014_01-02pm.wav,
ubmu0001_4_014_01-03pm.wav,
ubmu0001_4_014_01-04pm.wav,
ubmu0001_4_014_02-01pm.wav,
ubmu0001_4_014_02-02pm.wav,
ubmu0001_4_014_02-03pm.wav,
ubmu0001_4_014_02-04pm.wav</item>
<item>Service copy file: ubmu0001_4_014_01-01sc.mp3,
ubmu0001_4_014_01-02sc.mp3,
ubmu0001_4_014_01-03sc.mp3,
ubmu0001_4_014_01-04sc.mp3,
ubmu0001_4_014_02-01sc.mp3,
ubmu0001_4_014_02-02sc.mp3,
ubmu0001_4_014_02-03sc.mp3,
ubmu0001_4_014_02-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add820">
<did>
<container type="box">1</container>
<container type="item">15</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 015, <unitdate type="inclusive">1972-06-09</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1972 Cambiata Soloists The Broken Consort 1</p>
<p>Performers: Cambiata Soloists, Isabelle Lipschutz, soprano; Amy Winn, flute; Phyllis Herdliska, viola; Mikhashoff, piano, director; Walker Smith, saxophone</p>
<p>Recording location: University of Texas at Austin</p>
<p>Reel 1 of 2</p>
<p>Printed program inserted; the original description did not include the Copland work on this tape - it needs to be checked - it is also listed as being on Tape 17; 2nd part of program on Tape 16</p>
<p>3 works listed (if Brahms treated as 1), 3 files</p>
<p>Derivative files created: 4</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mozart: Trio K.498 ; Koechlin: Epitaph for Jean Harlow ; Brahms: Two songs, op.91</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_015_01am.wav</item>
<item>Production master files file: ubmu0001_4_015_01-01pm.wav,
ubmu0001_4_015_01-02pm.wav,
ubmu0001_4_015_01-03pm.wav,
ubmu0001_4_015_01-04pm.wav</item>
<item>Service copy file: ubmu0001_4_015_01-01sc.mp3,
ubmu0001_4_015_01-02sc.mp3,
ubmu0001_4_015_01-03sc.mp3,
ubmu0001_4_015_01-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add82b">
<did>
<container type="box">2</container>
<container type="item">16</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 016, <unitdate type="inclusive">1972-06-09</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1972 Cambiata Soloists The Broken Consort 2</p>
<p>Performers: Mikhashoff, piano; Amy Winn, flute; Isabelle Lipschutz, soprano; Phyllis Herdliska, viola; Walker Smith, saxophone; Mary Jungerman, clarinet; David Mings, bassoon; David Herbert, oboe</p>
<p>Recording location: University of Texas at Austin</p>
<p>Reel 2 of 2</p>
<p>Printed program attached; verify contents as 2nd half of concert - see Tape 15 for 1st half of concert</p>
<p>4 works, 4 files</p>
<p>Derivative files created: 4</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Mikhashoff: Tiento para el espejo de narciso ; Stravinsky: Three pieces for clarinet solo ; Fricker, P. Racine: Aubade for alto saxophone and piano ; Poulenc: Trio</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_016_01am.wav</item>
<item>Production master files file: ubmu0001_4_016_01-01pm.wav,
ubmu0001_4_016_01-02pm.wav,
ubmu0001_4_016_01-03pm.wav,
ubmu0001_4_016_01-04pm.wav</item>
<item>Service copy file: ubmu0001_4_016_01-01sc.mp3,
ubmu0001_4_016_01-02sc.mp3,
ubmu0001_4_016_01-03sc.mp3,
ubmu0001_4_016_01-04sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add835">
<did>
<container type="box">2</container>
<container type="item">17</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 017, <unitdate type="inclusive">1972-06-09</unitdate>
</unittitle>
<physdesc>
<extent>1 5 inch reel</extent>
</physdesc>
<note>
<p>Container title: Broken Consort 3 1972 Duo for flute + pno (Copland)</p>
<p>Performers: Amy Winn, flute; Mikhashoff, piano</p>
<p>Recording location: University of Texas at Austin</p>
<p>Unclear if this is a duplicate of same work on Tape 15</p>
<p>1 work, 1 file</p>
<p>Derivative files created: 1</p>
</note>
</did>
<phystech>
<p>7.5 ips</p>
</phystech>
<scopecontent>
<p>Contents: Copland: Duo for flute and piano</p>
</scopecontent>
<altformavail>
<p>Digitized copies: <list type="simple">
<item>Preservation archival master file(s): ubmu0001_4_017_01am.wav</item>
<item>Production master files file: ubmu0001_4_017_01-01pm.wav</item>
<item>Service copy file: ubmu0001_4_017_01-01sc.mp3</item>
</list>
</p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a0add841">
<did>
<container type="box">2</container>
<container type="item">18</container>
<unittitle>Yvar Mikhashoff Collection of Reel to reel tapes, Tape 018, <unitdate type="inclusive">1972-02-21</unitdate>
</unittitle>
<physdesc>
<extent>1 7 inch reel</extent>
</physdesc>
<note>
<p>Container title: 1972 Doctoral Recital (Austin) Part 1</p>
<p>Performers: Mikhashoff, piano</p>
<p>Recording location: University of Texas at Austin</p>
<p>Reel 1 of 2</p>
<p>Printed program attached; 2nd half of concert is on Tape 19</p>
<p>3 works, 3 files</p>