-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnbuumu_0078.xml
4086 lines (4084 loc) · 186 KB
/
nbuumu_0078.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. 78::James B. Coover Collection of Bibliographic Catalogs)//EN">nbuumu_0078</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the James B. Coover
Collection of Bibliographic Catalogs,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1690/1994"> 1690-1994 </date> </titleproper>
<titleproper type="filing" altrender="nodisplay">Coover (James B.)
Collection of Bibliographic Catalogs </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">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, March 2018.
</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">James B. Coover
Collection of Bibliographic Catalogs,
<unitdate encodinganalog="245$f" normal="1690/1994" type="inclusive" datechar="creation">1690-1994 </unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 78</unitid>
<origination label="Collector">
<persname encodinganalog="100" source="lcnaf" role="compiler">Coover, James, 1925-2004</persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">7
boxes</extent>
<extent unit="box" encodinganalog="300$a">(157 items)</extent>
</physdesc>
<langmaterial label="Language of Material" encodinganalog="546">
Collection material in <language encodinganalog="041" langcode="eng">English</language>,<language encodinganalog="041" langcode="fre">French</language>, <language encodinganalog="041" langcode="ger">German</language>, <language encodinganalog="041" langcode="ita">Italian</language>, and
<language encodinganalog="041" langcode="dut">Dutch</language>. </langmaterial>
<repository label="Repository" encodinganalog="852">
<corpname>State University of New York at Buffalo. Music Library</corpname>
<address>
<addressline>112 Baird Hall</addressline>
<addressline>Buffalo, New York 14260-4750</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2924</addressline>
<addressline>Fax: 716 645-3906</addressline>
<addressline/>
<addressline/>
</address>
</repository>
<abstract label="Abstract" encodinganalog="520$a">The collection chiefly
consists of sales and auction catalogs from book and antiquarian dealers, with
an emphasis on music. There are also some catalogs of personal collections
included. Forty-nine of the items are photocopies and the remaining items are
originals.</abstract>
<unitdate type="inclusive" normal="1690/1994">1690-1994 </unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], James B. Coover Collection of Bibliographic
Catalogs, 1690-1994, 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 James and Jeanne Coover, 1992-1997.</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 Nicole Coolican and John Bewley.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>James Burrell Coover (1925-2004) was hired in 1967 by the State
University of New York at Buffalo to become the first director of the Music
Library. Previously he was the director of the George Sherman Dickinson Music
Library at Vassar College 1953-1967 and Assistant Director of the
Bibliographical Center for Research in Denver, Colorado 1950-1953. While at the
University at Buffalo, Coover helped establish, with Carol June Bradley, a
program in music librarianship that was responsible for training several
generations of music librarians. </p>
<p>Coover's research resulted in several scholarly articles and the
following books:
<list type="simple">
<item>
<title render="italic">Music Lexicography Including a Study of Lacunae: 1500-1700 (1958)</title>
</item>
<item>
<title render="italic">Musical Instrument Collections: Catalogues and Cognate Literature (Detroit, 1981)</title>
</item>
<item>
<title render="italic">Music Publishing, Copyright, and Piracy in Victorian England (1985)</title>
</item>
<item>
<title render="italic">Antiquarians' Catalogues of Musical Interest (1988)</title>
</item>
<item>
<title render="italic">Private Music Collections: Catalogs and Cognate Literature (2001)</title>
</item>
</list>
</p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The collection chiefly consists of sales and auction catalogs from
book and antiquarian dealers, with an emphasis on music. There are also some
catalogs of personal collections included. Forty-nine of the items are
photocopies and the remaining items are originals. Many of the auction catalogs
include annotations indicating buyer names and prices. Two binders in the
collection contain photocopies of title pages of sales catalogs.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is arranged in two series: </p>
<list>
<item>
<ref actuate="onrequest" show="replace" target="series1">I.
Bibliographic catalogs </ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2">II. Binders
</ref>
</item>
</list>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a25aa526">
<did>
<unitid id="series1">I.</unitid>
<unittitle>Bibliographic catalogs,
<unitdate type="inclusive" normal="1690/1994">1690-1994</unitdate>
</unittitle>
<physdesc>
<extent>Items 1-155</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged chronologically by either publication date or first date
of sale.</p>
</arrangement>
<c level="file" id="c_5ccc8a25aa534">
<did>
<container type="box">1</container>
<container type="item">001</container>
<unittitle>
<corpname>Unidentified</corpname>.
<title>Catalogue de la collection faite par Philidor garde de la
musique de Louis XIV, par ordre de numeres&#x2026;Ms. Copi&#xE9; sue celui de la
Biblioth&#xE8;que du Conservatoire de Paris&#x2026;, </title>
<unitdate type="inclusive">1690?</unitdate>
</unittitle>
<physdesc>
<extent>13 unnumbered pages</extent>
</physdesc>
</did>
<scopecontent>
<p>France?: unpublished manuscript</p>
<p>Photocopy</p>
<p>Copy of MS in Biblioth&#xE8;que royale de Belgique. "Ms. copi&#xE9; sur
celui de la Biblioth&#xE8;que du Conservatoire de Paris"--Fetis.</p>
<p>Named collector(s): Philidor, Andr&#xE9;</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa539">
<did>
<container type="box">1</container>
<container type="item">002</container>
<unittitle>
<corpname>Unidentified</corpname>.
<title>Catalogue of ancient and modern Musick Books both vocal
and instrumental, with divers treatises about the same, and several musical
instruments &#x2026; sold at Dewing's Coffee House in Popes-Head Alley&#x2026;December the
17th, 1691, </title>
<unitdate type="inclusive">1691-12-17</unitdate>
</unittitle>
<physdesc>
<extent>16 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): unidentified</p>
<p>Photocopy</p>
<p>Various lottings. Perhaps the earliest English music auction
catalogue.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa53d">
<did>
<container type="box">1</container>
<container type="item">003</container>
<unittitle>
<corpname>Andries Voorstad (Frim)</corpname>.
<title>Catalogus van zeer fraije ende rare nederduitse boecken,
als meede van uytnetmende partyen muzycg, musycg-instrumenten, prent-konst,
insecta, als andere fraijigheden nagelaten by Leendert van Beke &#x2026;, </title>
<unitdate type="inclusive">1708-02-20</unitdate>
</unittitle>
<physdesc>
<extent>20 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Delft (Netherlands): Andries Voorstad (Frim)</p>
<p>Photocopy</p>
<p>154 lots of music. From Vereeniging ter Bervordering&#x2026;,
Amsterdam.</p>
<p>Named collector(s): Beke, Leendert van</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa541">
<did>
<container type="box">1</container>
<container type="item">004</container>
<unittitle>
<corpname>J.-T. H&#xE9;rissant et J.-T. H&#xE9;rissant fils</corpname>.
<title>Catalogue des livres de la biblioth&#xE8;que de feue Madame
Pompadour, Dame du Palais de la Reine. Selections, </title>
<unitdate type="inclusive">1765</unitdate>
</unittitle>
<physdesc>
<extent>pages 149-171, 381-399</extent>
</physdesc>
</did>
<scopecontent>
<p>Paris (France): J.-T. H&#xE9;rissant et J.-T. H&#xE9;rissant fils</p>
<p>Photocopy</p>
<p>Selections pertaining to music.</p>
<p>Named collector(s): Pompadour, Jeanne Antoinette Poisson,
marquise de</p>
<p>Contains: Theatre de l'opera: Ballets, &amp;c. -- Theatre
italien &amp; opera-comique -- Musique: Ballets &amp; opera -- Cantates -- Airs
&amp; chansons -- Motets &amp; sonates</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa545">
<did>
<container type="box">1</container>
<container type="item">005</container>
<unittitle>
<corpname>Commer, Franz</corpname>.
<title>Catalogus musicalium Godefridi Dunwalt, canonici
collegi[atae ecclesiae] B. Mariae V., </title>
<unitdate type="inclusive">1770</unitdate>
</unittitle>
<physdesc>
<extent>137 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Cologne (Germany): unpublished manuscript</p>
<p>Photocopy</p>
<p>Thematic index for 558 instrumental works. Copy of GB Lbm:
Hirsch. IV 1081. Brook: entry 325.</p>
<p>Named collector(s): Dunwalt, Gottfried</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa549">
<did>
<container type="box">1</container>
<container type="item">006</container>
<unittitle>
<corpname>Romain Varl&#xE9;</corpname>.
<title>Catalogue raisonn&#xE9; des diverses curiosit&#xE9;s du cabinet de
feu son excellence Monseigneur le comte de Salm Reifferscheid, &#xE9;veque de
Tournay, compos&#xE9; d'une nombreuse collection d'histoire naturelle, de
porcelaines anciennes &amp; autres raret&#xE9;s, d'instrumens de phisique &amp; de
m&#xE9;canique, de tableaux, estampes, de divers instrumens &amp; Pi&#xE8;ces de musique
de diff&#xE9;rens maitres, &amp; d'autres effets curieux &#x2026;, </title>
<unitdate type="inclusive">1771</unitdate>
</unittitle>
<physdesc>
<extent>108, 93, 4 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Tournai (Belgium): Romain Varl&#xE9;</p>
<p>Photocopy</p>
<p>"Tables alphabetiques des auteurs de diverses Pi&#xE8;ce de
musique&#x2026;qui composant cette belle collection," pp.88-93.</p>
<p>Named collector(s): Salm, Franz Xaver von</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa54e">
<did>
<container type="box">1</container>
<container type="item">007</container>
<unittitle>
<corpname>Langford (Firm)</corpname>.
<title>Catalogue of the scarce, valuable and curious collection
of music, manuscript and printed, of ... William Gostling ... which will be
sold by auction ... on Monday the 26th of ... May 1777, etc., </title>
<unitdate type="inclusive">1777-05-26</unitdate>
</unittitle>
<physdesc>
<extent>20 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Langford (Firm)</p>
<p>Photocopy</p>
<p>84, 89 lots (many more items). Copy of British Library, Hirsch
IV:1083</p>
<p>Named collector(s): Gostling, William</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa553">
<did>
<container type="box">1</container>
<container type="item">008</container>
<unittitle>
<corpname>Christie and Ansell (London, England)</corpname>.
<title>Catalogue of the truly valuable and curious library of
music late in the possession of Dr. William Boyce &#x2026; consisting of all Dr.
Green's curious and valuable manuscripts, with the greatest variety of
excellent compositions for the church, chamber, and the theatre &#x2026; which will be
sold by auction &#x2026; April 14, 1779 and two following days &#x2026;, </title>
<unitdate type="inclusive">1779-04-14</unitdate>
</unittitle>
<physdesc>
<extent>32 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Christie and Ansell</p>
<p>Photocopy</p>
<p>267 lots.</p>
<p>Named collector(s): Boyce, William ; Greene, Maurice</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa558">
<did>
<container type="box">1</container>
<container type="item">009</container>
<unittitle>
<corpname>Unidentified</corpname>.
<title>Catalogue de la musique de Monsieur Le Comte d'Ogny,
</title>
<unitdate type="inclusive">1786?</unitdate>
</unittitle>
<physdesc>
<extent>168, 27 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Additional title: Catalogue de musique vocale</p>
<p>France: unpublished manuscript</p>
<p>Photocopy</p>
<p>British Library Hirsch cat. IV:1085. Thematic index. See Brook,
no. 921. Title of second part of catalogue: catalogue de la musique non reliee
qui se trouve dans les cartons de Monsieur le Comte d'Ogny.</p>
<p>Named collector(s): Ogny, Claude Fran&#xE7;ois Marie Rigoley, Comte
d'</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa55e">
<did>
<container type="box">1</container>
<container type="item">010</container>
<unittitle>
<corpname>Vogu&#x308;e&#x301;, Jacques Joseph Franc&#x327;ois de,
Bishop</corpname>.
<title>Catalogue de la musique et des instrumens de&#x301;pendans de la
succession de m. de Vogu&#x308;e&#x301; e&#x301;ve&#x302;que de Dijon, </title>
<unitdate type="inclusive">1787-11-21</unitdate>
</unittitle>
<physdesc>
<extent>24 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Dijon (France): J.B. Capel</p>
<p>Photocopy</p>
<p>119 lots (many more items).</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa563">
<did>
<container type="box">1</container>
<container type="item">011</container>
<unittitle>
<corpname>Mu&#x308;llers Schriften</corpname>.
<title>Catalogus von Kupferstichen und Musicalien, welche den
5ten Jul. 1790. in loco convictorii hieselbst gegen baare Bezahlung in neue
2/3tel an den Meistbietenden offentlich verkaufet werden sollen, </title>
<unitdate type="inclusive">1790-07-05</unitdate>
</unittitle>
<physdesc>
<extent>24, 32 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Rostock (Germany): Mu&#x308;llers Schriften</p>
<p>Photocopy</p>
<p>Bound with: Verzeichniss auserlesener theologischer,
juristischer, medicinischer, historischer, moralischer, okonomischer und die
schonen Wissenschaften einschlagender mehrentheils neuer gebundener Bucher in
allerley Sprachen nebst einigen Musikalien und Kupferstichen, welche am 11
August und folgende Tage ... auf dem Eimbeckischen Hause offentlich verkauft
werden sollen. Hamburg: Nicolaus Conrad Wormer, 1789 -- Verzeichniss einer
Sammlung juristischer, medicinischer, historischer, okonomischer und in die
scho&#xA8;nen Wissenschaften einschlagender gut conditionirter Bucher in allerley
Sprachen nebst einigen Musicalien und Landcharten, welche den 30sten Septbr.
und folgende Tage 1789 zu Schwerin in dem Hause wail. Hofrath Hertel gegen
baare Bezahlung in N. Zwdr. meistbiethend verkauft werden sollen. Schwerin:
publisher not identified, 1789.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa569">
<did>
<container type="box">1</container>
<container type="item">012</container>
<unittitle>
<corpname>Graham and Phillips</corpname>.
<title>Catalogue of all the genuine elegant household furniture &#x2026;
and a variety of other valuable effects of a Gentleman, at his house, No. 6
Lisle Street, Leicester Fields, </title>
<unitdate type="inclusive">1796-05-09</unitdate>
</unittitle>
<physdesc>
<extent>24 pages (but many MS leaves
interleaved)</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Graham and Phillips</p>
<p>Photocopy</p>
<p>All priced with buyers' names. Photocopy of GB-Lbl copy.
Includes "Musical instruments, an undoubted violin by Stainer, a remarkably
fine-toned upright piano by Stodart, a three-barrelled hand organ" and "A
quantity of choice music bound and unbound".</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa56f">
<did>
<container type="box">1</container>
<container type="item">013</container>
<unittitle>
<corpname>Callcott, John Wall</corpname>.
<title>Catalogue of his library with numerous definitions of
musical terms and marginal comments on treatises and theorists' ideas, </title>
<unitdate type="inclusive">1796-1807 (between)</unitdate>
</unittitle>
<physdesc>
<extent>unnumbered pages</extent>
</physdesc>
</did>
<scopecontent>
<p>England: unpublished manuscript</p>
<p>Photocopy</p>
<p>Copy of GB-Lbl Add. 17692. No overall title.</p>
<p>Named collector(s): Callcott, John Wall</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa575">
<did>
<container type="box">1</container>
<container type="item">014</container>
<unittitle>
<corpname>Smart's Musical Warehouse</corpname>.
<title>Catalogue of the very curious and valuable musical library
of antient and modern compositions, by the most eminent masters, from the
sixteenth century to the present time : Consisting of madrigals, services,
oratorios, odes, trios, concertos, canzonets, catches, motetts, anthems,
operas, duets, sonatas, lessons, canons, masses, Psalms, cantatas, songs,
serenetas, voluntaries, glees, &amp;c. &amp;c. by Tallis, Tye, Child, Gibbon,
Purcell, Bird, Blow, Tudway, Bull, Morley, Carissimi, Leo, Feo, Pergolesi,
Stradella, Lotti, Palistrina, Marcello, Stephani, Clari, Porpora, Handel,
Haberman, Pepusch, Rameau, Richter, Gluck, Bach, Matherson, Claude le June,
Philidore, and more than three hundred and fifty Italian, English, German, and
French composers, the greatest part in excellent preservation, and collected
through a series of years, with infinite care and judgment, by the Late W. and
P. Hayes, doctors in music, oxon. N.B. Lot no. 377, is a choice and valuable
collection of songs of Henry Lawes, written by himself, and valued by Dr. P.
Hayes at 50. This capital collection is deposited at Smart's Music Warehouse,
the corner of Argyll Street, Oxford Street, London, by appointment of the
administrators. Where it may be viewed ; the whole of which is made into lots,
with the prices annexed in the catalogue, which will be delivered to the
purchasers when the money is deposited, and the lots are to be taken away at
their own expence. At the same time will be sold, a fine-toned harpsichord,
warranted to be made by the celebrated Rooker of Antwerp, in perfect and high
preservation, with a curious painting inside the lid., </title>
<unitdate type="inclusive">1798?</unitdate>
</unittitle>
<physdesc>
<extent>30 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Smart's Music Warehouse</p>
<p>Photocopy</p>
<p>544 lots. Prices fixed and printed. Includes manuscript index
from another source.</p>
<p>Named collector(s): Hayes, William ; Hayes, Philip</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa57b">
<did>
<container type="box">1</container>
<container type="item">015</container>
<unittitle>
<corpname>White, John, Mr.</corpname>.
<title>Collection of old music. A catalogue of the greater part
of the valuable collection of vocal and instrumental music, late the property
of Dr. Samuel Howard, deceased : Consisting of services and anthems by the most
esteemed authors of the last two centuries, viz. Tallis, Bird, Gibbons, Child,
Rogers, Aldrich, Humphreys, Blow, Purcell, Clarke, Hall, Croft, Greene, Boyce,
Kent, Hayes, Peputch, Travers, &amp;c. with various Anthems, Te Deums, &amp;c.
by Handel:- Duets, Motets, Masses, &amp;c. by Handel, Steffani, Bigaglia,
Pergolesi, Hasse, Bononcini, Negri, Bassani, Palestrina, Carissimi, Jomelli,
Uria, Foggia, Marcello, and Wassenaer ; -operas by Handel, Bononcini, Lully,
Porpora, Ziani, Torri, Pasquini, Sarro, &amp;c. - cantatas by Scarlatti,
Steffani, Pergolesi, Bononcini, Gasparini, Mancini, &amp;c. &amp;c. and
Sonatas, Concertos, &amp;c. by Geminiani, Corelli, Pugnani, Giordani, Sacchini,
Bach, Abel, Haydn, Pleyel, Boccherini, Barthelemon, Kozeluch, &amp;c. Among the
scores are several original copies, and many other scarce and curious articles
; which will be sold by auction by Mr. White, at his rooms, Storey's Gate,
Great George Street, Westminster, on Tuesday, June 25, 1799, at twelve o'clock.
To be viewed on Monday, and till the sale ; when catalogues may be had,
</title>
<unitdate type="inclusive">1799-06-25</unitdate>
</unittitle>
<physdesc>
<extent>11 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Mr. White</p>
<p>Photocopy</p>
<p>156 lots. Copy of Hirsch IV:1083</p>
<p>Named collector(s): Howard, Samuel</p>
<p>Bound with: A Catalogue of the Scarce, Valuable and Curious
Collection of Music, manuscript and printed, of ... William Gostling ... which
will be sold by auction by Mess. Langford, ... on Monday the 26th of ... May
1777, etc.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa582">
<did>
<container type="box">1</container>
<container type="item">016</container>
<unittitle>
<corpname>Leigh, Sotheby and Son</corpname>.
<title>Catalogue of a small, but very valuable collection of
books, coins, medals, and music of a gentleman lately deceased, &#x2026; which will be
sold at auction &#x2026; on March 9, 1802, and two following days &#x2026;, </title>
<unitdate type="inclusive">1802-03-09</unitdate>
</unittitle>
<physdesc>
<extent>15 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Leigh, Sotheby and Son</p>
<p>Photocopy</p>
<p>509 lots. With buyer's names &amp; prices in manuscript.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa589">
<did>
<container type="box">1</container>
<container type="item">017</container>
<unittitle>
<corpname>Elssler, Johann</corpname>.
<title>J. Haydn's Verzeichniss musicalischer Werke theils eigner,
theils fremder Composition, </title>
<unitdate type="inclusive">1802-1809</unitdate>
</unittitle>
<physdesc>
<extent>80 unnumbered pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Unidentified: unpublished manuscript</p>
<p>Photocopy</p>
<p>737 items. British Museum Ms. Add. 32070. In the hand of his
[Haydn's] amanuensis Elssler ... there are a few notes in Haydn's autograph</p>
<p>Named collector(s): Haydn, Joseph</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa590">
<did>
<container type="box">1</container>
<container type="item">018</container>
<unittitle>
<corpname>Gerber, Ernst Ludwig</corpname>.
<title>Wissenschaftlich geordnetes Verzeichniss einer Sammlung
von musikalischen Schriften, nebst einer Anzahl von Bildnissen beru&#x308;hmter
Tonku&#x308;nstler und musikalischer Schriftsteller, wie auch von verschiedenen
Orgelprospecten, als ein Beitrag zur Literaturgeschichte der Musik, </title>
<unitdate type="inclusive">1804</unitdate>
</unittitle>
<physdesc>
<extent>43 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Sondershausen (Germany): Gedruckt mit Fleckschen Schriften</p>
<p>Photocopy</p>
<p>Hundreds of items, unnumbered.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa597">
<did>
<container type="box">1</container>
<container type="item">019</container>
<unittitle>
<corpname>Koch Dehn?</corpname>.
<title>Verzeichniss der von dem wail. Herrn Hofrath Findeisen
hinterlassenen, gro&#x308;sstentheils juristischen Bu&#x308;cher, Landcharten und
Musikalien : welche den 31sten Ma&#x308;rz 1807 in dem Hause des Herrn Koch Dehn zu
Schwerin gegen baare Bezahlung in N2/3tel o&#x308;ffentlich versteigert werden
sollen, </title>
<unitdate type="inclusive">1807-03-31</unitdate>
</unittitle>
<physdesc>
<extent>82 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Schwerin (Germany): Koch Dehn?</p>
<p>Photocopy</p>
<p>Sections separately lotted. Music, pp.60-82.</p>
<p>Named collector(s): Findeisen, J. H., Hofrath</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa59f">
<did>
<container type="box">1</container>
<container type="item">020</container>
<unittitle>
<corpname>Werckmeister, Rudolph</corpname>.
<title>Verzeichniss von ganz neuen Musikalien der beruhmtesten
Komponisten des in- und Auslandes fur alle Instrumente und fur den Gesang
desgleichen einiger Landcharten und Kupferstiche welche von Rudolph
Werckmeister in Berlin, </title>
<unitdate type="inclusive">1809</unitdate>
</unittitle>
<physdesc>
<extent>172 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Berlin (Germany): Rudolph Werckmeister</p>
<p>Photocopy</p>
<p>Sections separately lotted. Photocopy from copy in British
Library.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5a6">
<did>
<container type="box">1</container>
<container type="item">021</container>
<unittitle>
<corpname>Leigh and Sotheby</corpname>.
<title>Catalogue of the entire library of the late Henry Compton
Esq. of St. James's Palace ... : which will be sold by auction, by Leigh and
Sotheby ... on Wednesday May 8, 1811 ... and five following days, etc.,
</title>
<unitdate type="inclusive">1811-05-08</unitdate>
</unittitle>
<physdesc>
<extent>41 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Leigh and Sotheby</p>
<p>Photocopy</p>
<p>Buyers' names and prices written on the originals.</p>
<p>Named collector(s): Compton, Henry; Sharpe, Granville; Sydney,
John</p>
<p>Bound with: A catalogue of the extensive and valuable music,
printed and in manuscript, of the late Granville Sharpe (February 7 1814) -- A
catalogie of the very extensive collection of music, the property of the late
John Sydney (November 8 1813)</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5ae">
<did>
<container type="box">1</container>
<container type="item">022</container>
<unittitle>
<corpname>White, John, Mr.</corpname>.
<title>Catalogue of the valuable and very fine collection of
music printed and ms., of the late Charles Burney ... which will be sold by
auction by Mr. White, at his rooms, Storey's Gate, Great George Street,
Westminster, on Monday, the 8th of August, 1814, and following days, at twelve
o'clock (pursuant to his will) &#x2026;, </title>
<unitdate type="inclusive">1814-08-08</unitdate>
</unittitle>
<physdesc>
<extent>32 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Additional title: Late Dr. Burney's musical library</p>
<p>London (England): Mr. White</p>
<p>Photocopy</p>
<p>822 lots. Some prices in MS.</p>
<p>Named collector(s): Burney, Charles</p>
<p>Bound with: Valuable Library of Music. A catalogue of the
musical library of Robt. Smith, Esq. deceased . : which will be sold by
auction, by Mr. White . on Tuesday, May the 18th, 1813, and following day, etc.
-- The late Mr. Webbe's library of books, collection of music, and unpublished
MSS. A catalogue of the entire and valuable library of books, and collection of
music ... which will be sold at auction by Mr. White ... on Thursday July 4th,
1816 &#x2026; -- A catalogue of the entire reserved part of vocal and instrumental
music in score, of Edmund Tho. Warren Horne, Esq. ... to which is added the
manuscript and printed music, the property of J. C. Davis, Esq. ... containing
a complete collection of the works of Handel in score, likewise his musical
instruments, which will be sold by auction by Leigh and S. Sotheby, ... on
Monday, January 8, 1810, and two following days ... -- Musical Library. A
Catalogue of the very extraordinary assemblage of manuscript and printed music,
the pproperty of Dr. Kitchiner, containing the complete works of the best
composers of all countries, among others equally valuable, the early
productions and very rare Italian operas of Mr. Handel, Marcello's Psalms, Wm.
Lawes' songs, MSS., a profusion on English, Italian, German, and French operas
and treatises, &amp;c. &amp;c. ... which will be sold by auction by Leigh and
S. Sotheby ... on Monday February 6, 1809 and four following days ... -- A
catalogue of all the capital musical instruments, extensive and valuable
collection of manuscript, and other music, by the most eminent composers, late
the property of John Stanley ... Which will be sold by auction ... by Mr.
Christie ... on Saturday the 24th of June, 1786.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5b7">
<did>
<container type="box">2</container>
<container type="item">023</container>
<unittitle>
<corpname>Unidentified</corpname>.
<title>Verzeichniss der von dem zu Giebichenstein bei Halle
verstorbenen Herrn Kapellmeister Reichardt hinterlassenen Bu&#x308;cher und
Musikalien, welche den 29sten April 1816 und in den darauf folgenden Tagen
nachmittags um 2 Uhr zu Halle an den Meistbiethenden verkauft werden sollen,
</title>
<unitdate type="inclusive">1815</unitdate>
</unittitle>
<physdesc>
<extent>110 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Halle (Germany): Unidentified</p>
<p>Photocopy</p>
<p>Sections separately lotted. Original in the Library of Congress,
Washington, D.C.</p>
<p>Named collector(s): Reichardt, Johann Friedrich</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5c0">
<did>
<container type="box">2</container>
<container type="item">024</container>
<unittitle>
<corpname>Lippert, J. Ch.</corpname>.
<title>Verzeichniss der musikalischen und andern B&#xFC;cher, so wie
auch der gedruckten und geschriebenen Musikalien des seligen &#x2026; Dr. Tu&#x308;rk,
welche zu Halle an der Saale den 13. Januar 1817 ... versteigert werden sollen,
etc., </title>
<unitdate type="inclusive">1817-01-13</unitdate>
</unittitle>
<physdesc>
<extent>72 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Halle (Germany): J. Ch. Lippert</p>
<p>Photocopy</p>
<p>625 (music), 246 (general) lots. Published 1816.</p>
<p>Named collector(s): T&#xFC;rk, Daniel Gottlob</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5c8">
<did>
<container type="box">2</container>
<container type="item">025</container>
<unittitle>
<corpname>Phillips, H., -1840</corpname>.
<title>Catalogue of nearly the whole of the works of Signior
Bianchi ... also, a small library of books on mathematics and other sciences,
also, the twelve choice and celebrated violins and violincellos of the late Sir
Patrick Blake &#x2026; which will be sold by auction &#x2026; 25th day of March, 1819 ...
&#x2026;25th of March, 1819., </title>
<unitdate type="inclusive">1819-03-25</unitdate>
</unittitle>
<physdesc>
<extent>12 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Additional title: Musical compositions of the late celebrated
Signior Francisco Bianchi, and the valuable musical instruments and music of
the late Sir Patrick Blake</p>
<p>London (England): Phillips (Firm), Printed by J. Davy</p>
<p>Photocopy</p>
<p>149 lots. Interleaves bear buyers' names and prices.</p>
<p>Named collector(s): Bianchi, Francisco ; Blake, Patrick</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5d1">
<did>
<container type="box">2</container>
<container type="item">026</container>
<unittitle>
<corpname>F. C. Huth</corpname>.
<title>Verzeichniss der von dem verstorbenen Doctor und
Musikdirector Forkel in Go&#x308;ttingen nachgelassenen Bu&#x308;cher und Musikalien :
welche den 10ten May 1819 und an den folgenden Tagen nachmittags von 1 bis 2
Uhr und abends von 6 bis 8 Uhr in der Wohnung des Univ. Gerichts-Procur. und
Notars Fr. Justus Schepeler an der Ju&#x308;denstrasse in Go&#x308;ttingen meistbietend
verkauft werden, </title>
<unitdate type="inclusive">1819-05-10</unitdate>
</unittitle>
<physdesc>
<extent>200 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Go&#x308;ttingen (Germany): F. C. Huth</p>
<p>Photocopy</p>
<p>1730, 450, 39, 1086, 506, 40, 15 lots (many more items). Copy of
Hirsch 4:1082.</p>
<p>Named collector(s): Forkel, Johann Nikolaus</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5da">
<did>
<container type="box">2</container>
<container type="item">027</container>
<unittitle>
<corpname>Hermann</corpname>.
<title>Index Librorum ex omni scientia lectissi morum integritate
et nitore insignium, quos collegit C. F. T. Schwencke, per XXX annos et amplius
in Joanneo, quod Hamburgi floret, Cantor et chori musici director, Publice
vendentur &#x2026; d. 25 Augusti 1823, </title>
<unitdate type="inclusive">1823-08-25</unitdate>
</unittitle>
<physdesc>
<extent>130 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Hamburg (Germany): Hermann</p>
<p>Photocopy</p>
<p>Sections separately lotted. Bound with: Berndes, J. J.,
auctioneer. "Verzeichniss der von dem verstorbenen Herrn&#x2026;C.F.G. Schwenke aus
allen F&#xE4;chern der Tonkunst&#x2026;welche am 30sten August und folgende Tage&#x2026;verkauf
Weden soll." 79 pages, 1432 lots.</p>
<p>Named collector(s): Schwencke, C. F. G. (Christian Friedrich
Gottlieb)</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5e4">
<did>
<container type="box">2</container>
<container type="item">028</container>
<unittitle>
<corpname>Adlers Erben (Rostock, Germany)</corpname>.
<title>Verzeichniss der von dem verstorbenen academ. Musiklehrer,
Organisten Go&#x308;pel in Rostok nachgelassenen Musikalien, musicalischen
Instrumente und Bu&#x308;cher : welche am 1sten Septbr. 1824 ... o&#x308;ffentlich ...
durch den Auctions, Secretair Uebele, </title>
<unitdate type="inclusive">1824-09-01</unitdate>
</unittitle>
<physdesc>
<extent>51 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Rostock (Germany): Adlers Erben</p>
<p>Photocopy</p>
<p>Sections separately lotted.</p>
<p>Named collector(s): Go&#x308;pel, Johann Andreas</p>
<p>Bound with: Verzeichniss von Musicalien : insgesamt von den
beru&#x308;hmtesten Componisten nach alphabetischer Ordnung : welche den 20 Merz 1777
zu Stade auf dem Rathhaus o&#x308;ffentlich verkauft werden sollen (1776) -- Appendix
gedruckter und geschriebener Musicalien von den beru&#x308;hmtesten Meistern : nebst
einigen Bu&#x308;chern welche den 25. Oct. 1780 auf dem Eimbeckischen Hause
o&#x308;ffentlich verkauft werden sollen (1780) .</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5ed">
<did>
<container type="box">2</container>
<container type="item">029</container>
<unittitle>
<corpname>Sotheby and Son</corpname>.
<title>Catalogue of the bibliographical and other collections of
eminent literary men, forming a most interesting and curious series of sale and
privately printed catalogues of literary property, from the commencement of the
last century to the present time; collected together with the greatest
difficulty: the whole in the choicest condition. Which will be sold by auction,
by Mr. Sotheby and son ... on Wednesday, July 27th &#x2026;, </title>
<unitdate type="inclusive">1831-07-27</unitdate>
</unittitle>
<physdesc>
<extent>49 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>London (England): Sotheby and Son</p>
<p>Photocopy</p>
<p>320 lots (hundreds more items). With buyers' names and prices
fetched. Possibly incomplete? Cataloging records show 60 pages.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa5f7">
<did>
<container type="box">2</container>
<container type="item">030</container>
<unittitle>
<corpname>Auctionsverwalter Behre</corpname>.
<title>Verzeichniss der von dem Herrn Justizrath und Doctor
medicinae Ludw. Sam. Died. Mutzenbecher nachgelassenen musikalischen Bibliothek
: bestehend aus einer reichen sammlung der vorzu&#x308;glichesten Musikalien und
einer bedeutenden Anzahl Werke der alten und neuern beru&#x308;hmten Tonku&#x308;nstler :
welche den II. Februar 1839 und folgende Tage nach Beendigung der Auction der
Hauptbibliothek in dem Hause des Verstorben, Langestr. No. 9 durch den Herrn
Auctionsverwalter Behre o&#x308;ffentlich verkauft werden sollen, </title>
<unitdate type="inclusive">1839-02-11</unitdate>
</unittitle>
<physdesc>
<extent>89 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Altona (Germany): Hammerich &amp; Lesser</p>
<p>Photocopy</p>
<p>1276 lots. Copy from Brussels, Biblioth&#xE8;que Albert I.</p>
<p>Named collector(s): Mutzenbecher, Ludwig Samuel Dieterich</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25aa601">
<did>
<container type="box">2</container>
<container type="item">031</container>
<unittitle>
<corpname>J. Fletcher (Firm)</corpname>.
<title>Catalogue of a choice collection of valuable music,
manuscript and printed, consisting of the manuscript scores, many of which are
unpublished, together with a great variety of printed songs and other music,
the property of the late celebrated melodist and favorite composer, Mr. James
Hook, also a collection of very valuable musical instruments &#x2026; which will be
sold by auction &#x2026; July 5th, 1842, </title>
<unitdate type="inclusive">1842-07-05</unitdate>
</unittitle>
<physdesc>
<extent>9 pages</extent>
</physdesc>
</did>
<scopecontent>
<p>Additional title: Music and musical instruments</p>
<p>London (England): J. Fletcher (Firm)</p>
<p>Photocopy</p>
<p>177 lots.</p>
<p>Named collector(s): Hook, James</p>
</scopecontent>