📄 guitaleleFoundations.json
/home/palash/git/site-assets/target/blogs/tab-reading-quick-ref/guitaleleFoundations.json
Language: json • Lines: 59
{
  "title": "Guitalele Foundations",
  "description": "A comprehensive beginner exercise covering all fret ranges, rhythm variations, rests, and ties in 4/4 time.",
  "timeSignature": "4/4",
  "notes": [
    { "fret": 0, "string": 3, "duration": 1.0, "description": "Third String Open, the Middle C, played for one beat" },
    { "fret": 2, "string": 3, "duration": 1.0, "description": "Third String Second fret, the Middle D, played for one beat" },
    { "fret": 3, "string": 3, "duration": 1.0, "description": "Third String Third fret, note is D#, notice the '#' on the Staff Notation" },
    { "fret": 5, "string": 3, "duration": 1.0, "description": "Third String Fourth fret, the Middle F, played for one beat" },
    
    { "fret": 3, "string": 1, "duration": 2.0, "description": "Third fret on first string, the high C, played for two beats" },
    { "duration": 1.0, "description": "A rest, where no note is played, lasting for one beat. Notice the absense of fret and string" },
    { "fret": 3, "string": 2, "duration": 1.0, "tie":true, "description": "Third fret on second string, played for one beat. Also features a tie which connects it to the next note" },
    
    { "fret": 3, "string": 2, "duration": 0.5, "description": "Third fret on second string, played for half beat. The tie ends here." },
    { "fret": 5, "string": 2, "duration": 0.5, "description": "Fourth fret on second string, played for half a beat" },
    { "fret": 5, "string": 1, "duration": 1.0, "tie": true, "description": "Another tie, connecting this note to the next note" },
    { "fret": 5, "string": 1, "duration": 1.0, "description": "Fifth fret on first string, played for one beat" },
    { "fret": 0, "string": 3, "duration": 1.0, "description": "Third String Open, the Middle C, played for one beat" },

    { "fret": 2, "string": 3, "duration": 1.0, "description": "Third String Second fret, the Middle D, played for one beat" },
    { "fret": 0, "string": 6, "duration": 2.0, "description": "Sixth String Open, the Low E, played for two beats" },
    { "fret": 2, "string": 5, "duration": 2.0, "description": "Fifth String Second fret, the Low G, played for two beats" },

    { "fret": 7, "string": 3, "duration": 4.0, "description": "Seventh fret on third string, the Middle A, played for four beats" },

    { "fret": 12, "string": 1, "duration": 0.25, "description": "Twelfth fret on first string, the High C, played for a quarter beat" },
    { "fret": 13, "string": 1, "duration": 0.25, "description": "Thirteenth fret on first string, the High D, played for a quarter beat" },
    { "fret": 14, "string": 1, "duration": 0.25, "description": "Fourteenth fret on first string, the High E, played for a quarter beat" },
    { "fret": 15, "string": 1, "duration": 0.25, "description": "Fifteenth fret on first string, the High F, played for a quarter beat" },
    { "fret": 12, "string": 1, "duration": 1.5, "description": "Twelfth fret on first string, the High C, played for one and a half beats" },
    { "fret": 14, "string": 1, "duration": 0.5, "description": "Fourteenth fret on first string, the High E, played for half a beat" },
    { "duration": 1.0 },

    { "fret": 0, "string": 2, "duration": 1.0 },
    { "fret": 2, "string": 2, "duration": 1.0 },
    { "fret": 4, "string": 2, "duration": 0.5 },
    { "fret": 5, "string": 2, "duration": 0.5 },
    { "fret": 7, "string": 2, "duration": 1.0 },

    { "fret": 0, "string": 1, "duration": 1.0 },
    { "fret": 3, "string": 2, "duration": 1.0 },
    { "fret": 5, "string": 3, "duration": 1.0 },
    { "fret": 7, "string": 4, "duration": 1.0 },

    { "duration": 0.5 },
    { "fret": 2, "string": 1, "duration": 0.5 },
    { "fret": 5, "string": 1, "duration": 1.0 },
    { "duration": 0.5 },
    { "fret": 0, "string": 2, "duration": 0.5 },
    { "fret": 3, "string": 3, "duration": 2.0 },

    { "duration": 2.0 },
    { "fret": 7, "string": 1, "duration": 2.0, "tie": true },

    { "fret": 7, "string": 1, "duration": 2.0 },
    { "duration": 2.0 }
  ]
}