-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrapuntus.html
More file actions
48 lines (46 loc) · 2.93 KB
/
Copy pathcontrapuntus.html
File metadata and controls
48 lines (46 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All of Bach | 대위법 실험 작품</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="navbar">
<div class="logo"><a href="index.html"><img src="src/images/logo.jpg"></a></div>
<nav>
<a href="sub1.html">바흐의 생애</a>
<a href="sub2.html">주요 작품</a>
<a href="sub3.html">음악적 특징</a>
<a href="sub4.html">주요 악기</a>
<a href="sub5.html">NBS 소개</a>
</nav>
</div>
</header>
<main>
<div class="music-row">
<h2 class="music-label">대위법 실험 작품</h2>
<p class="music-desc">
『푸가의 기법』은 바흐가 대위법 기법을 극한까지 실험하고 발전시킨 대표적 작품이다.
</p>
</div>
<section class="music-grid">
<div class="music-item">
<iframe src="https://www.youtube.com/embed/mdI7UM7Xubw?si=n16Y4VSvtg5Mq3op" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="music-caption"><strong>14 canons</strong><br>BWV 1087<br><br>단순 두 음 카논에서 시작해 점차 세 음, 네 음을 아우르는 복잡한 퍼펙츄얼 카논까지, 바흐의 다양한 대위법 실험을 보여준다.</p>
</div>
<div class="music-item">
<iframe src="https://www.youtube.com/embed/Tybs1T9OLBg?si=SMLmytOzoUdFboRW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="music-caption"><strong>Contrapunctus 1</strong><br>BWV 1080<br><br>『푸가의 기법』중 가장 첫번째 곡이다. 노란색, 주황색, 보라색, 청록색 순서대로 특정한 멜로디를 반복하며 대위법을 이루고 있다.</p>
</div>
<div class="music-item">
<iframe src="https://www.youtube.com/embed/5Ttvx_Ydigc?si=25KEHVyg2syE6qq3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="music-caption"><strong>Canon per Augmentationem</strong><br>BWV 1080<br><br>『푸가의 기법』에 속해 있는 곡으로, 처음부터 끝까지 대위법적으로 완벽한 조화를 이루고 있음을 영상을 통해 확인할 수 있다.</p>
</div>
</section>
</main>
<footer>© 2025 All of Bach | 자료 출처 : Netherlands Bach Society 외</footer>
</body>
</html>