歐柏林格Dorothee Oberlinger (直笛)
【收錄曲目】
Hildegard von Bingen (1098-1179)
1. O Ecclesia
Arranged for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
Konstantia Gourzi (*1962)
2. messages between trees II (2022), op. 84b
for recorder, viola and bourdon
Johann Sebastian Bach (1685-1750)
3. Invention No. 6 in E major, BWV 777
4. Invention No. 1 in C major, BWV 772
5. From The Musical Offering, BWV 1079
No. 4a: Canon 1 a 2 cancrizanO
6. From The Art of Fugue, BWV 1080
Canon a due Hyperdiapason
7. Invention No. 8 in A minor/Nr. 8 in a-Moll, BWV 782
Arranged for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
Morton Feldman (1923 – 1987)
8. Only
Set for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
Anonymous
From/aus Division Violin
9. Black Joke
Arranged for recorder by Dorothee Oberlinger
Nicola Matteis (1650-1703)
10. Fantasia in D minor
John Cage (1912-1992)
11. Dream
Set for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
Johann Sebastian Bach
From Sonata for Viola da Gamba in G major, BWV 1039
12. Adagio e piano
Arranged for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
James Oswald (1710–1769)
13. The Reel of Tulloch
Arranged for recorder and viola by Dorothee Oberlinger and Nils Mönkemeyer
Nicola Matteis
14. Fantasia in D minor
Johann Sebastian Bach
From Cello Suite No. 2 in D minor, BWV 1008
15. I. Prelude
descSectionTop) { desc_sections.find("ul").css({"top": 0}); if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) { desc_sections .stop() .addClass("desc_sections_hold") .css({"min-height": descSectionHeight}) .find("ul") .css({"top": 0}); } else if (prevScrollPos > currentScrollPos) { desc_sections .stop() .addClass("desc_sections_hold") .css({"min-height": descSectionHeight}) .find("ul") .css({"top": headerHeight}); } else { prevScrollPos = 0; } prevScrollPos = currentScrollPos; if ($(window).width() < 768) { $("body").css("padding-bottom", "68px"); } } else { prevScrollPos = 0; desc_sections.stop().removeClass("desc_sections_hold") if ($(window).width() < 768) { $("body").css("padding-bottom", "68px"); } } // 點選產品說明滑動 $(".desc_sections a.scroll").bind("click", function(event) { var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1); if (targetScrollTop > window.scrollY + 1) { $("html, body").stop().animate({ scrollTop: targetScrollTop }, 300); } else { $("html, body").stop().animate({ scrollTop: targetScrollTop - headerHeight }, 300); } }); // 顯示當前產品說明 if (currentScrollPos > prevScrollInformationPos) { $.each(desc_section_list, function(index, desc_section) { var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1 var desc_sectionHeight = $(desc_section).height() var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']"); if (product_window.scrollTop() > desc_sectionTop || index === 0) { current_desc_section .stop() .addClass('active') .parent() .siblings() .find("a") .removeClass('active'); } else { current_desc_section.removeClass('active'); } prevScrollInformationPos = currentScrollPos; }); } else { $.each(desc_section_list, function(index, desc_section) { var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1 var desc_sectionHeight = $(desc_section).height() var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']"); if (product_window.scrollTop() + headerHeight > desc_sectionTop) { current_desc_section .stop() .addClass('active') .parent() .siblings() .find("a") .removeClass('active'); } else { current_desc_section.removeClass('active'); } }); prevScrollInformationPos = currentScrollPos; } }); })