Multi-Category Search

From ChoralWiki
Revision as of 17:17, 29 January 2015 by Carlos (talk | contribs) (simplified translation a bit, should work for most languages)
Jump to navigation Jump to search
Languages Languages:

English  •  español  •  français  •  Nederlands  •  português  •  Tiếng Việt

This Multi-Category Search feature locates choral works which meet the criteria of belonging simultaneously to several categories. Select one or more categories in the drop-down lists below, and click once on the List works button to see the results (currently limited to 200 entries). The more categories you select, the narrower the search will be, and hence fewer works will be listed. To leave a category out of the search, return it to the blank option.

If you need to search using more complex capabilities than this feature makes available, you can post to the user forums to request assistance. {{#form: name=form| {{#input:type=hidden|name=content|value=}} {{#input:type=hidden|name=msg01|value=*No results found }} {{#input:type=hidden|name=msg02|value=Searching... }} {{#input:type=hidden|name=msg03|value=Please select at least one category }} {{#input:type=hidden|name=msg04|value=Displaying %PAGES% results, out of %TOTALPAGES% total }}

Categories

Genre
{{#input: type=select|name=genre|onChange= switch (this.selectedIndex) { case 1: form.secular.selectedIndex = 0; document.getElementById('secl').style.display = 'none'; document.getElementById('sacr').style.display = 'inline'; document.getElementById('seas').style.display = 'inline'; break; case 2: form.sacred.selectedIndex = 0; form.season.selectedIndex = 0; document.getElementById('sacr').style.display = 'none'; document.getElementById('seas').style.display = 'none'; document.getElementById('secl').style.display = 'inline'; break; default: form.sacred.selectedIndex = 0; form.season.selectedIndex = 0; form.secular.selectedIndex = 0; document.getElementById('sacr').style.display = 'none'; document.getElementById('seas').style.display = 'none'; document.getElementById('secl').style.display = 'none'; };|


  • Sacred
  • Secular

}}  

 
 

Number of voices
{{#input: type=select|name=voices|onChange= switch (this.selectedIndex) { case 1: form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc01').style.display = 'inline'; break; case 2: form.vc01.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc02').style.display = 'inline'; break; case 3: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc03').style.display = 'inline'; break; case 4: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc04').style.display = 'inline'; break; case 5: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc05').style.display = 'inline'; break; case 6: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc06').style.display = 'inline'; break; case 7: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc07').style.display = 'inline'; break; case 8: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc08').style.display = 'inline'; break; case 9: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc09').style.display = 'inline'; break; case 10: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc10').style.display = 'inline'; break; case 11: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc11').style.display = 'inline'; break; case 12: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc12').style.display = 'inline'; break; case 13: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; document.getElementById('vc13').style.display = 'inline'; break; case 14: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'inline'; break; default: form.vc01.selectedIndex = 0; form.vc02.selectedIndex = 0; form.vc03.selectedIndex = 0; form.vc04.selectedIndex = 0; form.vc05.selectedIndex = 0; form.vc06.selectedIndex = 0; form.vc07.selectedIndex = 0; form.vc08.selectedIndex = 0; form.vc09.selectedIndex = 0; form.vc10.selectedIndex = 0; form.vc11.selectedIndex = 0; form.vc12.selectedIndex = 0; form.vc13.selectedIndex = 0; form.vc16.selectedIndex = 0; document.getElementById('vc01').style.display = 'none'; document.getElementById('vc02').style.display = 'none'; document.getElementById('vc03').style.display = 'none'; document.getElementById('vc04').style.display = 'none'; document.getElementById('vc05').style.display = 'none'; document.getElementById('vc06').style.display = 'none'; document.getElementById('vc07').style.display = 'none'; document.getElementById('vc08').style.display = 'none'; document.getElementById('vc09').style.display = 'none'; document.getElementById('vc10').style.display = 'none'; document.getElementById('vc11').style.display = 'none'; document.getElementById('vc12').style.display = 'none'; document.getElementById('vc13').style.display = 'none'; document.getElementById('vc16').style.display = 'none'; };|


  • 1 voice (unison)
  • 2 voices
  • 3 voices
  • 4 voices
  • 5 voices
  • 6 voices
  • 7 voices
  • 8 voices
  • 9 voices
  • 10 voices
  • 11 voices
  • 12 voices
  • 13 to 15 voices
  • 16 or more voices

}}  

 
{{#input: type=submit|value=SATB|onClick= form.voices.selectedIndex = 4; if (form.voices.onchange) { form.voices.onchange() }; for (var i = 0; i < form.vc04.options.length; i++ ) { if (form.vc04.options[i].text == 'SATB') { form.vc04.options[i].selected = true; } } return false; }}

Solo voice
{{#input: type=select|name=solo|


  • Solo Soprano
  • Solo high
  • Solo medium
  • Solo low
  • Solo Bass
  • Solo Baritone
  • Solo Tenor
  • Solo Countertenor
  • Solo Alto
  • Solo Mezzo-soprano
  • Solo SA
  • Solo BB
  • Solo BarB
  • Solo TB
  • Solo TT
  • Solo CtCt
  • Solo AT
  • Solo AA
  • Solo SB
  • Solo ST
  • Solo SSB
  • Solo STB
  • Solo SS
  • Solo SST
  • Solo SSBB
  • Solo SATB
  • Solo BBB
  • Solo SSTT
  • Solo SCtB
  • Solo SAB
  • Solo ATB
  • Solo SATTB
  • Solo SSATB
  • Solo SSSB
  • Solo STTB
  • Solo TTB
  • Solo voice
  • Solo AB
  • Solo SSTB
  • Solo STBB

}}   Choral solo
{{#input: type=select|name=choral|


  • Choral soprano solo
  • Choral alto solo
  • Choral countertenor solo
  • Choral tenor solo
  • Choral baritone solo
  • Choral bass solo
  • Choral SATB soli
  • Choral SSAT soli
  • Choral SAB soli
  • Choral SA soli
  • Choral ATB soli

}}

Musical era
{{#input: type=select|name=era|


  • Medieval
  • Renaissance
  • Baroque
  • Classical
  • Romantic
  • Early 20th century
  • Modern

}}   Language
{{#input: type=select|name=lang|


  • Works in German
  • Works in Latin
  • Works in English
  • Works in Norwegian
  • Works in French
  • Works in Greek
  • Works in Church Slavonic
  • Works in Dutch
  • Works in Spanish
  • Works in Russian
  • Works in Danish
  • Works in Catalan
  • Works in Italian
  • Works in Swedish
  • Works in Portuguese
  • Works in Czech
  • Works in Finnish
  • Works in Galician
  • Works in Icelandic
  • Works in Latvian
  • Works in Nahuatl
  • Works in Serbian
  • Works in Ukrainian
  • Works in Hebrew
  • Works in Hungarian
  • Works in Lowland Scots
  • Works in Quenya
  • Works in Zulu
  • Works in Huron
  • Works in Slovenian
  • Works in Basque
  • Works in Quechua
  • Works in Aramaic
  • Works in Welsh
  • Works in Galician-Portuguese
  • Works in Guanche
  • Works in Polish
  • Works in Venetian
  • Works in Slovak
  • Wordless works
  • Works in Mochica
  • Works in Friulian
  • Works in Neapolitan
  • Works in Lombard
  • Works in Ancient Greek
  • Works in Middle English
  • Works in Old English
  • Works in Aragonese
  • Works in invented language
  • Works in unknown language
  • Works in Scottish Gaelic
  • Works in Croatian
  • Works in Georgian
  • Works in Corsican
  • Works in Japanese
  • Works in Indonesian
  • Works in Middle High German
  • Works in Extremaduran
  • Works in Irish
  • Works in Mexican Creole
  • Works in Romanian
  • Works in Flemish
  • Works in Emilian
  • Works in Chinese
  • Works in Cornish
  • Works in unspecified language
  • Works in Yiddish
  • Works in Sardinian
  • Works in Armenian
  • Works in Asturian
  • Works in Bosnian
  • Works in Piedmontese
  • Works in Occitan
  • Works in Aymara
  • Works in Sicilian
  • Works in Esperanto
  • Works in LOLCat
  • Works in Alsatian
  • Works in Ga
  • Works in Luganda
  • Works in Swahili
  • Works in Tamil
  • Works in Ma'di
  • Works in Romansh
  • Works in Luxembourgish
  • Works in Manx

}}

Accompaniment
{{#input: type=select|name=accomp|


  • A cappella
  • Keyboard reduction
  • Keyboard version
  • Orchestra accompaniment
  • Organ accompaniment
  • Piano accompaniment
  • Harpsichord accompaniment
  • Harp accompaniment
  • Guitar accompaniment
  • Mixed ensemble accompaniment
  • String ensemble accompaniment
  • Wind ensemble accompaniment
  • Jazz band accompaniment
  • Lute accompaniment
  • Keyboard accompaniment
  • Percussion accompaniment
  • Brass accompaniment
  • Flute accompaniment
  • Viol consort accompaniment
  • Basso continuo
  • Violin accompaniment
  • Cello accompaniment
  • Viola accompaniment
  • Recorder accompaniment
  • Piano 4-hands accompaniment
  • Viola da gamba accompaniment
  • Brass ensemble
  • Trumpet accompaniment
  • Horn accompaniment
  • Trombone accompaniment
  • Timpani accompaniment

}}   Part of work title/composer name
{{#input: type=text|name=keyword|size=35|value= }}

Editor
{{#input: type=select|name=editor|


  • Martin Rätz Jr. editions
  • Mark Rose editions
  • Charles H. Giffen editions
  • Gerd Eichler editions
  • Andris Solims editions
  • Edward L. Stauff editions
  • David Fraser editions
  • Norbert Lederbauer editions
  • Dick Wursten editions
  • Sjouke Bruining editions
  • Rod Mather editions
  • Philip Legge editions
  • James Gibb editions
  • Christopher Braginetz editions
  • Jose Miguel Galan editions
  • Ted Dean editions
  • Douglas Brooks-Davies editions
  • Brian Marble editions
  • Jim Cooke editions
  • Abel Di Marco editions
  • Bettina Blokland editions
  • François-Xavier Chauchat editions
  • CCARH editions
  • Andrew Hawryluk editions
  • Steve Jones editions
  • Christopher Moore editions
  • Gordon J. Callon editions
  • Manolo Casaus editions
  • Monique Rio editions
  • Denis Mason editions
  • Aaron Elkiss editions
  • Claudio Macchi editions
  • Laurent Vauclin editions
  • Giovanni Vianini editions
  • Jim Taylor editions
  • Paco Marmol editions
  • Art Levine editions
  • Greg Lindahl editions
  • Reinhold Kainhofer editions
  • Edward Tambling editions
  • Gene Traas editions
  • John Henry Fowler editions
  • Bernard Roth editions
  • Micah Brandhandler editions
  • Eduardo Franco Rondina editions
  • Christopher R. Baker editions
  • Fernando Gómez Jácome editions
  • Wilbert Berendsen editions
  • N. Nakamura editions
  • Sabine Cassola editions
  • Rafael Ornes editions
  • Eduardo Fonseca editions
  • Miguel Astor editions
  • Christian Steiner editions
  • Jennifer Lee editions
  • Rick Wheeler editions
  • Unknown editions
  • Brian Russell editions
  • Nancho Alvarez editions
  • Walter Thornhill editions
  • Christian Herbst editions
  • Stan Sanderson editions
  • Frank Nordberg editions
  • Anthony Wilson editions
  • Sirius Chapp editions
  • Geert Cuypers editions
  • John D. Smith editions
  • Sally DeFord editions
  • Marco Croci editions
  • Steve Sanders editions
  • Osório Viana editions
  • Antonio Campos Monteiro Neto editions
  • Jeroen Potjes editions
  • Ian Loeppky editions
  • Michael J. Oczko editions
  • Kenji Yamamoto editions
  • Thomas Gebhardt editions
  • David Newman editions
  • Jonathan Goodliffe editions
  • Fritz Brodersen editions
  • Lewis Jones editions
  • Adam P. Cole editions
  • Rupert Preston Bell editions
  • Tobias Schoelkopf editions
  • Michael Gibson editions
  • Sara Manley editions
  • Emilio Cano Molina editions
  • Laura Conrad editions
  • Zoran Rakovic editions
  • Christoph König editions
  • Benoît Huwart editions
  • Huub de Lange editions
  • Peter Chubb editions
  • Ramiro Real editions
  • Paolo Andreotti editions
  • Theo Potjes editions
  • Graeme Martin editions
  • Gottfried Herrmann editions
  • Andrea Friggi editions
  • Maria Jesus Luelmo editions
  • Robert Urmann editions
  • Rolf Maeder editions
  • Mick Swithinbank editions
  • Jens Klimek editions
  • Kitty Briton editions
  • Martin Straeten editions
  • Diana Thompson editions
  • Ilse Baltzer editions
  • Katharina Bäuml editions
  • Paul R. Marchesano editions
  • Jardilino Maciel editions
  • Paul Stetsenko editions
  • Sheila Crossey editions
  • Moriwaki Michio editions
  • John Murphy editions
  • Javier Fajardo editions
  • Clifford Boyd editions
  • Pierre Gouin editions
  • Roberto Scurati editions
  • Christopher Lee editions
  • Klaus Rettinghaus editions
  • George Steel editions
  • Angel Viro editions
  • Maurizio Tomasi editions
  • Jorge Luis Gaete Calderon editions
  • Rene De Vos editions
  • Tim Henderson editions
  • Edmund Gooch editions
  • Carles Gumí editions
  • Angelo Dias editions
  • Anne Dubrofsky editions
  • Jorge Moreira editions
  • Bengt Bäckestrand editions
  • Luis Pereira editions
  • Douglas Walczak editions
  • Drew Collins editions
  • Manfred Hößl editions
  • Neil Jackson editions
  • Stefan Karpiniec editions
  • Floris van Vugt editions
  • Kevin Skelton editions
  • Daniel Rouwkema editions
  • Christoph Lahme editions
  • Felipe Sar editions
  • José Ángel Ruiz editions
  • Simone Olivieri editions
  • Vince M. Brennan editions
  • Steve Johnson editions
  • Laurence Hughes editions
  • Robin Doveton editions
  • Oliver Barton editions
  • Jose A. Embil editions
  • Bernard Delhez editions
  • Paul von Hippel editions
  • Helmut Kickton editions
  • Andre editions
  • Arno Rog editions
  • Veronica Brandt editions
  • Nick Austin editions
  • Johan Tufvesson editions
  • Luis Hontoria Hernandez editions
  • Michael Leuchtenberger editions
  • Massimo Capozza editions
  • Peter Bird editions
  • Giorgio Pacchioni editions
  • Vladimir Ursic Jr. editions
  • Claudio Chini editions
  • Christoph Dalitz editions
  • Andre van Ryckeghem editions
  • Marco Voli editions
  • Pieter Beerthuizen editions
  • Kelvin Smith editions
  • Charles Shunk editions
  • Sestino Macaro editions
  • José Luis Blasco Díez editions
  • Vaughan McAlley editions
  • Sebastian Brosig editions
  • Luigi Cataldi editions
  • Henry Lebedinsky editions
  • David King editions
  • Pothárn Imre editions
  • Francisco Alfonso Valdivia Sevilla editions
  • Renato Calcaterra editions
  • Ashley Etzkorn editions
  • Christopher Shaw editions
  • Marco Giuliani editions
  • Oliver Hayes editions
  • Jürgen Fleck editions
  • Juliane Claudi editions
  • Adriano Secco editions
  • Sue Glover editions
  • Joseph Sohler editions
  • Andrea Angelini editions
  • Luís Henriques editions
  • Richard Holt editions
  • Kieran Sampson editions
  • Joseph A. Figliulo editions
  • Wagner Dias editions
  • Nano Sánchez editions
  • Fabrice Parmentier editions
  • Fernando Sayas Martínez editions
  • Udo Baake editions
  • Tim Brace editions
  • Alan Dergal Rautenberg editions
  • Thomas Rink editions
  • Tim Blickhan editions
  • Richard Woodroffe editions
  • David Drexler editions
  • William Long editions
  • Rafael Sales Arantes editions
  • Kilian Nauhaus editions
  • Tim Risher editions
  • Anders Berglund editions
  • Heino Vergouwen editions
  • Jacques Brodeur editions
  • David Saslav editions
  • Roberto Ojeda editions
  • Kurt Pages editions
  • Song Yung Lee editions
  • Thomas Reuter editions
  • Alessandro Quarta editions
  • Ben Crowell editions
  • Luis Alberto Campos editions
  • Robert Houllemare editions
  • Thomas Lloyd editions
  • Stanley M. Hoffman editions
  • Ty Kroll editions
  • Christian Mondrup editions
  • Jurriaan Grootes editions
  • Matteo Sgambato editions
  • Peter Leys editions
  • William M. Worden editions
  • Deborah Lowrey editions
  • David K. Means editions
  • Øyvind Kåre Pettersen editions
  • Sharon Rosner editions
  • Sebastien Fourest editions
  • André Vierendeels editions
  • Gabor Lukin editions
  • Pablo Corbí Serna editions
  • William Weinmann editions
  • Sebastiaan Schippers editions
  • Alexander Ledkovsky editions
  • Peter Wright editions
  • Burkhart M. Schürmann editions
  • Felix Schildknecht editions
  • Vladimir Ursic editions
  • Elizabeth Pauly editions
  • Roar Kvam editions
  • Robert Nottingham editions
  • J. Ashley Hall editions
  • Vladimir Silva editions
  • Toby Wardman editions
  • Darrell Crowther editions
  • Oscar Herrera editions
  • Jens Peter Jacobsen editions
  • Johan De Wael editions
  • Joachim Kelecom editions
  • Roel Griffioen editions
  • Nicolas Sceaux editions
  • Jos H. Hindriks editions
  • Gregory Hamilton editions
  • Frans van Hove editions
  • David Cameron editions
  • Daniel Harmer editions
  • Thomas Mount editions
  • Chris Inglis editions
  • Rein de Vries editions
  • Darren Wong editions
  • Jonathan Adams editions
  • Alexander Myltsev editions
  • Velthur Tognoni editions
  • Ilario Bonomi editions
  • Frans Meeusen editions
  • Björn Sothmann editions
  • Alice V. Stuart settings
  • Massimo Lombardi editions
  • Kevin Komisaruk editions
  • Filippo Simone Lo Castro editions
  • James R. Jennings editions
  • Jolando Scarpa editions
  • Geraldo Wehmhoff editions
  • Simon Dreher editions
  • Martin Böttger editions
  • Thomas F. Strode editions
  • Nikolaus Schwärzler editions
  • Michael Dreschel editions
  • Terry Sanford editions
  • Iva Juras editions
  • Martin Norbäck editions
  • Frédéric Debons editions
  • Leslie Hay MacKnight editions
  • Mark Wenzel editions
  • Marcus Roeckrath editions
  • Melinda O'Neal editions
  • Santiago Sebastián Suárez editions
  • Timothy G. Cooper editions
  • Carlos Augusto Mourão editions
  • Sebastian Göring editions
  • Ulrich Alpers editions
  • Guido Gonzato editions
  • Paul Cienniwa editions
  • Ilaria Zuccaro editions
  • Pawel Jura editions
  • John David Eaton editions
  • Jean-Christophe Frisch editions
  • Peter Gibson editions
  • Per-Anders Aglert editions
  • Kjetil Aaman editions
  • Staffan Lundberg editions
  • Charles Mayeul editions
  • Reed Reimer editions
  • Stuart McIntosh editions
  • Paul Howarth editions
  • Gonçalo Lourenço editions
  • Claude Tallet editions
  • Eva Toller editions
  • Steven Maxson editions
  • Michael Wendel editions
  • Alessandro Magagnin editions
  • Dan Foster editions
  • Joseph G. Stephens editions
  • Steven Langley Guy editions
  • John Martin editions
  • Edward Jones editions
  • Matthew Thibeault editions
  • Richard R. Haynes editions
  • M. Ryan Taylor editions
  • Jean-Marc Delaplace editions
  • Erik Hellerstedt editions
  • Edmund Brownless editions
  • Rob Durk editions
  • Pablo Rosario editions
  • Christof K. Biebricher editions
  • Cátia Mendes editions
  • Julien Canches editions
  • Pierre Chépélov editions
  • Vincent Carpentier editions
  • Robert de Vries editions
  • Suzi Nassen Stefl editions
  • Carlos Vitorino editions
  • Nigel Poole editions
  • Ermanno Casa editions
  • Byrt Janssen editions
  • Martin Schubert editions
  • Jannes Waterstrat editions
  • Diego Pizarro editions
  • Tak-Shing Chan editions
  • Norbert Marouschek editions
  • Larry Minton editions
  • Francisco Alonso editions
  • Andrew K. Lenz editions
  • Florian Heyerick editions
  • Giuseppe Mignemi editions
  • D.W. Brand editions
  • Thierry Buclin editions
  • Gabriel Molina Althaus editions
  • Emmanuel Owusu Addai editions
  • Zigor Larrabe Uribe editions
  • G. Roesler editions
  • Albert Edelman editions
  • Calvin Cline editions
  • Ian Haslam editions
  • Willibald Baumeister editions
  • Jeff Buettner editions
  • Alexander Ennulat editions
  • William Hay editions
  • Roland Huc editions
  • Robert Allgeyer editions
  • Indiana University editions
  • John Kilpatrick editions
  • Holger Hantke editions
  • Marshall Jose editions
  • Marcus Alessi Bittencourt editions
  • Gief Um Dalje editions
  • Philip Bowden editions
  • Markus Herr editions
  • Heinz Anderle editions
  • Marc Herouard editions
  • Ulrich Bartels editions
  • Ada Faure editions
  • Massimo Marinai editions
  • BP Productions editions
  • Sterling Burris editions
  • Theresa A. Steiner editions
  • Iain Inglis editions
  • Annie Pousse editions
  • Marien Abspoel editions
  • Sabrina Iacobucci editions
  • Daniel J. Singer editions
  • David Link editions
  • Adrian Roberts editions
  • Stacey Seronick editions
  • Charbel Kady editions
  • David Hauser editions
  • Robinson McClellan editions
  • Jeffrey Quick editions
  • Susanna Camilletti editions
  • Carl Grainger editions
  • Petr Dyrc editions
  • Rok Kršmanc editions
  • Bhaskoro Dwi Widhianto editions
  • Linda Cantoni editions
  • Meirion Wynn Jones editions
  • Anthony Patriarche editions
  • Nugraha Tri editions
  • Andrew Maruzzella editions
  • Eric Kirsch editions
  • Anthony Smitha editions
  • Boguslaw Krawczyk editions
  • Reg Boulton editions
  • Andras Cserny editions
  • Patricio Cueto editions
  • Mike McFerron editions
  • Andrew Crookall editions
  • Graeme Morton editions
  • Roberto Sette editions
  • Edward W. Guo editions
  • Brent Alexenko editions
  • Trevor Day editions
  • Zoltan Paulinyi editions
  • Andrew Owen editions
  • Dominique Dos Santos editions
  • Sanja Vukovic editions
  • Anthony Monta editions
  • Karl Rathgeber editions
  • Brian Hart editions
  • Alastair Carey editions
  • Christopher Walker editions
  • Bud Clark editions
  • João Victor Bota editions
  • Paul Rosas editions
  • Martin Bernhard editions
  • Michael Warrior editions
  • Olivier Passerotte editions
  • Friedemann Becker editions
  • Daniel Feijoo editions
  • Thomas Busse editions
  • Eby Mani editions
  • Henrik Ahlers editions
  • Noel Jones editions
  • Anna Molnár editions
  • Andrew Pink editions
  • Israel Araujo editions
  • Peter Stanchek editions
  • Nate Bratton editions
  • Alexander Crawford editions
  • Isaac García Contreras editions
  • Peter Reid editions
  • Luis Calero editions
  • Andrew MacLean editions
  • Giovanni Mirabile editions
  • Don Blaheta editions
  • Steven Stanke editions
  • Richard Apperley editions
  • Klaas Spijker editions
  • Marco Lucchetti editions
  • Nicola Fiorino editions
  • Jan de Bruijn editions
  • Pavel Krč editions
  • University of Rochester editions
  • Kent Cooper editions
  • Christopher W. Hart editions
  • Manuel Pancorbo editions
  • André Vis editions
  • Oscar Santos editions
  • Stefan Scheiben editions
  • Christopher J. Noren editions
  • Salvatore Gangi editions
  • Walter Wells editions
  • Andrew Walker editions
  • Lora Crighton editions
  • Sabine Salzmann editions
  • Viliam Gurbal editions
  • Philippe Raynaud editions
  • Kris Van Bruwaene editions
  • Daniele Colla editions
  • Marco Gusy editions
  • Luca Dragani editions
  • Lorenzo Donati editions
  • Paolo Santini editions
  • Robert Ehrhardt editions
  • Larry Byler editions
  • Yves Gadioux editions
  • Ludovic Sardain editions
  • Niels Danielsen editions
  • Bryan Lopuck editions
  • Ozéas de Carvalho Lima editions
  • Dottie Knauer editions
  • Luciano Bibiloni editions
  • David R. King editions
  • Hubert Pérez Cárdenas editions
  • Christian Hofius editions
  • Mark Winges editions
  • Pietro Battiston editions
  • Claes Jansson editions
  • Bruce Southard editions
  • Jean-Pierre Neel editions
  • Douglas Kostner editions
  • Clemens Meier editions
  • Gus Zobel editions
  • Shaun Pirttijarvi editions
  • Mark Chapman editions
  • Fabio Anti editions
  • Ilija Atanasov editions
  • Bernardo Bernal editions
  • Juan Javier Miró Pérez editions
  • Gary Starling editions
  • Michael O'Connor editions
  • Boris Crépeau editions
  • Pier Mario Piturro editions
  • Raúl Ferrero editions
  • Stephen J. Eisele editions
  • Yu Chao editions
  • Fergus Black editions
  • Larry Kenny editions
  • Fred Nachbaur editions
  • Daniel Johnson editions
  • John Kelly editions
  • Matthew Guerrieri editions
  • Marcello Noia editions
  • J. S. Repasky editions
  • Nina Gilbert editions
  • Ethan Lehavi editions
  • Charles Thompson editions
  • Mojmír Poláček editions
  • Tullio Visioli editions
  • Ramon Sedo editions
  • Adrian Guerra editions
  • Frank Segner editions
  • Michael P. McDonald editions
  • Paul van Gulick editions
  • Matthias Samuelsson editions
  • Francesco Pesce editions
  • Mariano Garau editions
  • David Passmore editions
  • Roy Holton editions
  • Julie Brown editions
  • Klaus Breuninger editions
  • Matt Scott editions
  • Ives D. Kerne editions
  • Claude Routhier editions
  • Richard Irwin editions
  • Cheryl Lynn Helm editions
  • Mark Edgley Smith editions
  • Fabrizio Barchi editions
  • Jason Smart editions
  • Mona Holm editions
  • Julian Bryson editions
  • Nived Lobo editions
  • Till Rettig editions
  • Peter Macintosh editions
  • Alan Knight editions
  • Robert van der Peijl editions
  • Steven Saunders editions
  • Christophe Corp editions
  • Jeffrey Gemmell editions
  • Joseph Nicolas editions
  • Earpile de Arsle editions
  • Stefano Zecchino editions
  • Arthur Reutenauer editions
  • Milo Machover editions
  • Richard Eldon Barber editions
  • Walker Boyle editions
  • Peter Kaplan editions
  • Alec D. Jackson editions
  • Kurt Olsen editions
  • Hans Mons editions
  • Bernhard Lang editions
  • Mihály László Nádasi editions
  • Elias Hällqvist editions
  • Alexei Nazarov editions
  • Krzysztof Niegowski editions
  • Aristotle Aure Esguerra editions
  • Noel Stoutenburg editions
  • Volkmar Henschel editions
  • Nicolas Pommier editions
  • Nathan Howe editions
  • Jean-Luc Roth editions
  • Michael Winikoff editions
  • Ted Hansson editions
  • Tyler Rusco editions
  • Craig Klampe editions
  • Kayla Campbell editions
  • Giulia Tonelli editions
  • John Bertalot editions
  • Francesco Lorenzo Luciani editions
  • Gyuri Barabás editions
  • Adrian Taylor editions
  • Cesar Cerasomma editions
  • Charles Hiestand editions
  • Björn Ehnberg editions
  • Eric Haas editions
  • Bill Snedden editions
  • Kurtis Kroon editions
  • Bernard West editions
  • Françoise Jacquemard editions
  • Roger Petrich editions
  • John L. Wright editions
  • Marco Bussi editions
  • Peter Boot editions
  • Ondrej Zindulka editions
  • Dale McIntyre editions
  • Giuseppe Schinaia editions
  • Rachele Orlando editions
  • Jean-Louis Didier editions
  • Leanne Daharja Veitch editions
  • Carl-Aage Eliasson editions
  • Thomas R. Vozzella editions
  • Guido Menestrina editions
  • Michael Suissa editions
  • Amy Dunker editions
  • Hans Lundgren editions
  • Jean-Louis Martin editions
  • Juan Ignacio González editions
  • Anthony Awtrey editions
  • Simon Shaw editions
  • Oliver Nicolson editions
  • Alistair Nelson editions
  • Michał Piotrowski editions
  • Matthew Oltman editions
  • Thomas F. Savoy editions
  • Bernard Choppy editions
  • Luc De Rossi editions
  • Anthony Linden Jones editions
  • Greg Scheer editions
  • Ramón Polledo editions
  • Victor van der Laan editions
  • Andrea Vitello editions
  • Peter Rottländer editions
  • Álvaro Loreto editions
  • Ignacio Torner editions
  • Torben Klaes editions
  • Alessandro Kirschner editions
  • David Yardley editions
  • Cristian Gentilini editions
  • John Brown editions
  • Richard Mix editions
  • Luc Jakobs editions
  • Jay Lane editions
  • Primož Hladnik editions
  • Andreas Stenberg editions
  • Francesco Iannitti editions
  • Fábio Soldá editions
  • Luciana Gonçalves editions
  • Mario Sanchez editions
  • Jon Riding editions
  • Wietse Stuurman editions
  • Alexander Kobel editions
  • Tim Pratt editions
  • Jean-Yves Grand editions
  • Shigekazu Nimura editions
  • Michael Lauer editions
  • William Kempster editions
  • Hubertus Krämer editions
  • Augustin Roche editions
  • Anthony Dudley Horscroft editions
  • Jonathan Eason editions
  • Lukas Pietsch editions
  • Phillip Grow editions
  • Bertram Preuschhof editions
  • Andrea Maria Ottavini editions
  • Damir Bunoza editions
  • Paolo Alberto Rismondo editions
  • Domenico Paone editions
  • Luis de Stoa editions
  • Francisco Alcantar editions
  • Christopher Kersten editions
  • Jan Peters editions
  • Alex Corona editions
  • Alberto Orlandini editions
  • Agnaldo Baêta editions
  • Nuno Raimundo editions
  • Ivica Bogosavljevic editions
  • Chris Hutchings editions
  • Pedro Vilarroig editions
  • Bert Schreuder editions
  • Dirkjan Horringa editions
  • Klaas Leerlooijer editions
  • Sven Dierke editions
  • Christian Bos editions
  • Stefano Torchio editions
  • Patrick O'Shea editions
  • Jacques Mirou editions
  • Victor Espinoza editions
  • Marc Vilain editions
  • Glen Thompson editions
  • Axel Bergstedt editions
  • Martin Kümmel editions
  • Maren Montalbano editions
  • Daniel Buxeda Rodriguez editions
  • Francisco de Asís Manzanero Osuna editions
  • Fabrizio Perone editions
  • Hans-Peter Beer editions
  • Paul Bocken editions
  • Martin Stolle editions
  • Joanna Gutowska-Kuzmicz editions
  • Frank van Nimwegen editions
  • Thurlow Weed editions
  • Nycholas Maia editions
  • Richard Sheppard editions
  • Claudia C. Linfelt editions
  • James Norris editions
  • Dániel Bali editions
  • Giancarlo Colleoni editions
  • Bostjan Kuzman editions
  • Bepi Carone editions
  • Nick Boltz editions
  • Geert Verhallen editions
  • Matthew Collett editions
  • Fabio Fresi editions
  • Gerry Howe editions
  • Harald Wellmann editions
  • Louie Madrid Calleja editions
  • Horst Hinze editions
  • Arie Fokkens editions
  • Brian Lavery editions
  • Bruno Vlahek editions
  • John Hetland editions
  • Maximilian Albert editions
  • Andrew Leonard editions
  • Frank de Ruyter editions
  • Adrian Cuello editions
  • Frank Heyder editions
  • Victor Chisholm editions
  • Alastair Stout editions
  • Leo Quaijtaal editions
  • Adam Steele editions
  • Carles Vela i Aulesa editions
  • Santiago Romero Vives editions
  • Arjen Bax editions
  • Winfried Grünewald editions
  • Jürgen Knuth editions
  • Marc Cerisier editions
  • R. Satterthwaite editions
  • David Nino editions
  • Martin Grayson editions
  • Patrick Horgan editions
  • Matthew Sprinkle editions
  • Alexander Ertl editions
  • Hermes Coelho editions
  • Camille Martin editions
  • Mats Lillhannus editions
  • Aindrias Hiort editions
  • Kathryn Rose editions
  • Charles Wingate editions
  • Albert Pinsonneault editions
  • David Monks editions
  • Jeremy Rawson editions
  • Hendra Agustian editions
  • Amanda Hughes editions
  • Laura Salovaara editions
  • Nobuaki Izawa editions
  • Fabian Burk editions
  • Daniele Valentino Filippi editions
  • Elam Rotem editions
  • Willem Jan Hanegraaf editions
  • Aldona Jones editions
  • Mark Hamilton Dewey editions
  • Daniel Wolf editions
  • Tobias Aust editions
  • Cosimo Maspazza editions
  • Walter Perz editions
  • Didier Chalu editions
  • Martin Neumann editions
  • Edward Ananian-Cooper editions
  • Enrico Vercesi editions
  • Jeff Covey editions
  • Michael Klein editions
  • Attila Stanco editions
  • Oliver Prygotzki editions
  • Alfred M. Drenth editions
  • Pian Rozzladil editions
  • Alessandro Simonetto editions
  • Markus Partheymüller editions
  • Christian Saalfrank editions
  • Beate Windisch editions
  • Greg Swinford editions
  • Arman Azemoon editions
  • Mary C. Weaver editions
  • Brigid Baker editions
  • Pawel Dabrowski editions
  • George de Bruin editions
  • John K. Patterson editions
  • Georg Beyerle editions
  • Massimo Di Biagio editions
  • Claudio Raffi editions
  • Iñigo Igualador editions
  • Alec Jackson editions
  • Chibuike Onyesoh editions
  • David Cynan Jones editions
  • John Bodinger editions
  • Pierre-Étienne Nataf editions
  • Philip King editions
  • Patricia Maltby editions
  • Josep Navarro i Solves editions
  • Peter Dyson editions
  • Daniel Trott editions
  • Mike Gibson editions
  • Michele Zanoni editions
  • Christopher Hapka editions
  • Christian Hildebrandt editions
  • Ken Williams editions
  • André von Kugland editions
  • Claude Buchanan editions
  • Carina Numan editions
  • David Millard editions
  • Bram Wayman editions
  • Ian Coleman editions
  • Eoin Conway editions
  • Luca Sartore editions
  • Hanno Böck editions
  • Dries Fonteyn editions
  • Paolo Giorgi editions
  • A. Nagoski editions
  • Martijn Spruit editions
  • Matt Nielsen editions
  • Michael Driscoll editions
  • Christoph Wagner editions
  • Virginia Kaycoff editions
  • Stephen Trahair editions
  • Quintus N. Sachs editions
  • Alice Tacaille editions
  • Ken Whitney editions
  • Donato Liberatore editions
  • Sarin Peck editions
  • Louis Becker editions
  • Jacob Lessing editions
  • Richard St. Clair editions
  • Roland Faust editions
  • Adrian Wall editions
  • Patrick Elvin editions
  • Glenn O'Brien editions
  • David Mackay editions
  • Daniel Mahraun editions
  • Jafet Brüno editions
  • John Carter editions
  • Ernie Ormado editions
  • Bonnie Barrows editions
  • Heikki Tauriainen editions
  • Denis Nogueira editions
  • Ross Bernhardt editions
  • Regina Seber editions
  • Christoph Wieczorek editions
  • Paulo Eduardo Roque editions
  • Alexander Sandrock editions
  • Ryan Kelly editions
  • Andrea Vezzoli editions
  • Wieczorek Christoph editions
  • Angelina Figus editions
  • Christopher Allsop editions
  • Corey Axler editions
  • Burkard Peter editions
  • Geoff Allan editions
  • Joachim Thomas editions
  • Carlos Gumí editions
  • Daniel Clark editions
  • Howard Barnaby editions
  • Jan Joost van Elburg editions
  • Paolo V. Montanari editions
  • Robert McCauley editions
  • Immo Huneke editions
  • Artur C. Ferdinand editions
  • Gabriel Malancioiu editions
  • Markus Pfandler editions
  • Christopher B. Brammer editions
  • Stefan Obendorf editions
  • Matthew D. Nielsen editions
  • Ronald MacDonald editions
  • Thomas Fielding editions
  • Wheat Williams editions
  • Maxim Vladimiroff editions
  • Jon Corelis editions
  • Jan Němeček editions
  • Bill Wenrich editions
  • Quintus Neuwegler editions
  • Ken Sambuchi editions
  • Francis Steele editions
  • Steve Repasky editions
  • Peter Haskell editions
  • Eric Esparza editions
  • Calebe Barros editions
  • Edward Pullin editions
  • David Leroy McIntyre III editions
  • Jonathan Posthuma editions
  • Steve Garcia editions
  • Andrew Halladay editions
  • Alan Struck editions
  • H. Lee Rose editions
  • Julian Shortman editions
  • Klaus Föhl editions
  • José Antonio Fras editions
  • Daniel Garrick editions
  • Grzegorz Miśkiewicz editions
  • Charles M. Herrold, Jr. editions
  • Nicholas Ng editions
  • Ross Jallo editions
  • Christian Eichhorn editions
  • Andrew Wilshere editions
  • Jean-Charles Malahieude editions
  • Jan Mannee editions
  • Torsten Schiefer editions
  • Jean-Paul Bosselut editions
  • Lüko Willms editions
  • Don Dilworth editions
  • Matthew Collins editions
  • M. Patrick Kane editions
  • Paul Sawyer editions
  • Francis Bevan editions
  • Philip Schwartz editions
  • Paul King editions
  • Dieter Winterle editions
  • Nigel Duffin editions
  • David Renasque editions
  • Kitty Brazelton editions
  • Bruno Schiffel editions
  • Toru Sakamoto editions
  • Frederic Perez editions
  • Luke Massery editions
  • John Mills editions
  • Bert Caspers editions
  • Christoph Koscielny editions
  • Jefferson DeMarco editions
  • Johannes Becker editions
  • Paul Hayward editions
  • Simon Biazeck editions
  • Matthew Klenk editions
  • David Place editions
  • Andrew Miller editions
  • Simone Stella editions
  • John K. Cox editions
  • Brent W. Rogers editions
  • Jonathan P. Eyre editions
  • Douglas Walter Scott editions
  • Krystian Viszla editions
  • Rene Grothmann editions
  • Katherine Anne Davoli editions
  • James W. Loeffer editions
  • Matthew J. Pool editions
  • Willem Verkaik editions
  • C. Brammer editions
  • Eduard Vila i Perarnau editions
  • Alex Bazhenov editions
  • Brenda Smith editions
  • Ben Heffer editions
  • Daniel Schmunk editions
  • Arjay Viray editions
  • Paul Corneilson editions
  • John Reager editions
  • Vartan Agopian editions
  • Judy Ellis editions
  • Michael Gray editions
  • Benjamin Bloomfield editions
  • DFC Dresden editions
  • Benjamin Stone editions
  • Roxane Piffre editions
  • Maurice de Groot editions
  • Pablo Ballesteros editions
  • Carlos E. Scope editions
  • Robert Webb editions
  • Ansgar Kreutz editions
  • Marco Gemmani editions
  • Luca Del Panta editions
  • Charles Weaver editions
  • Patrick Kan editions
  • Marco Gallo editions
  • Federico Raffaelli editions
  • Steven Salka editions
  • Justin Henney editions
  • Jon Arnold editions
  • Daniel Kruglov editions
  • Rogério Nunes Wolff editions
  • Mara Wehrung editions
  • Paolo Pandolfo editions
  • Uwe Schweizer editions
  • Peter Hilton editions
  • Brandon LaRue Dumas editions
  • Marc Bökkerink editions
  • Martin Rudolph editions
  • Michael Bächle editions
  • Pat Montenegro editions
  • Anders Lundstrom editions
  • David Boothe editions
  • Antonio Melis editions
  • Will Pargeter editions
  • Pedro Quental editions
  • Bernard Meylan editions
  • Dan Smith editions
  • Wasil Sergejczyk editions
  • Stefano Puri editions
  • Marcos Castán editions
  • Toni Borràs editions
  • Stefan Schwarz editions
  • Stephen Clark editions
  • Márton Jakobey editions
  • Jan Pallas editions
  • Christopher Upton editions
  • Tristan Meares editions
  • Cees-Willem van Vliet editions
  • Harrison Hackett editions
  • Sigrid Schultz-Kokerbeck editions
  • Timothy Max editions
  • Bernd Freistedt editions
  • Ulrich Kapp editions
  • Koos Jaspers editions
  • Friederike Spangenberg editions
  • Jonathan Schakel editions
  • Huck Hodge editions
  • James W. Keefe editions
  • Roland Roy editions
  • Tz-Yi Jiang editions
  • François Michel editions
  • Samuel Speer editions
  • Steve Sargent editions
  • Francesco Spiga editions
  • Sam Burns editions
  • Chris Pilgrim editions
  • Anne-Marie Forbes editions
  • Arvid Grøtting editions
  • David Allinson editions
  • Jan-Frerk Burmester editions
  • Martin Dietze editions
  • Anthony Cekada editions
  • Tom Colao editions
  • Leighton Triplow editions
  • Juan A. Mesa editions
  • Stuart Nicholson editions
  • Mary Chiu editions
  • Steven Marchand editions
  • Steve Bartlett editions
  • Bruce Paterson editions
  • Tim Symons editions
  • Luciano Davide Carmagnola editions
  • W.D. Ebeling editions
  • José Eduardo Rebelo editions
  • Marcus Zibrowius editions
  • Maggie Furtak editions
  • Marcel Gautreau editions
  • Allen Garvin editions
  • Felipe Gasper editions
  • Mark Ardrey-Graves editions
  • Josef Komarek editions
  • Friedemann Stolte editions
  • John J. Brackenborough editions
  • Ohene Adu-Nti editions
  • Marco Nasi editions
  • James Wilcox editions
  • Paul Hodges editions
  • Davide Curioni editions
  • Emily Chase editions
  • Cathal Twomey editions
  • Mathias Lindner editions
  • Christopher Hoh editions
  • Alexander Horsburgh editions
  • De Toonzetter editions
  • Bart Horeman editions
  • Nikola Resanovic editions
  • John Manuel Pacheco editions
  • Jaap Noorman editions
  • Jerry Engelbach editions
  • Antonio Cosimetti editions
  • Jörg Michael Sander editions
  • Philipp Goldmann editions
  • Juan Pablo Pira Martinez editions
  • Jochen Schnapka editions
  • Timothy Sullivan editions
  • Joseph Haig editions
  • Erik Kaashoek editions
  • Andreas Dorian Gerdes editions
  • Hans Niklas Kuhn editions
  • F. L. Dunkin Wedd editions
  • Rufus Brodersen editions
  • Bertalan Fodor editions
  • Roberto Di Cecco editions
  • Marco Molinari editions
  • Mario Tento editions
  • Mattia Culmone editions
  • Lawrence Sisk editions
  • Allen H. Simon editions
  • Julian Gunkel editions
  • Štěpán Kafka editions
  • Mark LaBelle editions
  • Crys Armbrust editions
  • Stanislav Surin editions
  • Reuben Thomas editions
  • Ted Gibson editions
  • Oliver Doyle editions
  • Gabrael StClair editions
  • Raymond Nagem editions
  • Zach Vreeman editions
  • Rafael Caldas editions
  • Jian Wei Zhang editions
  • Didier Borzeix editions
  • Brent Rogers editions
  • Christophero Manco editions
  • Battista Pradal editions
  • José Ignacio Pérez Purroy editions
  • Richard Fairhurst editions
  • Andrew Malton editions
  • Mark Liversidge editions
  • Tony Compton editions
  • Daniel Eby editions
  • James Howard Young editions
  • Ángel García Pérez editions
  • Ars Subtilior Editions editions
  • Ivan Takhonov editions
  • Veit Riese editions
  • Matthew Frisk editions
  • Barry Johnston editions
  • Carl Verbraeken editions
  • Andreas Mattersteig editions
  • Richard Chonak editions
  • Dalwyn Henshall editions
  • Wilfried Schnetzler editions
  • Richard Perrignon editions
  • James Henshall editions
  • Hristo Tsanoff editions
  • Roger Lawrence editions
  • Jo Pell editions
  • Elizabeth Damon editions
  • Liam Hynes editions
  • Mario Berlinguer editions
  • Gene Ryan editions
  • Thomas Neeck editions
  • Mark Wilber Stewart editions
  • Fernando G. Jácome editions
  • Mark Mager editions
  • Pascal Picard editions
  • Ana Maria Pardo Gragera editions
  • Phil Cowling editions
  • Christopher Boveroux editions
  • Gregory Oboe editions
  • Richard Norris editions
  • Angelo Muccino editions
  • Andrew Raiskums editions
  • David Golding editions
  • Susan Partlan editions
  • Gordon Tyerman editions
  • Boaz Hardy editions
  • Richard DeMattia editions
  • Cameron McKay editions
  • Anne Stouffer editions
  • Zebulon Highben editions
  • Andreas Stieger editions
  • William Evans editions
  • Patrick Pignot editions
  • Matthew Norwood editions
  • Tim Wright editions
  • Robert Hugill editions
  • Eddie Rubeiz editions
  • Christoph Nagel editions
  • Casey Rule editions
  • Knut Petersen editions
  • Robert Bolyard editions
  • Jayme Amatnecks editions
  • Heather Soderling editions
  • James Bailey editions
  • Jed Scott editions
  • Clark Cooper editions
  • Jean Smolders editions
  • Raphael Morvant editions
  • Atie Bernet editions
  • José Medina editions
  • Christian Wiebeck editions
  • Dominic Fox editions
  • Joseph Svendsen editions
  • Donald Daley editions
  • Andrew Forbes editions
  • Jeffrey Bauman editions
  • Peter Harris editions
  • Burkard Rosenberger editions
  • Elmar Kurz editions
  • Daniel Anzaldo editions
  • Óscar Manuel Paredes Grau editions
  • Brian Riedlinger editions
  • Leighton H. Triplow editions
  • Patricia Ayuso editions
  • José Luis García Blanco editions
  • Klaus Heinisch editions
  • Peter Smith editions
  • Chris Dell editions
  • Alejandro García Santibáñez editions
  • Christos Christodoulou editions
  • Philip Le Bas editions
  • Justin Durham editions
  • Graham Maclagan editions
  • John Abdenour editions
  • Lee Lovallo editions
  • Sean Connolly editions
  • Sarah Lambert editions
  • Jay Young editions
  • Maria Marcelli editions
  • Shawnk editions
  • Robert Stevenson editions
  • Carlos Camejo editions
  • Royke Rumondor editions
  • Matthew Ward editions
  • Helene Morleghem editions
  • Sam Landman editions
  • Corinne Cooze editions
  • Thomasin LaMay editions
  • Louis Tanguay editions
  • Jes Wagner editions
  • Niels Brandt editions
  • Alan Pickering editions
  • Roddy Walters editions
  • Dorian Brown editions
  • Rimher Manubay editions
  • Sebastian Benkel editions
  • Ryle Custodio editions
  • Frank Mitchell editions
  • Christopher Larsen editions
  • Gereon Behrendt editions
  • Matthew Schellhorn editions
  • Charles West editions
  • Hendrik Bruinsma editions
  • Andrew Richesson editions
  • Arvydas Adamonis editions
  • Daniel Lager editions
  • Alfred Faust editions
  • Melvin Clive Bird editions
  • Brian J. Nelson editions
  • Richard Quesnel editions
  • Yasuharu Fukushima editions
  • Tim Thomas editions
  • Jean-Marc Piel editions
  • Dennis Larson editions
  • Harold Stover editions
  • Anja Baesch editions
  • Alexander Reuter editions
  • Alistair Kirk editions
  • Katie Hawks editions
  • Joris van der Herten editions
  • Michal Janošík editions
  • Scott Murphy editions
  • Ron Andrico editions
  • Michael Aves editions
  • Doug Poppen editions
  • Pierre Maniez editions
  • Beth Ratay editions
  • Laura Schmuldt editions
  • Markus Wessel editions
  • Philip Lawton editions
  • Andrew Sims editions
  • Francis Melville editions
  • Alberto Álvarez Calero editions
  • Arnaud Saint-Antonin editions
  • Christopher Downard editions
  • Brian Bartoldus editions
  • Mason Shefa editions
  • Charles Young editions
  • Jack Richard Hodkinson editions
  • Marcus Bergink editions
  • Joshua Xerri editions
  • Vaughn Roste editions
  • Dirk Koopman editions
  • Roger Teichmann editions
  • Florian Mattersberger editions
  • Óscar Grau editions
  • Wai Ki Wun editions
  • Gerhard Weydt editions
  • Brian Casey editions
  • Martin Ramroth editions
  • Tulipo Petressian editions
  • Samuel Lucena de Medeiros editions
  • Vojtěch Ulrich editions
  • Philip Rice editions
  • Kees de With editions
  • Stile Antico editions
  • Peter Kyhn editions
  • Carlotta Ferrari editions
  • Vanbaest editions
  • Henry Gaida editions
  • Paul Barter editions
  • Xavier Sambró editions
  • Laurent Duvernet editions
  • Thomas Strode editions
  • Charley Noecker editions
  • Matěj Humpál editions
  • Ole Hesprich editions
  • Rodney Mather editions
  • Helen Krauch editions
  • Victor Wilburn editions
  • Raphaël Terreau editions
  • Steven S. Ngai editions
  • Mark Hindley editions
  • Xavier Bick editions
  • Davide Da Ros editions
  • Tim Drewes editions
  • Stefan Thierfeldt editions
  • Frank Lee editions
  • David Joseph Stith editions
  • Ben Cunningham editions
  • David Howard editions
  • Humphrey Thompson editions
  • Stuart Lauters editions
  • Yoav Belinsky editions
  • Edewede Oriwoh editions
  • Gareth Thomas editions
  • Phoebe Wing editions
  • Will McLean editions
  • Jakub Pikla editions
  • Amelia Nagoski editions
  • Hans Scholliers editions
  • Aaron Giles editions
  • Wim Looyestijn editions
  • Manuela editions
  • Tanmoy Laskar editions
  • John Whittaker editions
  • Paul Thomas May editions
  • Francis Jiashen Tian editions
  • Ariel Barton editions
  • Catherine Beloin editions
  • Peter Gibeau editions
  • Reinier Post editions
  • Claus Brucher editions
  • Sebastian Meyer editions
  • Aurelio Tello editions
  • Scott Villard editions
  • Daniele Murra editions
  • Sarah Riskind editions
  • Walter Heeroma editions
  • Robert Memering editions
  • Malcolm Pearce editions
  • Gian Paolo Dal Dosso editions
  • J. Lee Graham editions
  • Daisy Gibbs editions
  • Skgzb editions
  • Nathaniel Fink editions
  • Joseph Graham editions
  • Chrisdonia editions
  • Michael von Glasow editions
  • Paolo Teodori editions
  • Joshua Lawlor editions
  • Karen Cook editions
  • Tristan Pye editions
  • Harry Hoyland editions
  • Leo Renier editions
  • Mathew Koshy editions
  • Eberhard Arning editions
  • Charles Lesaffre editions
  • Steve Draper editions
  • Margaret Langfield editions
  • Harry Boulton editions
  • William Armiger editions
  • Tomás Luis de Victoria Research Center editions
  • Leonardo Benini editions
  • Clifton Hughes editions
  • Shawn Shafer editions
  • Peter Gerloff editions
  • Maxim Meshkvichev editions
  • Natalie Goossens editions
  • Joseph Vu editions
  • Hans de Vries editions
  • Mark D. Falcone editions
  • Giovanni Pede editions
  • Brian Emig editions
  • Michael Nick editions
  • Casey Anno editions
  • John Brackenborough editions
  • Bernhard Todt editions
  • Alan Aversa editions
  • Jens Reimer editions
  • Riccardo Bogani editions
  • Franz Patzal editions
  • Danny Salim editions
  • Malcolm Crowe editions
  • Wilfried Meindl editions
  • ZKleanthous editions
  • Peter Freitag editions
  • Marcos Mato editions
  • James Dhonau editions
  • Shoshana Jackson editions
  • Antonio Politano editions
  • Tony Tebby editions
  • Dénes Harmath editions
  • Secretary Michael editions
  • Markus Lang editions
  • Nacho Rodríguez editions
  • Nikolaus Hold editions
  • Curtis Lindsay editions
  • Charles Pearson editions
  • Martin Fillion editions
  • Per Åberg editions
  • Dan Leighton editions
  • Harold Schonewille editions
  • Benjamin Wand editions
  • Don Stratton editions
  • Bradley Parese editions
  • Amelia LeClair editions
  • Martin Gölles editions
  • Leonhard Silvester Seyfang editions
  • Jan Groth editions
  • Oliver Sperling editions
  • Marcus Dahm editions
  • Alessandro Gallai editions
  • Gervais Frykman editions
  • Neil Weston editions
  • Eyolf Østrem editions
  • Erik Sharman editions
  • Wim Klaassen editions
  • Shelagh Noden editions
  • Frances Matthews editions
  • Christopher Hampson editions
  • Toni Sanz editions
  • Donna DiBella editions
  • Bruno Cornec editions
  • Christopher Metz editions
  • James Lindsay editions
  • Christopher Smith editions
  • Nigel Williams editions
  • Ben Maloney editions
  • Jonathan Lilley editions
  • Seth Engel editions
  • J. P. Kentros editions
  • John L Wright editions
  • Christopher Martin editions
  • Michael Brooker editions
  • J. Guy Stalnaker editions
  • Ben Newton editions
  • Paul Grady editions
  • Jos Collin editions
  • Andrew Henderson editions
  • Gabriel Sung editions
  • Pierre Bacquet editions
  • Hannah Johns editions
  • Martin Johnson editions
  • Allan Loucks editions
  • Yotam Medini editions
  • Giovanni Bataloni editions
  • Rolf Harkes editions
  • Rebekah Wu editions
  • CJ Redden-Liotta editions
  • Shawn K. Dunn editions
  • Marcus Fantham editions
  • Ronald McVey editions
  • Arthur Stuurwold editions
  • Alexandra Uitdenbogerd editions
  • Andrea Cogliati editions
  • Joseph Knapicius editions
  • Koenraad Moreau editions
  • Gary Harney editions
  • Hitoshi Yamamoto editions
  • Olivier Miakinen editions
  • Monika Feinen editions
  • Guus Mulder editions
  • Caroline Lesemann-Elliott editions
  • Mauricio Bardi editions
  • Sam Kauffman editions
  • Vance Maverick editions
  • Volker Seibt editions
  • Patrick Keefe editions
  • Noah Towns editions
  • Marc Lanoiselée editions
  • Tim Steele editions
  • Henri Yulianto editions
  • Alberto Barea editions
  • Constantin Ungureanu editions
  • Shawn Harrel editions
  • John Wilson editions
  • Hamish Hossain editions
  • Agnès Blin editions
  • Ismail Sezen editions
  • İsmail Sezen editions
  • Roel Zinkstok editions
  • Mascha Bartsch editions
  • Jerry Hui editions
  • D. Benjamin Miller editions
  • Louis Hoofd editions
  • Mark Szabó editions
  • Marco Ferrarini editions
  • Joshua Stutter editions
  • Peter Foggitt editions
  • Enrique Igoa editions
  • Ian Butler editions
  • Matthew D. Collins editions
  • Schoenwell editions
  • Omar Caputi editions
  • Jane Lynch editions
  • Hauke Holtkamp editions
  • Cynthia Brome editions
  • José García Illa editions
  • Josquin Research Project editions
  • St. John's College Freshman Chorus editions
  • Gregorius editions
  • ServiamScores editions
  • Benjamin Keating editions
  • Internet Archive editions
  • Jonathan Merrett editions
  • Charles Gurnham editions
  • William Chimiak editions
  • Alessandro Bigazzi editions
  • Friedrich Blume editions
  • Cyrill Schürch editions
  • Melike Yersiz editions
  • Thomas Herbert Dimmock editions
  • Ben Byram-Wigfield editions
  • National Library of Australia editions
  • Francesc Pérez Martín editions
  • Vianney Sicard editions
  • Benita Borbonus editions
  • Anthony Pasqua editions
  • Uršula Jašovec editions
  • Miguel Jesus editions
  • Nickel van Duijvenboden editions
  • Anastassia Rakitianskaia editions
  • James Crawford editions
  • Tin Cugelj editions
  • Warren Shaffer editions
  • Alvez Barkoskie IV editions
  • Andrew Fysh editions
  • Leonard Sanderman editions
  • Jan Wilke editions
  • Steven Hayles editions
  • John J Brackenborough editions
  • Nicholas Kelly editions
  • Mark Biggins editions
  • Matthew J C Ward editions
  • Patrick Dunnevant editions
  • Choralnet editions
  • Matthew Alan Edwards editions
  • Fondazione Domenico Bartolucci editions
  • Friedrich Chrysander editions
  • Alexander Pattavina editions
  • John Christensen editions
  • Manfred Eibl editions
  • Catuí Côrte-Real Suarez editions
  • Oscar Grau editions
  • Maia McCormick editions
  • Simon MacHale editions
  • Giorgio Trebbiani editions
  • Mark Thijs editions
  • Edoardo Marengo editions
  • Francesc Pérez editions
  • Patrick Williams editions
  • Christian Dieterich editions
  • Oscar Smith editions
  • Carlos Rodríguez Otero editions
  • Jonathan Scholbach editions
  • Dove Windsor editions
  • Tristan Fanning editions
  • Johan Tivander editions
  • Hans Adler editions
  • Matthew Watts editions
  • Rachael Ringer editions
  • Roger Bray editions
  • Joshua Quinlan editions
  • Henk Vogel editions
  • Vincent Miller editions
  • Andy Marshall editions
  • Leonardo Lollini editions
  • Tim Robson editions
  • Michael J. Drake, Jr. editions
  • Hans Sodaar editions
  • Ivan Tkachenko editions
  • Salvo Gangi editions
  • Ross Anderson Smith editions
  • Rémi Studer editions
  • Keith Harmel editions
  • Andrew Kane editions
  • David Lesniaski editions
  • William Hale editions
  • Domonkos László Dergez editions
  • Valerio Del Piccolo editions
  • Joost Veerman editions
  • Rosemary Galton editions
  • Mariano Lambea editions
  • James Wetzel editions
  • Jonathan Booth editions
  • Richard Carrick editions
  • Gary D. Cannon editions
  • Jack M. den Haan editions
  • Colin Davey editions
  • James Potter editions
  • Stephen Norton editions
  • Andres Gutierrez editions
  • Brian Robinson editions
  • Karol Jaworski editions
  • Jonathan Harris editions
  • Michael Winter editions
  • Sebastian Bosley editions
  • Arjan van Baest editions
  • Peter Yost editions
  • Paolo Zoccarato editions
  • Tommy Alexander Tambunan editions
  • James Wolter editions
  • Iñaki Kareaga editions
  • Aaron James editions
  • Francis Brown editions
  • William Ellison editions
  • Abbey Terry editions
  • Éric Leroy editions
  • Kees Doevendans editions
  • Philippe Debarge editions
  • Peter Rittgen editions
  • Marco Mulzer editions
  • Louis Di Rocco editions
  • Bernard Bertschinger editions
  • Manuel Schneider editions
  • Gabriel Brown editions
  • Bob Mounger editions
  • Simon Westmancoat editions
  • Emily Jenkins editions
  • Isaac Lovdahl editions
  • Bruce Lamott editions
  • Jos Kerkhoven editions
  • David Protheroe editions
  • Christopher Hoyt editions
  • James Ridley editions
  • Ian Wright editions
  • John Craick editions
  • Jacob Mason editions
  • Holt Skinner editions
  • Jonathan Spencer editions
  • Liza Calisesi Maidens editions
  • Daniel Golden editions
  • Tim Keeler editions
  • Anselm Kersten editions
  • Joel Bejot editions
  • Tony Nunn editions
  • Enrico Correggia editions
  • Luca Purchiaroni editions
  • Eusiel Rego editions
  • Andrew Leslie Cooper editions
  • Wytze Oostenbrug editions
  • Sbormistr.cz editions
  • David J. Hughes editions
  • Malcolm Lowe editions
  • Mike Wallen editions
  • Sophia Green editions
  • Brent Annable editions
  • Michael Lückgen editions
  • Henrique Coe editions
  • David O'Donnell editions
  • Matthew Stuckings editions
  • David Poon editions
  • Isaac Adni editions
  • Martín Zárate editions
  • Ruth Brown editions
  • Piet Mennen editions
  • Mark Emerson Donnelly editions
  • Nicholas Azza editions
  • Peter Carter editions
  • Jason Paul Saux editions
  • Allison Mondel editions
  • Progress Gabriel Akpabio editions
  • Ali Yunus Gencer editions
  • Doron Schleifer editions
  • Stephen Lawrence editions
  • Stuart Moffatt editions
  • Francisco Lopes editions
  • Marc Charles Dupuis editions
  • Richard Shakeshaft editions
  • Anna Maria Sitkiewicz editions
  • Nichola Hawkins editions
  • Hugo Janacek editions
  • Konstantin Beyer editions
  • Thomas Gelain editions
  • Ernst Kleinschuster editions
  • Roberto Rilievi editions
  • Baltasound editions
  • Gavin Skinner editions
  • Joseph Zubier editions
  • Spencer Bartley editions
  • Thomas Daughton editions
  • Andrew Lawrence-King editions
  • Paul Merkus editions
  • Jean-François Daignault editions
  • William Daffer editions
  • Michael Hauber editions
  • James Kane Bradley editions
  • Clarke Weigle editions
  • Drew Sellis editions
  • Clark Brydon editions
  • Danel Giddins editions
  • Daniel Giddins editions
  • Earle Peach editions
  • Philip Krinks editions
  • Richard Pethick editions
  • Brian Kogler editions
  • James Higgs editions
  • Elizabeth Schauer editions
  • Andrew Hathaway editions
  • Xuxiang Zou editions
  • Harry Sullivan editions
  • Andrea Bossi editions
  • Geoffrey Lester editions
  • Max Rädlinger editions
  • Emma Shelby editions
  • Dr Russell Blacker editions
  • Thomas Chatzopoulos editions
  • Fabio Valente editions
  • Yves Gadioux-Chew editions
  • Jonathan Wessler editions
  • Clive So editions
  • Rinaldo Alessandrini editions
  • Tom Dukatenzeiler editions
  • Kimberly Johnson editions
  • Wolfgang Lindner editions
  • Daniel Patrick Battle editions
  • Fabián Rodríguez Castro editions
  • Samuel J. Brannon editions
  • Andre Saldana editions
  • Daniel Trocmé-Latter editions
  • Simon Arlo Price editions
  • Benjamin F. Livaudais editions
  • Mirabilos editions
  • Crispin Flower editions
  • Musica Antica Rotherhithe editions
  • Rein Jonkman editions
  • Audrey Fernandez-Fraser editions
  • Ed Spire editions
  • Rayston Leong editions
  • Mark Dyer editions
  • David M Howard editions
  • Dave Barrett editions
  • Richard Rosing editions
  • Adam Griggs editions
  • Anthony Hunt editions
  • Ian Davies editions
  • Benedict Randall Shaw editions
  • Frans Pauwels editions
  • Benjamin Groom editions
  • Patrick Peglar editions
  • N. T. Dammers editions
  • Carson Cooman editions
  • Dr. Matthew Thomas editions
  • MB Krueger editions
  • Johannes Ammon editions
  • Justin Nelson editions
  • Joshua A. Roberts editions
  • Xuxiang Zou and Mengda Ziang editions
  • Stephan Tilch editions
  • Cole Bryan editions
  • Vi King Lim editions
  • Christopher Aspaas editions
  • Stefan.Fuchs editions
  • Stefan Fuchs editions
  • Jean-Paul Feo editions
  • David Anderson editions
  • Nathaniel Adam editions
  • Charles M. Herrold Jr. editions
  • David Sinden editions
  • Pierce Cullen editions
  • Michael D'Avanzo editions
  • Phillip Matty editions
  • Arturo Javier González Marino editions
  • Mengda Ziang editions
  • Valter Maasalo editions
  • Jennifer Bastable editions
  • Annabel Malton editions
  • Mark Helms editions
  • Reima Finch editions
  • Shawn Neisen editions
  • Adrian Nagel editions
  • Sébastien Lachaume editions
  • Michael Hand editions
  • Tobias Finndin editions
  • Daniel Battle editions
  • Dunedin Consort editions
  • Nicholaus Cummins editions
  • Jennifer Barnett editions
  • John E. Stromgren editions
  • Lyle Neff editions
  • Paul Rozière editions
  • Tobias Haak editions
  • Josh Howe editions
  • ColtonMartin editions
  • Colton Martin editions
  • David Masao Zimmerman editions
  • Eric Vignon editions
  • Jao-Yong Tsai editions
  • Ian Henning editions
  • Henry Morris editions
  • Alexander Kapustin editions
  • Nalei HU editions
  • Eric Malotaux editions
  • John Greutman editions
  • Bruce Brolsma editions
  • Ensemble OrQuesta editions
  • Daniel Pickens-Jones editions
  • Graham Patterson editions
  • Wilfrid Jones editions
  • Jovo Ivanic editions
  • Predragg Gosta editions
  • Caleb Saunders editions
  • Reza Seyedi editions
  • Vicente Chavarría editions
  • Anne Foo editions
  • Iain Hallam editions

}}

List only works with new editions in the last: {{#input:type=checkbox|name=newworks|onClick= form.newworks[1].checked = false; }} 30 days    {{#input:type=checkbox|name=newworks|value=C|onClick= form.newworks[0].checked = false; }} 90 days

Limit
{{#input: type=select|name=limit|

  • 200
  • 500
  • 1000
  • 2000

}}    
{{#input: type=ajax|name=submit|value=List works|update=listcat-result|onClick= var query = '{{#dpl: noresultsheader=' + form.msg01.value + '| '; query += 'count=' + form.limit.value + '| columns=2| '; query += 'resultsheader=\\n*' + form.msg04.value + '\\n | '; query += 'rowcolformat=width=100%| ordermethod=sortkey| namespace=| category=Sheet music'; if (form.genre.selectedIndex == 0 && form.voices.selectedIndex == 0 && form.solo.selectedIndex == 0 && form.choral.selectedIndex == 0 && form.era.selectedIndex == 0 && form.accomp.selectedIndex == 0 && form.lang.selectedIndex == 0 && form.editor.selectedIndex == 0 && form.newworks[0].checked == 0 && form.newworks[1].checked == 0) { document.getElementById('listcat-result').innerHTML = '<ul><li>' + form.msg03.value + '</li></ul>'; return false; } else { document.getElementById('listcat-result').innerHTML = '<ul><li>' + form.msg02.value + '</li></ul>'; } if (form.genre.selectedIndex == 1) query += '| category=Sacred music'; if (form.genre.selectedIndex == 2) query += '| category=Secular music'; if (form.secular.selectedIndex != 0) query += '| category={{#request:secular}}'; if (form.sacred.selectedIndex  != 0) query += '| category={{#request:sacred}}'; if (form.season.selectedIndex  != 0) query += '| category={{#request:season}}'; if (form.voices.selectedIndex == 1) query += '| category=1-part choral music'; if (form.voices.selectedIndex == 2) query += '| category=2-part choral music'; if (form.voices.selectedIndex == 3) query += '| category=3-part choral music'; if (form.voices.selectedIndex == 4) query += '| category=4-part choral music'; if (form.voices.selectedIndex == 5) query += '| category=5-part choral music'; if (form.voices.selectedIndex == 6) query += '| category=6-part choral music'; if (form.voices.selectedIndex == 7) query += '| category=7-part choral music'; if (form.voices.selectedIndex == 8) query += '| category=8-part choral music'; if (form.voices.selectedIndex == 9) query += '| category=9-part choral music'; if (form.voices.selectedIndex == 10) query += '| category=10-part choral music'; if (form.voices.selectedIndex == 11) query += '| category=11-part choral music'; if (form.voices.selectedIndex == 12) query += '| category=12-part choral music'; if (form.voices.selectedIndex == 13) query += '| category=13-part choral music¦14-part choral music¦15-part choral music'; if (form.voices.selectedIndex == 14) query += '| category=16-part choral music¦More than 16 voices'; if (form.vc01.selectedIndex != 0) query += '| category={{#request:vc01}}'; if (form.vc02.selectedIndex != 0) query += '| category={{#request:vc02}}'; if (form.vc03.selectedIndex != 0) query += '| category={{#request:vc03}}'; if (form.vc04.selectedIndex != 0) query += '| category={{#request:vc04}}'; if (form.vc05.selectedIndex != 0) query += '| category={{#request:vc05}}'; if (form.vc06.selectedIndex != 0) query += '| category={{#request:vc06}}'; if (form.vc07.selectedIndex != 0) query += '| category={{#request:vc07}}'; if (form.vc08.selectedIndex != 0) query += '| category={{#request:vc08}}'; if (form.vc09.selectedIndex != 0) query += '| category={{#request:vc09}}'; if (form.vc10.selectedIndex != 0) query += '| category={{#request:vc10}}'; if (form.vc11.selectedIndex != 0) query += '| category={{#request:vc11}}'; if (form.vc12.selectedIndex != 0) query += '| category={{#request:vc12}}'; if (form.vc13.selectedIndex != 0) query += '| category={{#request:vc13}}'; if (form.vc16.selectedIndex != 0) query += '| category={{#request:vc16}}'; if (form.solo.selectedIndex != 0) query += '| category={{#request:solo}}'; if (form.choral.selectedIndex != 0) query += '| category={{#request:choral}}'; if (form.era.selectedIndex == 1) query += '| category=Medieval music'; if (form.era.selectedIndex == 2) query += '| category=Renaissance music'; if (form.era.selectedIndex == 3) query += '| category=Baroque music'; if (form.era.selectedIndex == 4) query += '| category=Classical music'; if (form.era.selectedIndex == 5) query += '| category=Romantic music'; if (form.era.selectedIndex == 6) query += '| category=Early 20th century music'; if (form.era.selectedIndex == 7) query += '| category=Modern music'; if (form.lang.selectedIndex == 1) query += '| category=Wordless works'; if (form.lang.selectedIndex > 1) query += '| category=Works in {{#request:lang}}'; if (form.accomp.selectedIndex != 0) query += '| category={{#request:accomp}}'; if (form.editor.value != '') query += '| category={{#request:editor}} editions'; if (form.newworks[0].checked) query += '| category=New works in the past 30 days'; if (form.newworks[1].checked) query += '| category=New works'; if (form.keyword.value != '') query += '| ignorecase=true| titlematch=%{{#request:keyword}}%'; query += ' }}'; form.content.value = query; this.disabled = true; var t = setTimeout('document.form.submit.disabled = false', 5000 + 2000 * form.limit.selectedIndex); form.limit.selectedIndex = 0; }}  
 
{{#input: type=submit|value=Reset|onClick= form.genre.selectedIndex = 0; if (form.genre.onchange) { form.genre.onchange() }; form.voices.selectedIndex = 0; if (form.voices.onchange) { form.voices.onchange() }; form.solo.selectedIndex = 0; form.choral.selectedIndex = 0; form.era.selectedIndex = 0; form.lang.selectedIndex = 0; form.accomp.selectedIndex = 0; form.keyword.value = ; form.limit.selectedIndex = 0; form.editor.selectedIndex = 0; form.newworks[0].checked = false; form.newworks[1].checked = false; document.getElementById('listcat-result').innerHTML = '

  • No results yet

';

return false;

}}

}}

Results

  • No results yet