md • Lines: 127# 🎵 Guitalele Tab Reading - Quick Reference
## Guitalele String Tuning
```
String 1: A4 (thinnest, highest pitch)
String 2: E4
String 3: C4 ← Middle C (most common reference)
String 4: G3
String 5: D3
String 6: A2 (thickest, lowest pitch)
```
## Fret Numbers & Chromatic Scale
Each fret moves up one semitone (half-step):
**String 2 Example (E4):**
```
Fret: 0 1 2 3 4 5 6 7 8 9 10 11 12
Note: E F F# G G# A A# B C C# D D# E
↑ sharps/flats here (♯)
```
## Rhythm Duration Chart
| Note Type | Beats | Symbol | Appearance | When Used |
|-----------|-------|--------|------------|-----------|
| **Whole** | 4.0 | `o` | Hollow ○ | Fills entire 4/4 measure |
| **Dotted Whole** | 6.0 | `o.` | ○ with dot | Rare in 4/4 |
| **Half** | 2.0 | `.` | Hollow ◆ | 2-beat hold |
| **Dotted Half** | 3.0 | `..` | ◆ with dot | 3-beat hold |
| **Dotted Quarter** | 1.5 | `:.` | ● with dot | Common rhythm |
| **Quarter** | 1.0 | `:` | Filled ● | Standard beat |
| **Dotted Eighth** | 0.75 | `+.` | ● with dot | Triplet feel |
| **Eighth** | 0.5 | `+` | ● with flag | Fast notes |
| **Sixteenth** | 0.25 | `=` | ● with 2 flags | Very fast |
| **Quarter Rest**| 1.0|`x`||Nothing is played for a quarter beat
| **Eighth Rest**| 0.5|`x+`||Nothing is played for half a quarter beat
| **Sixteenth Rest**| 0.25|`x=`||Nothing is played for quarter of a quarter beat
## Measure Structure (4/4 Time)
```
ONE MEASURE = 4 BEATS (in 4/4 time)
Option 1: Four quarter notes
1 beat + 1 beat + 1 beat + 1 beat = 4 beats
Usual Counting 1 2 3 4
Option 2: Two half notes
2 beats + 2 beats = 4 beats
Counting: 1 _ 3
Option 3: One whole note
4 beats = 4 beats
Counting: 1 _ _ _ 1 _ _ _
Option 4: Mix & match
0.5 + 0.5 + 1.0 + 2.0 = 4 beats
Counting: 1 and 2 3 _ 1 and 2 3 _
Option 5: With rests
1.0 + 1.0 + 1.0 + 1.0 (silence) = 4 beats
Counting: 1 2 3 _
```
## Chromatic Scale (All Notes)
**Use for understanding **sharp positions**:
```
C C♯/D♭ D D♯/E♭ E F F♯/G♭ G G♯/A♭ A A♯/B♭ B
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
0 1 2 3 4 5 6 7 8 9 10 11
Pattern: The frets 2, 4, 9, 11 are sharps in any octave
(except between E-F and B-C, which are natural semitones)
```
## Which Clef Do I Look At?
### Treble Clef (𝄞) - High Notes
- **Strings**: 1, 2, and 3 usually
- **Range**: Middle C and above
- **When**: Playing melodies, solos, high passages
### Bass Clef (𝄢) - Low Notes
- **Strings**: 4, 5, and 6 usually
- **Range**: Below Middle C
- **When**: Playing bass lines, low accompaniment
## Common Melodies to Transcribe
### Happy Birthday Pattern (Quarter Notes)
```
Fret 0 on string 1 - 1 beat
Fret 0 on string 1 - 1 beat
Fret 2 on string 1 - 1 beat
Fret 0 on string 1 - 1 beat
Fret 5 on string 1 - 1 beat (hold for 2 beats total)
```
### Simple Scale (String 3 Ascending)
```
C(0) → D(2) → E(4) → F(5) → G(7) → A(9) → B(11) → C(12)
Each fret: quarter note (1 beat each)
```
## Things To Remember
✅ **Do**
- Group notes into 4-beat measures
- Use rests to create space
- Tie notes across beats for legato feel
❌ **Don't**
- Forget 4/4 = always 4 beats per measure
- Mix tied notes with rests unnecessarily
- Forget string numbers (critical for playability)
## Duration Conversion Cheat Sheet
```
1 whole note (4.0) =
2 half notes (2.0 each) =
4 quarter notes (1.0 each) =
8 eighth notes (0.5 each) =
16 sixteenth notes (0.25 each)
```
---