流れを切ってすまんが、BWVでお気に入りの曲を検索したいのだが
BWV1052-1065は使いまわしが多いようでようわからん。
データベースからSQLで目的の曲をさがす場合

>select * from BWV_table where (BWV=1056 or BWV=1059)
 and movement='2nd' and instrument='harpsichord'
 => BWV 1056 2nd F minor (sinfonia from BWV156)
>select * from BWV_table where (BWV=1056 or BWV=1059)
 and movement='2nd' and instrument='oboe'
 => BWV 1059 2nd D minor (sinfonia from BWV156)

でOK?