-
Notifications
You must be signed in to change notification settings - Fork 0
/
robertSimon.html
executable file
·819 lines (819 loc) · 30.1 KB
/
robertSimon.html
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
<div id="title">
<h1 id="N1000E">The Robert E. Simon Jr. Collection of Carnegie Hall</h1>
</div>
<div class="span-6">
<div id="toc">
<h3>Table of Contents</h3>
<dl>
<dt>
Descriptive Summary
</dt>
<dt>
<a href="#ref88">Historical / Biographical Note</a>
</dt>
<dt>
<a href="#ref89">Scope and Content Note</a>
</dt>
<dt>
<a href="#ref94">Arrangement</a>
</dt>
<dt>
<a href="#adminInfo">Administrative Information</a>
</dt>
<dt>
<a href="#relMat">Related Materials</a>
</dt>
<dt>
<a href="#N100AA">Controlled Access Headings</a>
</dt>
<dt>
<a href="#N100DB">Collection Inventory</a>
</dt>
<dd>
<a href="#ref2">Series I: Correspondence</a>
</dd>
<dd>
<a href="#ref58">Series II: Scrapbooks</a>
</dd>
<dd>
<a href="#ref62">Series III: Board Minutes & Accounting Ledger</a>
</dd>
</dl>
</div>
</div>
<div class="span-15 last">
<h3>Descriptive Summary</h3>
<dl class="summary">
<dt>Title</dt>
<dd>Robert E. Simon Jr. Collection of Carnegie Hall</dd>
<dt>Repository</dt>
<dd>Carnegie Hall Archives</dd>
<dd>881 Seventh Avenue</dd>
<dd>New York, NY 10019</dd>
<dd>Phone: (212) 903-9629</dd>
<dd>E-mail: [email protected]</dd><dt>Creator</dt>
<dd>Simon, Robert E., (Simon, Robert E. (Robert Edward)), 1914-</dd>
<dt>Date [bulk]</dt>
<dd>Bulk, 1925-1960</dd>
<dt>Date [inclusive]</dt>
<dd>1871-1962</dd>
<dt>Extent</dt>
<dd>2.0 Linear feet</dd>
<dt>Language</dt>
<dd>English</dd>
<dt>Abstract</dt>
<dd>The Robert E. Simon Jr. Collection began with the formation of Carnegie Hall Incorporated in 1925. Robert E. Simon Sr. purchased Carnegie Hall from Louise Carnegie in 1925 and Carnegie Hall Inc. was formed. Robert Simon, Jr. subsequently became owner and then president of Carnegie Hall Inc until 1960 when the Hall was sold. The collection consists of correspondence, scrapbooks, and board minutes.</dd>
</dl>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="ref88">Historical / Biographical Note</h3>
<p>Robert Simon Sr. (1877-1935) owned a real estate conglomerate named 150 West 57th Street Realty Company Inc. In 1925 Simon purchased Carnegie Hall from Louise Carnegie, widow of Andrew Carnegie, with the understanding that he must maintain the building as a concert stage for five years, unless another hall capable of taking its place was built (see Columbia University: Carnegie Corporation Collection for more information on the sale of Carnegie Hall to Robert Simon). Simon formed Carnegie Hall Inc. and oversaw the entire operation of the Hall from 1925 until his untimely death from a heart attack in 1935; his son, Robert Simon Jr., inherited majority ownership. The presidency of Carnegie Hall Inc. passed from Robert Simon Sr. to M. Murray Weisman from 1936-1939, and to Robert Simon Jr. in 1940. Except for the years 1943 to 1946, when Simon served in World War II, he remained president of Carnegie Hall Inc. until 1960 when the Hall was sold.</p>
<p>Under the leadership of the Simon family Carnegie Hall expanded and grew. Significant improvements included the addition of street-level storefronts, the renovation of the studio towers and the replacement of the Hall's original organ. These improvements enabled Carnegie Hall to remain open during the Great Depression and to continue a tradition of musical excellence.</p>
<p>In 1955, plans were announced for the Lincoln Square (later Lincoln Center) project, a slum clearance initiative to provide Fordham University with a midtown location, a new Metropolitan Opera House, and a new concert hall for the New York Philharmonic, which had made its home at Carnegie Hall since 1892.* If the Philharmonic moved to a new Lincoln Center home, Carnegie Hall would lose more than 115 days of rent annually, crippling it financially. Faced with these developments, and with Carnegie Hall Inc. already experiencing financial strain, Robert Simon made the decision to sell Carnegie Hall. He received an offer from real estate developer Louis J. Glickman, who in turn offered the New York Philharmonic a four-month option to buy the building. The orchestra declined, and Glickman abandoned the deal, stating he didn't wish to leave the Philharmonic homeless in the period before their new Lincoln Center home would be ready. An agreement reached with the Philharmonic gave the orchestra permission to stay through May 1960. However, various committees that had been formed to save the Hall had been unable to raise sufficient funds to purchase the building, and it seemed inevitable that Carnegie Hall would be torn down.</p>
<p>In December 1959, violinist Isaac Stern lamented to philanthropist Jacob Kaplan that his recent performances with the New York Philharmonic could be his last at Carnegie Hall and that something more should be done to save it from demolition. Kaplan agreed to fund a new effort if Stern was willing to spearhead the campaign. A committee was mobilized, and Kaplan pledged $100,000 towards a new campaign to have the City of New York purchase Carnegie Hall. Stern had to convince Mayor Robert Wagner that Carnegie Hall would not compete with Lincoln Center, but should instead be saved to serve as a national center for teaching music and the development of young artists. The Bard Act of 1956 1960 amendment by Senator MacNeil Mitchell—championed by Stern—permitted the City to acquire buildings of "special character or special historical or aesthetic interest or value" by purchase or condemnation. These developments provided the legal means for Stern and his committee to spring into action. He appealed to politicians and civic leaders, and contacted dozens of famous musicians to sign a petition in favor of saving Carnegie Hall. Their signatures were added to thousands already gathered by earlier committees.</p>
<p>On June 10, 1960 the New York City Board of Estimate approved the purchase of Carnegie Hall for $5 million, with another $100,000 for improvements. Robert Simon lowered the purchase price by $250,000 as his contribution to the Hall. The building was leased to the nonprofit Carnegie Hall Corporation, newly formed to run the Hall with Isaac Stern as its president. Stern remained president until his death in 2001, when the title was retired in his honor, and the Carnegie Hall Corporation continues to operate Carnegie Hall today.</p>
<p>* The Philharmonic Society of New York gave its first concerts at Carnegie Hall on November 18 and 19, 1892. The Symphony Society of New York opened Carnegie Hall May 5-9, 1891. In 1928 the two orchestras joined to become the Philharmonic-Symphony Society of New York. When speaking of the New York Philharmonic prior to 1928, musicologists are generally referring to the Philharmonic Society of New York. The Symphony Society of New York is considered a separate entity until 1928.</p>
<p>Sources:</p>
<p>Cron, Theodore and Burt Goldblatt. Portrait of Carnegie Hall. New York: The MacMillan Co., 1966.</p>
<p>Peyser, Ethel. The House That Music Built. New York: Robert M. McBride & Co., 1936.</p>
<p>Simon, Robert E. Jr. editor. Be Your Own Music Critic: The Carnegie Hall Anniversary Lectures. New York: Doubleday, 1941.</p>
<p>Schickel, Richard. The World of Carnegie Hall. New York: Julian Messner, Inc., 1960.</p>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="ref89">Scope and Content Note</h3>
<p>The Robert E. Simon Jr. Collection of Carnegie Hall Inc. consists of three series: Series I Correspondence, Series II, Scrapbooks, and Series III, Board Minutes. Series I, Correspondence contains the subseries, Music Hall Co., Ltd, Organ Dedication Ceremony 1929, Concert Sponsorship 1938-1939, and Sale of Carnegie Hall 1959-1960. Series II, Scrapbooks, consists of three books: the Organ Dedication Scrapbook 1929, the Fiftieth Anniversary Scrapbook 1940 and clippings 1926-1955, and the Saving of Carnegie Hall Scrapbook 1956-1960. The collection contains an accounting ledger, 1925, which is the transfer of title of Carnegie Hall from Louise Carnegie to Robert E. Simon Sr., and an oral history of Robert E. Simon Jr., interviewed 1993.</p>
<p>Series I: Correspondence, subseries Music Hall Company, Ltd., consists of one document from the Minutes of the Board of Directors, Music Hall Co., Ltd, December 1, 1893. The board members at this meeting resolved to call the Music Hall Building the "Carnegie Building." The subseries Organ Dedication contains autographed letters of members of the honorary committee for the dedication ceremony of the Kilgen Organ, December 1929. Members of the committee included Leopold Auer, Calvin Coolidge, Otto Kahn, and Leopold Stokowski. The letters were originally placed in the Organ Dedication Scrapbook; they have been removed for preservation purposes. The subseries Concert Sponsorship includes two letters in response to sponsorship of specific concerts by potential underwriters, and are signed by Carla Toscanini, wife of Arturo Toscanini, and Elizabeth Sprague Coolidge. The subseries Sale of Carnegie Hall is correspondence between Robert E. Simon Jr. and Ingraham H. Gardner (1959-1960), attorney for Carnegie Hall Inc. These letters deal specifically with the financial status of Carnegie Hall and Simon's concerns regarding the sale of the building. The Organ Dedication Subseries is arranged alphabetically. The Save Carnegie Hall subseries is arranged chronologically.</p>
<p>Series II: Scrapbooks includes the Organ Dedication book regarding the celebrations surrounding the installation of the new Kilgen organ in 1929. The Organ Dedication ceremony included a program by Pietro Yon, organist of St. Patrick's Cathedral and resident of Carnegie Hall. During the Great Depression a series of free organ concerts was offered at Carnegie Hall. The Kilgen organ was removed in 1966 due to infrequent use and high maintenance costs. Plans to replace the Kilgen with a Flentrop organ were abandoned (see Carnegie Hall Corporation: Executive Director Papers of Julius Bloom).</p>
<p>The 50th anniversary concert season of Carnegie Hall in 1940-41 included a lecture series by famous music critics and musicians, as well as a book edited by Simon, Be Your Own Music Critic: The Carnegie Hall Anniversary Lectures. The lecture series and book were underwritten by the Carnegie Corporation (see Columbia University, Carnegie Corporation Collection for more information on funding of this series). The Fiftieth Anniversary scrapbook includes concert reviews and clippings about Carnegie Hall from 1926-1956, including those from the anniversary season, as well as photographs from the 1947 movie Carnegie Hall starring Leopold Stokowski, Lily Pons, Gregor Piatigorsky, Arthur Rubinstein, Jascha Heifetz and Bruno Walter.</p>
<p>The Saving of Carnegie Hall Scrapbook, 1956-1960 includes clippings, press releases, and articles concerning the possible destruction of Carnegie Hall and its rescue as well as articles on the building of Lincoln Center. There are also several articles concerning the tenants of Carnegie Hall, including a Life magazine article from April 25, 1960 with Alfred Eisenstaedt photographs of Carnegie Hall.</p>
<p>Series III: Board Minutes, 1935-1960, are the official minutes of Carnegie Hall Incorporated for the operation of Carnegie Hall. They contain significant information on the operation of Carnegie Hall, from building maintenance to the expansion and alteration of the building, the financial status of Carnegie Hall Inc., and concert programming.</p>
<p>The Accounting Ledger from Series III includes the will of Andrew Carnegie, the transfer of title of Carnegie Hall from Louise Carnegie to Robert Simon Sr., January 19, 1925, and the deed of title detailing the conditions of sale and the property. The Robert Simon Jr. Oral History is an interview that took place in the summer of 1993 in the Carnegie Hall Recording Studio. Simon explains his position on the sale of Carnegie Hall and his thanks to Isaac Stern for his efforts in the rescue; however, he also felt this position was misunderstood, especially by the press, who portrayed him as the villain in the saving of Carnegie Hall. Simon also remembers fondly moments at Carnegie Hall during his family's ownership.</p>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="ref94">Arrangement</h3>
<p>The files are grouped into 3 series:</p>
<dl>
<dt></dt>
<dd>I: Correspondence</dd>
<dl>
<dt></dt>
<dd>II: Scrapbooks</dd>
<dl>
<dt></dt>
<dd>III: Board Minutes & Accounting Ledger</dd>
</dl>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="adminInfo">Administrative Information</h3>
<h4>Publication Information</h4>
<p>Carnegie Hall Archives 1998</p>
<span class="address">881 Seventh Avenue<br />New York, NY, 10019<br />(212) 903-9629<br />[email protected]<br />
</span>
<h4>Revision Description</h4>
<p> Finding aid transferred to Archivists Toolkit by Rob Hudson. 2013</p>
<h4 id="ref90">Restrictions on Access</h4>
<p>Open for research.</p>
<h4 id="ref91">Restrictions on Use</h4>
<p>There may be some restrictions on the use of the collection.<br />For permission to publish material please contact the Carnegie Hall Archives:</p>
<dl>
<dt></dt>
<dd>E-mail: [email protected]</dd>
<dt></dt>
<dd>Phone: (212) 903-9629</dd>
</dl>
<h4 id="ref93">Provenance</h4>
<p>The Robert E. Simon, Jr. Collection began with the formation of Carnegie Hall Incorporated in 1925 when Robert E. Simon Sr. purchased Carnegie Hall from Louise Carnegie. The previous managing company of Carnegie Hall was The Music Hall Company of New York, Ltd. A few items in the Simon Collection came from The Music Hall Company records. The ownership of Carnegie Hall Incorporated passed to Robert E. Simon Jr. in 1935. Robert E. Simon, Jr. donated the collection to the Carnegie Hall Archives over several years from 1987 to 1993. Mr. Simon continues to donate materials to be added to the Simon Collection.</p>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="relMat">Related Materials</h3>
<h4 id="ref92">Related Material</h4>
<p>For further information on the New York Philharmonic see:</p>
<p>New York Philharmonic Archives</p>
<p>Huneker, James Gibbons. <em>The Philharmonic Society of New York and its Seventy -Fifth Anniversary</em>. New York: American Blank Book Publishing Co., 1917.</p>
<p>Erksine, John. <em>The Philharmonic-Symphony Society of New York: Its First 100 Years</em>. New York: The MacMillan Co., 1943.</p>
<p>Shanet, Howard. <em>Philharmonic: A History of New York's Orchestra</em>. New York: Doubledav & Co. Inc., 1975.</p>
<p>For further information on the Symphony Society of New York see:</p>
<p>Damrosch, Walter. <em>My Musical Life</em>. New York: Charles Scribner's Sons, 1923.</p>
<p>Martin, George. <em>The Damrosch Dynasty</em>. Boston: Houghton Mifflin Co., 1983.</p>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="N100AA">Controlled Access Headings</h3>
<h4>Corporate Name(s)</h4>
<ul>
<li>Carnegie Hall (New York, N.Y.).</li>
<li>Carnegie Hall Incorporated.</li>
</ul>
<h4>Personal Name(s)</h4>
<ul>
<li>Auer, Leopold, 1845-1930</li>
<li>Coolidge, Calvin, 1872-1933</li>
<li>Gardner, Ingraham H.</li>
<li>Kahn, Otto Hermann, 1867-1934</li>
<li>Simon, Robert E., (Simon, Robert E. (Robert Edward)), 1914-</li>
<li>Simon, Robert, 1877-1935</li>
<li>Stern, Isaac, 1920-2001</li>
</ul>
<h4>Subject(s)</h4>
<ul>
<li>Auditoriums -- New York (State) -- New York.</li>
<li>Music -- New York (State) -- New York.</li>
<li>Music -- Trade.</li>
<li>Performing arts--Production and direction</li>
</ul>
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
<h3 id="N100DB">Collection Inventory</h3>
<table border="0" cellspacing="0" cellpadding="0" class="containerList">
<tr class="series">
<td class="c01" colspan="5" id="ref2">
<h4>Series I: Correspondence 1893-1962
(Bulk, 1929-1960)
</h4>
</td>
</tr>
<tr>
<td class="title" colspan="3" />
<td class="containerHeader">Box</td>
<td class="containerHeader">Folder</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Music Hall Company: Board of Directors: Meeting Minutes 1893 December 1 </p>
</td>
<td >1</td>
<td >1</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Richard Aldrich 1929 October 3 </p>
</td>
<td >1</td>
<td >2</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Vincent Astor 1929 September 13 </p>
</td>
<td >1</td>
<td >3</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Leopold Auer 1929 September 13 </p>
</td>
<td >1</td>
<td >4</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Calvin Coolidge 1929 September 18 </p>
</td>
<td >1</td>
<td >5</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: H.F. du Pont 1929 September 16 </p>
</td>
<td >1</td>
<td >6</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Mrs. Thomas A. Edison 1929 September 30 </p>
</td>
<td >1</td>
<td >7</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Harry Harkness Flagler 1929 September 21 </p>
</td>
<td >1</td>
<td >8</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: M. Friedsam 1929 September 12 </p>
</td>
<td >1</td>
<td >9</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Ossip Gabrilowitsch 1929 September 13 </p>
</td>
<td >1</td>
<td >10</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Edwin Franko Goldman 1929 September 12 </p>
</td>
<td >1</td>
<td >11</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Charles E. Hughes 1929 October 5 </p>
</td>
<td >1</td>
<td >12</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Otto H. Kahn 1929 September 13 </p>
</td>
<td >1</td>
<td >13</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Walter Lippmann 1929 September 18 </p>
</td>
<td >1</td>
<td >14</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Joseph V. McKee 1929 September 19 </p>
</td>
<td >1</td>
<td >15</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Franklin D. Roosevelt 1929 September 16 </p>
</td>
<td >1</td>
<td >16</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: George J. Ryan 1929 September 12 </p>
</td>
<td >1</td>
<td >17</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Robert E. Simon, Sr. to Richard S. Childs 1929 September 9 </p>
</td>
<td >1</td>
<td >18</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Leopold Stokowski 1929 September 23 </p>
</td>
<td >1</td>
<td >19</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Arthur H. Sulzberger 1929 September 23 </p>
</td>
<td >1</td>
<td >20</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Carla Toscanini 1929 September 28 </p>
</td>
<td >1</td>
<td >21</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Organ Dedication Committee: Henry van Dyke 1929 October 16 </p>
</td>
<td >1</td>
<td >22</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Lyceum: Horace Barry & Franklin H. Sargent 1907 </p>
</td>
<td >1</td>
<td >23</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Lyceum: Eugene Sweetland 1907, 1911 </p>
</td>
<td >1</td>
<td >24</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Lyceum: Fire Department, City of New York 1929 </p>
</td>
<td >1</td>
<td >25</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Chapter Hall: Rental </p>
</td>
<td >1</td>
<td >26</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Busch-Perole Series (Chamber Music Hall): Sponsorship Carla Toscanini 1938 December 29 </p>
</td>
<td >2</td>
<td >1</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Busch-Perole Series (Chamber Music Hall): Sponsorship Elizabeth Sprague Coolidge 1939 January 5 </p>
</td>
<td >2</td>
<td >2</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Busch-Perole Series (Chamber Music Hall): Expenses 1939 </p>
</td>
<td >2</td>
<td >3</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>New York Philharmonic-Metropolitan Opera Merger 1934 </p>
</td>
<td >2</td>
<td >4</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Municipal Arts Center 1934-1935, 1938, 1947 </p>
</td>
<td >2</td>
<td >5</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>WQXR Twilight Series 1949-1950 </p>
</td>
<td >2</td>
<td >6</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Carnegie Hall 50th Anniversary 1940 </p>
</td>
<td >2</td>
<td >7</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Press Releases 1947-1962 </p>
</td>
<td >2</td>
<td >8</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Hunter College Series 1952-1954 </p>
</td>
<td >2</td>
<td >9</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Filex Corporation (Kinney) Lease 1959 </p>
</td>
<td >2</td>
<td >10</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Louis Glickman Sale 1956, 1958 </p>
</td>
<td >2</td>
<td >11</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Ingraham H. Gardner (Attorney for Carnegie Hall Inc.) 1959-1960 </p>
</td>
<td >2</td>
<td >12</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Financial Reports 1959-1960 </p>
</td>
<td >2</td>
<td >13</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Contract of Sale: Carnegie Hall Inc. to the City of New York 1960 </p>
</td>
<td >2</td>
<td >14</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Closing Statement 1960 </p>
</td>
<td >2</td>
<td >15</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Deed: Carnegie Hall Inc. to the City of New York 1960 </p>
</td>
<td >2</td>
<td >16</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Title Report (Mortgage History of Carnegie Hall) 1960 </p>
</td>
<td >2</td>
<td >17</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: WHW Associates Lease & Termination 1960 </p>
</td>
<td >2</td>
<td >18</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Organ Contract 1960 </p>
</td>
<td >2</td>
<td >19</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Nedick's 1960 </p>
</td>
<td >2</td>
<td >20</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Real Estate & Franchise Taxes 1960 </p>
</td>
<td >2</td>
<td >21</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Water Meter, Sewer &Fuel 1960 </p>
</td>
<td >2</td>
<td >22</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Rent Letter 1960 </p>
</td>
<td >2</td>
<td >23</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Mutual Life Insurance Company of New York: Mortgage Interest 1954; 1960 </p>
</td>
<td >2</td>
<td >24</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Security Deposits: Tenants 1960 </p>
</td>
<td >2</td>
<td >25</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Schedules 1960 </p>
</td>
<td >2</td>
<td >26</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Legislation 1960 </p>
</td>
<td >2</td>
<td >27</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Robert J. Misch 1960 </p>
</td>
<td >2</td>
<td >28</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Sale of Carnegie Hall: Gilda Weissberger 1960 </p>
</td>
<td >2</td>
<td >29</td>
</tr>
<tr>
<td colspan="5">
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
</td>
</tr>
<tr class="series">
<td class="c01" colspan="5" id="ref58">
<h4>Series II: Scrapbooks 1929-1960 </h4>
</td>
</tr>
<tr>
<td class="title" colspan="4" />
<td class="containerHeader">Box</td>
</tr>
<tr class="even">
<td class="c02" colspan="4">
<p>Organ Dedication Scrapbook 1929 </p>
</td>
<td >3</td>
</tr>
<tr class="odd">
<td class="c02" colspan="4">
<p>Sale of Carnegie Hall Scrapbook 1955-1960 </p>
</td>
<td >3</td>
</tr>
<tr class="even">
<td class="c02" colspan="4">
<p>Carnegie Hall's 50th Anniversary &Early Clippings Scrapbook 1926-1955 </p>
</td>
<td >3</td>
</tr>
<tr>
<td colspan="5">
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
</td>
</tr>
<tr class="series">
<td class="c01" colspan="5" id="ref62">
<h4>Series III: Board Minutes & Accounting Ledger 1871-1925
(Bulk, 1913-1925)
</h4>
</td>
</tr>
<tr>
<td class="title" colspan="3" />
<td class="containerHeader">Box</td>
<td class="containerHeader">Folder</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Last Will &Testament of Andrew Carnegie 1912, 1919 </p>
</td>
<td >4</td>
<td >1</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Title Certificate &Documents: Carnegie Hall 1925 February </p>
</td>
<td >4</td>
<td >2</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Extract from deed of Benjamin Aycragg 1871 November 1 </p>
</td>
<td >4</td>
<td >3</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Agreement: Carnegie Hall and Louise W. Carnegie and Robert E. Simon 1925 February 5 </p>
</td>
<td >4</td>
<td >4</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Assignment of Contract: Robert E. Simon to 150 West 57th Street Realty Co., Inc. 1925 April 28 </p>
</td>
<td >4</td>
<td >5</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Deed: Carnegie Hall (in dissolution) to Carnegie Corporation of New York 1925 April 29 </p>
</td>
<td >4</td>
<td >6</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Deed: Carnegie Corporation to 150 West 57th Street Realty Co., Inc. 1925 April 29 </p>
</td>
<td >4</td>
<td >7</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Deed: Louise W. Carnegie to 150 West 57th Street Realty Co., Inc. 1925 April 29 </p>
</td>
<td >4</td>
<td >8</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Certified Copy of Resolution: Carnegie Corporation of New York 1925 April 29 </p>
</td>
<td >4</td>
<td >9</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Certified Copy of Resolution: Carnegie Hall 1925 April 29 </p>
</td>
<td >4</td>
<td >10</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Delivery of Deed: Carnegie Corporation of New York to 150 West 57th Street Realty Co., Inc. 1925 April 30 </p>
</td>
<td >4</td>
<td >11</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Bond:150 West 57th Street Realty Co., Inc. to Carnegie Corporation of New York 1925 April 30 </p>
</td>
<td >4</td>
<td >11</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Mortgage: 150 West 57th Street Realty Co., Inc. to Carnegie Corporation of New York 1925 April 30 </p>
</td>
<td >4</td>
<td >12</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Agreement: Carnegie Hall, Carnegie Corporation of New York and 150 West 57th Street Realty Co., Inc. 1925 April 29 </p>
</td>
<td >4</td>
<td >13</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Agreement: Carnegie Corporation of New York and 150 West 57th Street Realty Co., Inc. 1925 April 29 </p>
</td>
<td >4</td>
<td >14</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Documents: 150 West 57th Street Realty Co., Inc. 1925 April 29 </p>
</td>
<td >4</td>
<td >15</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Documents: 150 West 57th Street Realty Co., Inc. 1925 April 24 </p>
</td>
<td >4</td>
<td >16</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Consent to construction of stairway for subway 1913 December 13 </p>
</td>
<td >4</td>
<td >16</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Certificate of Incorporation: 150 West 57th Street Realty Co., Inc. 1925 February 26 </p>
</td>
<td >4</td>
<td >17</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Documents: 150 West 57th Street Realty Co., Inc. 1925 February 27 </p>
</td>
<td >4</td>
<td >18</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>150 West 57th Street Realty Co., Inc.: Minutes of a Special Meeting of the Board of Directors 1925 April 28 </p>
</td>
<td >4</td>
<td >19</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Authors Club 1895, 1925 </p>
</td>
<td >4</td>
<td >20</td>
</tr>
<tr class="even">
<td class="c02" colspan="3">
<p>Correspondence &Financial Statement: Closing 1925 </p>
</td>
<td >4</td>
<td >21</td>
</tr>
<tr class="odd">
<td class="c02" colspan="3">
<p>Newspaper articles 1925 </p>
</td>
<td >4</td>
<td >22</td>
</tr>
<tr>
<td colspan="5">
<p class="returnTOC">
<a href="#toc">Return to Table of Contents »</a>
</p>
<hr />
</td>
</tr>
<tr>
<td />
<td style="width: 15%;" />
<td style="width: 15%;" />
<td style="width: 15%;" />
<td style="width: 15%;" />
</tr>
</table>
</dl>
</dl>
</div>