Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 60 lines 1.4 kB view raw
1{ 2 "cells": [ 3 { 4 "cell_type": "markdown", 5 "id": "66291123", 6 "metadata": {}, 7 "source": [ 8 "# Ukulele Songs to Learn\n", 9 "\n", 10 "A collection of songs I want to learn on ukulele.\n" 11 ] 12 }, 13 { 14 "cell_type": "markdown", 15 "id": "043d10ac", 16 "metadata": {}, 17 "source": [ 18 "## Taylor Swift - You Belong With Me\n", 19 "\n", 20 "**Tab Source:** https://tabs.ultimate-guitar.com/tab/taylor-swift/you-belong-with-me-ukulele-1807328\n", 21 "\n", 22 "- Key: G Major\n", 23 "- Difficulty: Beginner/Intermediate\n", 24 "- Common chords for ukulele versions\n" 25 ] 26 }, 27 { 28 "cell_type": "markdown", 29 "id": "2c10a39a", 30 "metadata": {}, 31 "source": [ 32 "## They Might Be Giants - Why Does the Sun Shine?\n", 33 "\n", 34 "- Also known as \"The Sun Is a Mass of Incandescent Gas\"\n", 35 "- Educational song about the sun\n", 36 "- Great for practicing rhythm and chord changes\n" 37 ] 38 }, 39 { 40 "cell_type": "markdown", 41 "id": "acbec065", 42 "metadata": {}, 43 "source": [ 44 "## Practice Notes\n", 45 "\n", 46 "- [ ] Learn chord progressions\n", 47 "- [ ] Practice strumming patterns\n", 48 "- [ ] Work on transitions between chords\n", 49 "- [ ] Add more songs as I discover them\n" 50 ] 51 } 52 ], 53 "metadata": { 54 "language_info": { 55 "name": "python" 56 } 57 }, 58 "nbformat": 4, 59 "nbformat_minor": 5 60}