-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnbuumu_0064.xml
2648 lines (2648 loc) · 108 KB
/
nbuumu_0064.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. 64::Mischa Schneider Collection of Test Pressing Recordings)//EN">nbuumu_0064</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Mischa
Schneider Collection of Test Pressing Recordings,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1940/1980" certainty="approximate"> circa
1940-1980</date> </titleproper>
<titleproper type="filing" altrender="nodisplay"> Schneider (Mischa)
Collection of Test Pressing Recordings</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 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, June 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"> Mischa Schneider
Collection of Test Pressing Recordings,
<unitdate encodinganalog="245$f" normal="1940/1980" type="inclusive" datechar="creation" certainty="approximate"> circa
1940-1980</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 64</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf">
Schneider, Mischa, 1903-1985 </persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">2
boxes</extent> (<extent unit="sound recording" encodinganalog="300$a">51
12-inch sound recordings</extent>,
<extent unit="linear foot" encodinganalog="300$a">1 linear foot</extent>,
<extent unit="folder" encodinganalog="300$a">1 folder</extent>)</physdesc>
<langmaterial label="Language of Material" encodinganalog="546"> Printed
material in collection 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 Mischa Schneider
Collection of Test Pressing Recordings contains fifty-one sound recordings on
12-inch discs. The content includes eighteen recordings of performances by the
Budapest String Quartet and twelve recordings issued by the Marlboro Recording
Society.</abstract>
<unitdate type="inclusive" normal="1940/1980"> circa
1940-1980</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Mischa Schneider Collection of Test Pressing
Recordings, circa 1940-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. 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 Mischa Schneider.</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 John Bewley, 2013.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Mischa Schneider (Mojzesz Sznejder) was born in Vilnius, Lithuania
February 5 1904 (stated as 1903 in some sources and in the authorized form of
his name). He studied cello with Julius Klengel in Leipzig and in Paris with
Diran Alexanian. In 1930 he became the cellist with the Budapest Quartet. The
group was established around 1917 by the original members, Emil Hauser, Imre
Poganyi, Istvan Ipolyi and Harry Son. Mischa was joined in the quartet by his
brother Alexander in 1932. Eventually the personnel of the group stabilized as
Josef Roisman, first violin, Alexander Schneider, 2nd violin, Boris Kroyt,
viola, and Mischa Schneider, cello. Mischa Schneider's last performance with
the quartet was in 1965. He continued teaching but never performed again. He
died in Buffalo, New York October 3 1985.</p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The Mischa Schneider Collection of Test Pressing Recordings contains
fifty-one sound recordings on 12-inch discs. The content includes eighteen
recordings of performances by the Budapest String Quartet and twelve recordings
issued by the Marlboro Recording Society. Some of the test pressings bear dates
but it is not clear if the dates indicate date of the pressing or date of the
recording. All recordings have been marked as undated in the container list.
The collection was one component of a larger collection of recordings donated
to the library by the family of Mischa Schneider. It is unclear how the test
pressings were identified and separated from the original gift. Some of the
recordings seem to be commercial releases rather than true test pressings.
These have been left in the collection until further research demonstrates
whether or not they are actually test pressings.</p>
<p>Some of the Columbia recordings include annotations on the labels or
sleeves that state the name of the engineer for the recording, including Thomas
Shepard, Thomas Frost, and Sam Carter. The commercial releases associated with
the test pressings have been identified where possible. In some cases it is not
clear from the information provided which performance or recording date is
represented on a disc. In at least one case no commercial recording of a work
by the Budapest String Quartet has been identified. </p>
<p>The collection also includes a portion of a recorded interview between
Dr. Luther Evans (the tenth Librarian of Congress, 1945-1953) and Mischa
Schneider. The interview contains comments about the association between the
Budapest String Quartet and the Library of Congress. It was broadcast April 13
1950 on WQQW-FM. One additional folder contains the only non-audio content,
four scripts for the radio program Music in the Air. The program featured
Columbia Records recordings and the scripts include mention of some of the
recordings in the collection.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is arranged in four series: </p>
<list>
<item>
<ref actuate="onrequest" show="replace" target="series1">I.
Recordings issued by Columbia Records, including CBS, Sony, and Odyssey</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2">II.
Recordings issued by Marlboro Recording Society</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series3">III.
Recordings issued by other labels and an unpublished recording</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series4">IV. Music in
the Air scripts</ref>
</item>
</list>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="subseries" id="c_5ccc8a22a918c">
<did>
<unitid id="series1">I.</unitid>
<unittitle>Recordings issued by Columbia Records, including CBS,
Sony, and Odyssey,
<unitdate type="inclusive" normal="1940/1979">circa 1940-1979
</unitdate> </unittitle>
<physdesc>
<extent>Item 1-29</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged in two series:</p>
<p>
<list>
<item>
<ref show="replace" target="series1a" actuate="onrequest" role="text">I.A. Recordings of the Budapest String Quartet</ref>
</item>
<item>
<ref show="replace" target="series1b" actuate="onrequest" role="text">I.B. Recordings of other performers</ref>
</item>
</list>
</p>
</arrangement>
<c level="subseries" id="c_5ccc8a22a91a3">
<did>
<unitid id="series1a">I.A.</unitid>
<unittitle>Recordings of the Budapest String Quartet,
<unitdate normal="1940/1965" type="inclusive">1940-1965</unitdate>
</unittitle>
<physdesc>
<extent>Item 1-18</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged alphabetically by first named composer on the
recording.</p>
</arrangement>
<c level="item" id="c_5ccc8a22a91ab">
<did>
<container type="box">1 </container>
<container type="item">01</container>
<unittitle> Mischa Schneider Collection Disc 01,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 5008, 1956?</p>
<p>Side 1 matrix: None; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: May 1955</p>
<p>Label: "AL 35982"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 01_01</head>
<item>
<persname source="lcnaf">Mozart, Wolfgang Amadeus,
1756-1791</persname>
</item>
<item>
<title type="uniform">Quartets, strings, K. 590, F
major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt no. 23 in F major</title> </item>
<item>Performers: Budapest String Quartet</item>
</list>
<list>
<head>Work number: 01_02</head>
<item>
<persname source="lcnaf">Beethoven, Ludwig van,
1770-1827</persname>
</item>
<item>
<title type="uniform">Quartets, strings, no. 2, op. 18, no.
2, G major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt no. 2 in G major</title> </item>
<item>Performers: Budapest String Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91b4">
<did>
<container type="box">1 </container>
<container type="item">02</container>
<unittitle> Mischa Schneider Collection Disc 02,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 5394/MS 6075, 1959</p>
<p>Side 1 matrix: None; Side 2 matrix: None</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: November 1958</p>
<p>Label: "AL 35983"; Sleeve: "Sam Carter"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 02_01</head>
<item>
<persname source="lcnaf">Beethoven, Ludwig van,
1770-1827</persname>
</item>
<item>
<title type="uniform">Quartets, strings, no. 3, op. 18, no.
3, D major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt no. 3 D major</title> </item>
<item>Performers: Budapest String Quartet</item>
</list>
<list>
<head>Work number: 02_02</head>
<item>
<persname source="lcnaf">Beethoven, Ludwig van,
1770-1827</persname>
</item>
<item>
<title type="uniform">Quartets, strings, no. 10, op. 74, E&#x266D;
major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt. #10 in E flat major</title>
</item>
<item>Performers: Budapest String Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91be">
<did>
<container type="box">1 </container>
<container type="item">03</container>
<unittitle> Mischa Schneider Collection Disc 03,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 5873/MS 6473, 1963</p>
<p>Side 1 matrix: None; Side 2 matrix: None</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: Jan. 1962</p>
<p>Label: "Job 65017 Side I"; Sleeve: "Tom Shepard; Beethoven
quartet #1 op. 16"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 03_01</head>
<item>
<persname source="lcnaf">Schubert. Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, piano, violin, viola, cello,
double bass, D. 667, A major. Movement 5</title>
</item>
<item> Transcribed title:
<title render="italic">Trout last mvt.</title> </item>
<item>Performers: Budapest String Quartet; Mieczyslaw
Horszowski, piano; Julius Levine, bass</item>
</list>
<list>
<head>Work number: 03_02</head>
<item>
<persname source="lcnaf">Beethoven, Ludwig van,
1770-1827</persname>
</item>
<item>
<title type="uniform">Quintets, piano, oboe, clarinet, horn,
bassoon, op. 16, E&#x266D; major; arranged</title>
</item>
<item> Transcribed title:
<title render="italic">Quartet</title> </item>
<item>Performers: Mieczyslaw Horszowski, piano; Joseph Roisman,
violin; Boris Kroyt, viola; Mischa Schneider, cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91c8">
<did>
<container type="box">1 </container>
<container type="item">04</container>
<unittitle> Mischa Schneider Collection Disc 04,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: CBS/Sony: SOCU-45, 1975</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: November 1959</p>
<p>Label: "AL 33309; BL33309"; "4/1/75"; Sleeve: "Tom
Frost/MW"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 04_01</head>
<item>
<persname source="lcnaf">Beethoven, Ludwig van,
1770-1827</persname>
</item>
<item>
<title type="uniform">Septet, clarinet, bassoon, horn,
violin, viola, cello, double bass, op. 20, E&#x266D; major</title>
</item>
<item> Transcribed title:
<title render="italic">Septet Eb Major</title> </item>
<item>Performers: Budapest String Quartet (without Alexander
Schneider); Julian Levine, double bass; David Oppenheim, clarinet; Eli Carmen,
bassoon; John Barrows, horn</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91d3">
<did>
<container type="box">1 </container>
<container type="item">05</container>
<unittitle> Mischa Schneider Collection Disc 05,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 6031/MS 6631, 1964</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Transco</p>
<p>Date of recording: September 1963</p>
<p>On blank side: "Transco 10 363"; Sleeve: "Job 77086 Side 1";
"Ref. Tom Shepard";</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 05_01</head>
<item>
<persname source="lcnaf">Brahms, Johannes,
1833-1897</persname>
</item>
<item>
<title type="uniform">Quintets, piano, strings, op. 34, F
minor. Movement 1-2</title>
</item>
<item> Transcribed title:
<title render="italic">Piano quintet (from sleeve)</title>
</item>
<item>Performers: Rudolf Serkin, piano; Budapest String
Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91de">
<did>
<container type="box">1 </container>
<container type="item">06</container>
<unittitle> Mischa Schneider Collection Disc 06,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: [Columbia]: Unknown, Unknown</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: unknown</p>
<p>Label: "Job 108134"; [Side 1] "23/46"; [Side 2] "14/38
"Mono"</p>
<p>"Columbia Recording Studios Reference Recording". A
published form of this recording has not been identified. It could be one of
seven known recordings made at the Library of Congress. Of those, the October 6
1960 performance with Walter Trampler, viola, and Gregor Piatigorsky, cello, is
possible.</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 06_01</head>
<item>
<persname source="lcnaf">Brahms, Johannes,
1833-1897</persname>
</item>
<item>
<title type="uniform">Sextets, violins, violas, cellos, no.
1, op. 18, B&#x266D;major</title>
</item>
<item> Transcribed title:
<title render="italic">String sextet</title> </item>
<item>Performers: Budapest String Quartet (assumed) with
unidentified extra viola and cello players</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91eb">
<did>
<container type="box">1 </container>
<container type="item">07</container>
<unittitle> Mischa Schneider Collection Disc 07,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 6211 (or ML 5143 if the 1955
recording), 1956</p>
<p>Side 1 matrix: XYSM 111542-2; Side 2 matrix: none</p>
<p>Pressing company: Transco?</p>
<p>Date of recording: November 1964</p>
<p>Original sleeve: Transco, Linden, NJ</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 07_01</head>
<item>
<persname source="lcnaf">Dvo&#x159;&#xE1;k, Anton&#xED;n,
1841-1904</persname>
</item>
<item>
<title type="uniform">Quartet, strings, B. 179, F
major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt. in F major</title> </item>
<item>Performers: Budapest String Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a91f8">
<did>
<container type="box">1 </container>
<container type="item">08</container>
<unittitle> Mischa Schneider Collection Disc 08,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: Columbia/Odyssey: Y 33315, 1975</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: December 1956</p>
<p>Label: "MAL 33315"; "Curzon"; Sleeve: "Frost"</p>
<p>"Columbia Recording Studios Reference Recording". Note:
pianist identified as Jes&#xFA;s Mar&#xED;a Sanrom&#xE1; on Odyssey release.</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 08_01</head>
<item>
<persname source="lcnaf">Franck, C&#xE9;sar, 1822-1890</persname>
</item>
<item>
<title type="uniform">Quintets, piano, strings, op. 45, D
major</title>
</item>
<item> Transcribed title:
<title render="italic">Piano 5</title> </item>
<item>Performers: Clifford Curzon, piano; Budapest String
Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9205">
<did>
<container type="box">1 </container>
<container type="item">09</container>
<unittitle> Mischa Schneider Collection Disc 09,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: CBS/Sony: SOCU-46, 1975</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: December 1961</p>
<p>Label: "AL 33308"; "Mono"; "4/1/75". Sleeve: "Tom Frost"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 09_01</head>
<item>
<persname source="lcnaf">Mendelssohn-Bartholdy, Felix,
1809-1847</persname>
</item>
<item>
<title type="uniform">Octet, violins (4), violas,
violoncellos, op. 20, E&#x266D; major</title>
</item>
<item> Transcribed title:
<title render="italic">Octet op. 20</title> </item>
<item>Performers: Budapest String Quartet; Felix Galimir,
Isidor Cohen, violins; Walter Trampler, viola; Benar Heifetz, cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9213">
<did>
<container type="box">1 </container>
<container type="item">10</container>
<unittitle> Mischa Schneider Collection Disc 10,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: CBS/Sony: SOCU-46, 1975</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: December 1961</p>
<p>Label: "Job 108134"; 2/7/75"; Side 7 of 8, Side 8 of 8.
Sleeve: "Tom Frost"</p>
<p>"Columbia Recording Studios Reference Recording"; this is a
recording of a live performance</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 10_01</head>
<item>
<persname source="lcnaf">Mendelssohn-Bartholdy, Felix,
1809-1847</persname>
</item>
<item>
<title type="uniform">Octet, violins (4), violas,
violoncellos, op. 20, E&#x266D; major</title>
</item>
<item> Transcribed title:
<title render="italic">String octet in E flat major op.
20</title> </item>
<item>Performers: Budapest String Quartet; Felix Galimir,
Isidor Cohen, violins; Walter Trampler, viola; Benar Heifetz, cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9221">
<did>
<container type="box">1 </container>
<container type="item">11</container>
<unittitle> Mischa Schneider Collection Disc 11,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: CBS/Sony: SOCU-46, 1975</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: December 1961</p>
<p>Label: "BL 33308"; "Mono"; "4/1/75". Sleeve: "Tom Frost"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 11_01</head>
<item>
<persname source="lcnaf">Mendelssohn-Bartholdy, Felix,
1809-1847</persname>
</item>
<item>
<title type="uniform">Quintets, violins, violas, cello, no.
1, op. 18, A major</title>
</item>
<item> Transcribed title:
<title render="italic">Quintet in A major</title> </item>
<item>Performers: Budapest String Quartet; Walter Trampler,
viola</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9231">
<did>
<container type="box">1 </container>
<container type="item">12</container>
<unittitle> Mischa Schneider Collection Disc 12,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: Y3 35240 (Y 35981--Y 35983), 1979</p>
<p>Side 1 matrix: Q010200 (imprint on blank side); Side 2
matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: February 1940?</p>
<p>On label: "AL 35981"; Title on label states B flat minor,
with minor crossed out</p>
<p>"Columbia Recording Studios Reference Recording"; Not
positive this is the same recording issued in the Odyssey set but the matrix
number matches.</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 12_01</head>
<item>
<persname source="lcnaf">Mozart, Wolfgang Amadeus,
1756-1791</persname>
</item>
<item>
<title type="uniform">Quartets, strings, K. 458,
B&#x266D;major</title>
</item>
<item> Transcribed title:
<title render="italic">Qt. no. 17 in B flat</title> </item>
<item>Performers: Budapest String Quartet</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9241">
<did>
<container type="box">1 </container>
<container type="item">13</container>
<unittitle> Mischa Schneider Collection Disc 13,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML 5873/MS 6473, 1963</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: January 1962</p>
<p>On sleeve: "Job 65017 Side II" ; "Tom Shepard"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 13_01</head>
<item>
<persname source="lcnaf">Schubert, Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, piano, violin, viola, cello,
double bass, D. 667, A major. Movements 1-4</title>
</item>
<item> Transcribed title:
<title render="italic">Trout Mvts 1, 2, 3, 4</title> </item>
<item>Performers: Budapest String Quartet; Mieczyslaw
Horszowski, piano; Julius Levine, bass</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9251">
<did>
<container type="box">1 </container>
<container type="item">14</container>
<unittitle> Mischa Schneider Collection Disc 14,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML5936/MS 6536, 1964</p>
<p>Side 1 matrix: XXLP75810; Side 2 matrix: XXLP75811</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: June 1962</p>
<p>On sleeve: "Att Tom Shepard; Monaural two sides; Schubert
string quintet</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 14_01</head>
<item>
<persname source="lcnaf">Schubert, Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, violins, viola, cellos, D.
956, C major</title>
</item>
<item> Transcribed title:
<title render="italic">Quintet</title> </item>
<item>Performers: Budapest String Quartet; Benar Heifetz,
cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9263">
<did>
<container type="box">1 </container>
<container type="item">15</container>
<unittitle> Mischa Schneider Collection Disc 15,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML5936/MS 6536, 1964</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: June 1962</p>
<p>On label: "108134 29/29, 18/39"</p>
<p>"Columbia Recording Studios Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 15_01</head>
<item>
<persname source="lcnaf">Schubert, Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, violins, viola, cellos, D.
956, C major</title>
</item>
<item> Transcribed title:
<title render="italic">String quintet</title> </item>
<item>Performers: Budapest String Quartet; Benar Heifetz,
cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9276">
<did>
<container type="box">1 </container>
<container type="item">16</container>
<unittitle> Mischa Schneider Collection Disc 16,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML5936/MS 6536, 1964</p>
<p>Side 1 matrix: XXSM 75812 (20965); Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: June 1962</p>
<p>On label: "Reference Shepherd"; On sleeve: "stereo"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 16_01</head>
<item>
<persname source="lcnaf">Schubert, Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, violins, viola, cellos, D.
956, C major. Movements 1-2</title>
</item>
<item> Transcribed title:
<title render="italic">Cello 5</title> </item>
<item>Performers: Budapest String Quartet; Benar Heifetz,
cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a9289">
<did>
<container type="box">1 </container>
<container type="item">17</container>
<unittitle> Mischa Schneider Collection Disc 17,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (Single side
only)</extent>
</physdesc>
<note>
<p>Released on: Columbia: ML5936/MS 6536, 1964</p>
<p>Side 1 matrix: XXSM 78813 (20965); Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: June 1962</p>
<p>On label: "Reference Shepherd"; On sleeve: "stereo"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 17_01</head>
<item>
<persname source="lcnaf">Schubert, Franz,
1797-1828</persname>
</item>
<item>
<title type="uniform">Quintets, violins, viola, cellos, D.
956, C major. Movements 3-4</title>
</item>
<item> Transcribed title:
<title render="italic">Cello 5</title> </item>
<item>Performers: Budapest String Quartet; Benar Heifetz,
cello</item>
</list>
</scopecontent>
</c>
<c level="item" id="c_5ccc8a22a929d">
<did>
<container type="box">1 </container>
<container type="item">18</container>
<unittitle> Mischa Schneider Collection Disc 18,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: Unknown, Unknown</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: unknown</p>
<p>Label: "4/9/75 Mono N+2 Job 108134"; Sleeve: "Tom Frost,
Masterworks"</p>
<p>"Columbia Recording Studios Reference Recording". Cannot
identify related commercial release. Two recordings were made at the Library of
Congress, 1958 and 1960. There is also a 1978 release on Columbia/Odyssey by
the Borodin Quartet.</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 18_01</head>
<item>
<persname source="lcnaf">Tchaikovsky, Peter Ilich,
1840-1893</persname>
</item>
<item>
<title type="uniform">Souvenir de Florence</title>
</item>
<item> Transcribed title:
<title render="italic">String sextet in D minor, op.
70</title> </item>
<item>Performers: probably Guarneri Quartet with Mischa
Schneider and Boris Kroyt</item>
</list>
</scopecontent>
</c>
</c>
<c level="subseries" id="c_5ccc8a22a92b3">
<did>
<unitid id="series1b">I.B.</unitid>
<unittitle>Recordings of the other performers,
<unitdate normal="1940/1965" type="inclusive">1940-1965</unitdate>
</unittitle>
<physdesc>
<extent>Item 19-29</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged alphabetically by first named composer on the
recording.</p>
</arrangement>
<c level="item" id="c_5ccc8a22a92c8">
<did>
<container type="box">1 </container>
<container type="item">19</container>
<unittitle> Mischa Schneider Collection Disc 19,
<unitdate type="inclusive">undated </unitdate> </unittitle>
<physdesc>
<extent>1 33 rpm sound disc ; 12 inches (2
sides)</extent>
</physdesc>
<note>
<p>Released on: Columbia: M 35163, 1979</p>
<p>Side 1 matrix: none; Side 2 matrix: none</p>
<p>Pressing company: Unknown</p>
<p>Date of recording: unknown</p>
<p>Label: "AL 35163 Marlboro normal level"</p>
<p>"Columbia Reference Recording"</p>
</note>
</did>
<scopecontent>
<list>
<head>Work number: 19_01</head>
<item>
<persname source="lcnaf">Hummel, Johann Nepomuk,
1778-1837</persname>
</item>
<item>
<title type="uniform">Grand septuor</title>
</item>
<item> Transcribed title:
<title render="italic">Septet</title> </item>
<item>Performers: Judith Mendenhall, flute; Rudolph Vrbsky,
oboe; Robert Routch, horn; Caroline Levine, viola; Lisa Lancaster, cello;
Julius Levine, bass; Beth Levin, piano</item>
</list>
<list>
<head>Work number: 19_02</head>
<item>
<persname source="lcnaf">Boccherini, Luigi,
1743-1805</persname>