{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Piano\n", "\n", "Play on [virtualpiano.net](https://virtualpiano.net/)\n", "\n", "## Brahms Lullaby" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "'''\n", " o o t p\n", "u u u w u u u w u o u a p i o\n", " t t 0 w r\n", "\n", "\n", " i r a a s\n", "y u r y y u y w y i y p o w t\n", " w i i i u\n", "\n", "\n", " s o p o\n", "t t e t p i u t u t i o i u\n", " i w r w t\n", "\n", "\n", " s o 8\n", "t t e t p i u t u t i u y t\n", " i w e w q 0\n", " \n", "''';" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## My Heart Will Go On" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "'''\n", "t y u y t y o i u t e w\n", " 6 5 4 5\n", "\n", "t y u i u y t y o u o p o y\n", " 6 5 4 5\n", "\n", "p a s a o u \n", "6 5\n", "\n", "i o p o u y\n", "4 5\n", "\n", "t o s s o t t o s s o t\n", "\n", "t o s s o t t o s s a\n", " t t r\n", "\n", "t o s s o t t o s s o d\n", "\n", "t o s s o t t o s s a (s)\n", " t t r (l)\n", "--------------------------------------------------------------\n", "t t t t r t t r t y u y\n", "8 5 4 8\n", "Every night in my dreams I see you, I feel you\n", "\n", "t t t t r t t w 4 5 6 8 q w e r\n", "8 5 4\n", "That is how I know you go on\n", "\n", "t t t t r t t r t y u y\n", "8 5 4 8\n", "Far across the distance And spaces between us\n", "\n", "t t t t r t t w e r\n", "8 5 4 4 5\n", "You have come to show you go on\n", "--------------------------------------------------------------\n", "t y w o i u y\n", "6 5 4 5\n", "Near, far, wherever you are\n", "\n", "u i u y t r t r e w\n", " 6 5 4 5\n", "I believe that the heart does go on\n", "\n", "t y w o i u y\n", "6 5 4 5\n", "Once more, you open the door\n", "\n", "u i u y t r t r r t y u y t i u y t y o u o p o y\n", " 6 5 4 5 4 4 5 4 5\n", "And you're here in my heart and my heart will go on and on\n", "--------------------------------------------------------------\n", "t t t t r t t r t y u y\n", "8 5 4 8\n", "Love can touch us one time And last for a lifetime\n", "\n", "t t t t r t t w 4 5 6 8 q w e r\n", "8 5 4\n", "And never let go 'til we're gone\n", "\n", "t t t t r t t r t y u y\n", "8 5 4 8\n", "Love was when I loved you One true time I hold to\n", "\n", "t t t t r t t w e r\n", "8 5 4 4 5\n", "In my life, we'll always go on\n", "--------------------------------------------------------------\n", "\n", "\n", "u +i r a p +o +i\n", "Near, far, wherever you are\n", "\n", "+o p +o +i u +y u +y +t r e\n", "I believe that the heart does go on\n", "\n", "u +i r a p +o +i\n", "Once more, you open the door\n", " \n", "+o p +o +i u +y u +y +y u +i +o +i u +i +o p +o +i u +i a +o a +s +d f +g\n", "And you're here in my heart and my heart will go on and on\n", "\n", "\n", "\n", "+o +p +y +d +s s +p\n", "You're here, there's nothing I fear\n", "\n", "s +s s +p +o o +o o i +y\n", "And I know that my heart will go on\n", "\n", "+o +p +y +d +s s +p\n", "We'll stay forever this way\n", "\n", "s +s s +p +o o +o o o +o +p s +p +o +d +h +h +d +o\n", "You are safe in my heart and my heart will go on and on\n", "\n", "+o +d +h +h +d +o\n", "\n", "+o +d +h +h +d +o\n", "\n", "+o +d +h +h +d +o\n", "\n", " +v\n", "+o +d +h +h h +h\n", "\n", "''';" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 漂向北方" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "'''\n", "u f s a s s s s d f g g g g f d g f s s d f d\n", "''';" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 無題" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "'''\n", "O u r W r u O I Y r W p Y u T W W T u u\n", "''';" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.12" } }, "nbformat": 4, "nbformat_minor": 4 }