forked from TCU-CDEx/60970
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaying-together.html
More file actions
60 lines (47 loc) · 3.79 KB
/
playing-together.html
File metadata and controls
60 lines (47 loc) · 3.79 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
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bass Deaf - Playing Together</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<nav class="main-nav" aria-label="Main navigation">
<!-- Hidden checkbox for hamburger menu toggle -->
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<!-- Hamburger menu button (visible on mobile) -->
<label for="menu-toggle" class="menu-button" aria-label="Toggle navigation menu">
<span></span>
<span></span>
<span></span>
</label>
<!-- Navigation menu items -->
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="jazz-understanding.html">Jazz & Understanding</a></li>
<li><a href="bass-deafness.html">Bass Deafness</a></li>
<li><a href="family-music.html">Family Music</a></li>
<li><a href="playing-together.html">Playing Together</a></li>
<li><a href="depression-recognition.html">Depression & Recognition</a></li>
<li><a href="spirituality-harmony.html">Spirituality & Harmony</a></li>
</ul>
</nav>
</div>
<main>
<h1>Playing Together</h1>
<img src="images/bros.jpg" width="100%" alt="Brothers playing music">
<p>Todd was encouraging initially, once bemoaning the fact that I didn't play an instrument because, he claimed, my instincts would make me a "monster." And he showed me how to cop riffs from LPs, tapes, and CDs—which has comprised the bulk of my subsequent training. He first taught me Michael Anthony's straightforward part for Van Halen's "Ain't Talkin' About Love," then Sting's line from the Police's "Can't Stand Losing You."</p>
<p>He also showed me the proper hand position that keeps the thumb perpendicular to the neck and parallel to the other fingers, one per fret, on the fret board. He told me always to know where I am in the song and to pay close attention to what the other musicians were doing. He insisted that I listen—always closely.</p>
<img src="images/hand_position.jpg" alt="Proper hand position on guitar" class="content-image-medium">
<p>But I tend to romanticize Todd's role in my musical life; the truth is, once I started finding my way across the strings with a little more confidence, and once I returned to the University of Illinois for my sophomore year, I didn't learn as much from him. When we would jam in my bedroom at my parents' place, over holiday breaks or on summer afternoons—him on his Gibson Paul, me still on my Squire—it rarely amounted to more than my giving him a platform to demonstrate his virtuosity through his lengthy solos.</p>
<figure>
<img src="images/hand_position.jpg" alt="Proper hand positioning" class="content-image-medium">
<figcaption>Proper hand positioning is essential for collaborative playing</figcaption>
</figure>
<p>At the time, I didn't understand what the problem was. I didn't understand what a groove is—that it develops from the space created between the players. Later, I would hear James Brown's "Super Bad" and discover that the groove emerges not from the rhythm section alone but from the interplay of the drummer, bassist, and other players paying close attention to each other.</p>
<p>It became clear once I started graduate school in Tennessee that my interests and accomplishments couldn't be of interest to him, at least for very long. When I told him about a great gig with the Mystery Dates, the insurgent country band I was in at the time, he'd respond with, "Why do you always find the good musicians to play with?"</p>
</main>
</body>
</html>