├── .gitignore ├── EWLDcreation.py ├── LICENSE ├── OpenEWLD.db ├── OpenEWLDcreation.py ├── README.md ├── dataset ├── A._Emmett_Adams-Douglas_Furber │ └── The_Bells_of_St._Mary's │ │ ├── The_Bells_of_St._Mary's.csv │ │ ├── The_Bells_of_St._Mary's.mxl │ │ └── The_Bells_of_St._Mary's.txt ├── Abe_Olman-Ed_Rose │ └── Oh_Johnny,_oh_Johnny,_Oh! │ │ ├── Oh_Johnny,_oh_Johnny,_Oh!.csv │ │ ├── Oh_Johnny,_oh_Johnny,_Oh!.mxl │ │ └── Oh_Johnny,_oh_Johnny,_Oh!.txt ├── Al_Dubin-Dave_Franklin │ └── Anniversary_Waltz │ │ ├── Anniversary_Waltz.csv │ │ ├── Anniversary_Waltz.mxl │ │ └── Anniversary_Waltz.txt ├── Al_Dubin-Fred_Rath-Jos_Garren │ └── Just_a_Girl_That_Men_Forget │ │ ├── Just_a_Girl_That_Men_Forget.csv │ │ ├── Just_a_Girl_That_Men_Forget.mxl │ │ └── Just_a_Girl_That_Men_Forget.txt ├── Al_Dubin-Harry_Warren │ ├── About_a_Quarter_to_Nine │ │ ├── About_a_Quarter_to_Nine.csv │ │ ├── About_a_Quarter_to_Nine.mxl │ │ └── About_a_Quarter_to_Nine.txt │ ├── I'll_String_Along_with_You │ │ ├── I'll_String_Along_with_You.csv │ │ ├── I'll_String_Along_with_You.mxl │ │ └── I'll_String_Along_with_You.txt │ ├── I_Only_Have_Eyes_for_You │ │ ├── I_Only_Have_Eyes_for_You.csv │ │ ├── I_Only_Have_Eyes_for_You.mxl │ │ └── I_Only_Have_Eyes_for_You.txt │ ├── Lulu's_Back_in_Town │ │ ├── Lulu's_Back_in_Town.csv │ │ ├── Lulu's_Back_in_Town.mxl │ │ └── Lulu's_Back_in_Town.txt │ ├── September_in_the_Rain │ │ ├── September_in_the_Rain.csv │ │ ├── September_in_the_Rain.mxl │ │ └── September_in_the_Rain.txt │ ├── Shadow_Waltz │ │ ├── Shadow_Waltz.csv │ │ ├── Shadow_Waltz.mxl │ │ └── Shadow_Waltz.txt │ ├── The_Boulevard_of_Broken_Dreams │ │ ├── The_Boulevard_of_Broken_Dreams.csv │ │ ├── The_Boulevard_of_Broken_Dreams.mxl │ │ └── The_Boulevard_of_Broken_Dreams.txt │ ├── We're_in_the_Money │ │ ├── We're_in_the_Money.csv │ │ ├── We're_in_the_Money.mxl │ │ └── We're_in_the_Money.txt │ └── You're_Getting_to_Be_a_Habit_with_Me │ │ ├── You're_Getting_to_Be_a_Habit_with_Me.csv │ │ ├── You're_Getting_to_Be_a_Habit_with_Me.mxl │ │ └── You're_Getting_to_Be_a_Habit_with_Me.txt ├── Al_Dubin-Jimmy_McHugh │ └── South_American_Way │ │ ├── South_American_Way.csv │ │ ├── South_American_Way.mxl │ │ └── South_American_Way.txt ├── Al_Dubin-Joe_Burke │ ├── Dancing_with_Tears_in_My_Eyes │ │ ├── Dancing_with_Tears_in_My_Eyes.csv │ │ ├── Dancing_with_Tears_in_My_Eyes.mxl │ │ └── Dancing_with_Tears_in_My_Eyes.txt │ └── For_You │ │ ├── For_You.csv │ │ ├── For_You.mxl │ │ └── For_You.txt ├── Al_Jolson-B.G._DeSylva-Vincent_Rose │ └── Avalon │ │ ├── Avalon.csv │ │ ├── Avalon.mxl │ │ └── Avalon.txt ├── Al_Lewis-Larry_Stock-Vincent_Rose │ └── Blueberry_Hill │ │ ├── Blueberry_Hill.csv │ │ ├── Blueberry_Hill.mxl │ │ └── Blueberry_Hill.txt ├── Alan_Rankin_Jones │ └── Easy_Street │ │ ├── Easy_Street.csv │ │ ├── Easy_Street.mxl │ │ └── Easy_Street.txt ├── Albert_Chevalier-Charles_Ingle │ └── My_Old_Dutch │ │ ├── My_Old_Dutch.csv │ │ ├── My_Old_Dutch.mxl │ │ └── My_Old_Dutch.txt ├── Albert_Fitz-William_Penn │ └── The_Honeysuckle_and_the_Bee │ │ ├── The_Honeysuckle_and_the_Bee.csv │ │ ├── The_Honeysuckle_and_the_Bee.mxl │ │ └── The_Honeysuckle_and_the_Bee.txt ├── Albert_H._Brown-Charles_N._Daniels-Seymour_Rice │ └── You_Tell_Me_Your_Dream,_I'll_Tell_You_Mine │ │ ├── You_Tell_Me_Your_Dream,_I'll_Tell_You_Mine.csv │ │ ├── You_Tell_Me_Your_Dream,_I'll_Tell_You_Mine.mxl │ │ └── You_Tell_Me_Your_Dream,_I'll_Tell_You_Mine.txt ├── Albert_Von_Tilzer-Neville_Fleeson │ └── I'll_Be_with_You_in_Apple_Blossom_Time │ │ ├── I'll_Be_with_You_in_Apple_Blossom_Time.csv │ │ ├── I'll_Be_with_You_in_Apple_Blossom_Time.mxl │ │ └── I'll_Be_with_You_in_Apple_Blossom_Time.txt ├── Alberto_Pestalozza-Carlo_Tiochet │ └── Ciribiribin │ │ ├── Ciribiribin.csv │ │ ├── Ciribiribin.mxl │ │ └── Ciribiribin.txt ├── Alfred_Bryan-Fred_Fisher │ ├── Come_Josephine_in_My_Flying_Machine_(Up_She_Goes!) │ │ ├── Come_Josephine_in_My_Flying_Machine_(Up_She_Goes!).csv │ │ ├── Come_Josephine_in_My_Flying_Machine_(Up_She_Goes!).mxl │ │ └── Come_Josephine_in_My_Flying_Machine_(Up_She_Goes!).txt │ └── Peg_O'_My_Heart │ │ ├── Peg_O'_My_Heart.csv │ │ ├── Peg_O'_My_Heart.mxl │ │ └── Peg_O'_My_Heart.txt ├── Alfred_Hedenstierna-Wilhelm_Åström │ └── Hjärtats_saga │ │ ├── Hjärtats_saga.csv │ │ ├── Hjärtats_saga.mxl │ │ └── Hjärtats_saga.txt ├── Alfredo_Le_Pera-Carlos_Gardel │ └── Por_una_cabeza │ │ ├── Por_una_cabeza.csv │ │ ├── Por_una_cabeza.mxl │ │ └── Por_una_cabeza.txt ├── Alfredo_Mazzucchi-Eduardo_Di_Capua-Giovanni_Capurro │ └── 'O_sole_mio │ │ ├── 'O_sole_mio.csv │ │ ├── 'O_sole_mio.mxl │ │ └── 'O_sole_mio.txt ├── Alicia_Scott │ └── Annie_Laurie │ │ ├── Annie_Laurie.csv │ │ ├── Annie_Laurie.mxl │ │ └── Annie_Laurie.txt ├── Andrew_B._Sterling-Harry_Von_Tilzer │ └── Wait_Till_the_Sun_Shines_Nellie │ │ ├── Wait_Till_the_Sun_Shines_Nellie.csv │ │ ├── Wait_Till_the_Sun_Shines_Nellie.mxl │ │ └── Wait_Till_the_Sun_Shines_Nellie.txt ├── Andrew_Lloyd_Webber-[Traditional] │ └── Pie_Jesu │ │ ├── Pie_Jesu.csv │ │ ├── Pie_Jesu.mxl │ │ └── Pie_Jesu.txt ├── Andy_Razaf-Fats_Waller-Harry_Brooks │ ├── (What_Did_I_Do_to_Be_So)_Black_and_Blue? │ │ ├── (What_Did_I_Do_to_Be_So)_Black_and_Blue?.csv │ │ ├── (What_Did_I_Do_to_Be_So)_Black_and_Blue?.mxl │ │ └── (What_Did_I_Do_to_Be_So)_Black_and_Blue?.txt │ └── Ain't_Misbehavin' │ │ ├── Ain't_Misbehavin'.csv │ │ ├── Ain't_Misbehavin'.mxl │ │ └── Ain't_Misbehavin'.txt ├── Andy_Razaf-Fats_Waller │ ├── A_Hopeless_Love_Affair │ │ ├── A_Hopeless_Love_Affair.csv │ │ ├── A_Hopeless_Love_Affair.mxl │ │ └── A_Hopeless_Love_Affair.txt │ └── Honeysuckle_Rose │ │ ├── Honeysuckle_Rose.csv │ │ ├── Honeysuckle_Rose.mxl │ │ └── Honeysuckle_Rose.txt ├── Ange_Lorenzo-Joseph_Alden-Raymond_B._Egan-Richard_A._Whiting │ └── Sleepy_Time_Gal │ │ ├── Sleepy_Time_Gal.csv │ │ ├── Sleepy_Time_Gal.mxl │ │ └── Sleepy_Time_Gal.txt ├── Anne_Caldwell-Vincent_Youmans │ └── I_Know_That_You_Know │ │ ├── I_Know_That_You_Know.csv │ │ ├── I_Know_That_You_Know.mxl │ │ └── I_Know_That_You_Know.txt ├── Annie_MacLeod-Sir_Harold_Boulton │ └── The_Skye_Boat_Song │ │ ├── The_Skye_Boat_Song.csv │ │ ├── The_Skye_Boat_Song.mxl │ │ └── The_Skye_Boat_Song.txt ├── Antoine_Renard │ └── Le_temps_des_cerises │ │ ├── Le_temps_des_cerises.csv │ │ ├── Le_temps_des_cerises.mxl │ │ └── Le_temps_des_cerises.txt ├── Archie_Pitt │ └── Oh_My_Beloved_Father │ │ ├── Oh_My_Beloved_Father.csv │ │ ├── Oh_My_Beloved_Father.mxl │ │ └── Oh_My_Beloved_Father.txt ├── Arthur_A._Penn │ └── Smilin'_Through │ │ ├── Smilin'_Through.csv │ │ ├── Smilin'_Through.mxl │ │ └── Smilin'_Through.txt ├── Arthur_Johnston-Gus_Kahn │ └── Thanks_a_Million │ │ ├── Thanks_a_Million.csv │ │ ├── Thanks_a_Million.mxl │ │ └── Thanks_a_Million.txt ├── Arthur_Lamb-Harry_Von_Tilzer │ └── A_Bird_in_a_Gilded_Cage │ │ ├── A_Bird_in_a_Gilded_Cage.csv │ │ ├── A_Bird_in_a_Gilded_Cage.mxl │ │ └── A_Bird_in_a_Gilded_Cage.txt ├── Arthur_Sullivan-Sabine_Baring-Gould │ └── Onward,_Christian_Soldiers │ │ ├── Onward,_Christian_Soldiers.csv │ │ ├── Onward,_Christian_Soldiers.mxl │ │ └── Onward,_Christian_Soldiers.txt ├── Aubrey_Hopwood-Lionel_Monckton │ └── Soldiers_in_the_Park │ │ ├── Soldiers_in_the_Park.csv │ │ ├── Soldiers_in_the_Park.mxl │ │ └── Soldiers_in_the_Park.txt ├── Augustus_Toplady-Thomas_Hastings │ └── Rock_of_Ages │ │ ├── Rock_of_Ages.csv │ │ ├── Rock_of_Ages.mxl │ │ └── Rock_of_Ages.txt ├── B.G._DeSylva-Ballard_MacDonald-George_Gershwin │ └── Somebody_Loves_Me │ │ ├── Somebody_Loves_Me.csv │ │ ├── Somebody_Loves_Me.mxl │ │ └── Somebody_Loves_Me.txt ├── B.G._DeSylva-George_Gershwin-Ira_Gershwin │ └── I'll_Build_a_Stairway_to_Paradise │ │ ├── I'll_Build_a_Stairway_to_Paradise.csv │ │ ├── I'll_Build_a_Stairway_to_Paradise.mxl │ │ └── I'll_Build_a_Stairway_to_Paradise.txt ├── B.G._DeSylva-George_Gershwin │ └── Do_It_Again │ │ ├── Do_It_Again.csv │ │ ├── Do_It_Again.mxl │ │ └── Do_It_Again.txt ├── B.G._DeSylva-Jerome_Kern │ └── Look_for_the_Silver_Lining │ │ ├── Look_for_the_Silver_Lining.csv │ │ ├── Look_for_the_Silver_Lining.mxl │ │ └── Look_for_the_Silver_Lining.txt ├── B.G._DeSylva-Victor_Herbert │ └── A_Kiss_in_the_Dark │ │ ├── A_Kiss_in_the_Dark.csv │ │ ├── A_Kiss_in_the_Dark.mxl │ │ └── A_Kiss_in_the_Dark.txt ├── Ballard_MacDonald-James_Hanley │ └── Rose_of_Washington_Square │ │ ├── Rose_of_Washington_Square.csv │ │ ├── Rose_of_Washington_Square.mxl │ │ └── Rose_of_Washington_Square.txt ├── Ballard_MacDonald │ └── The_Parade_of_the_Wooden_Soldiers │ │ ├── The_Parade_of_the_Wooden_Soldiers.csv │ │ ├── The_Parade_of_the_Wooden_Soldiers.mxl │ │ └── The_Parade_of_the_Wooden_Soldiers.txt ├── Banjo_Paterson-Marie_Cowan │ └── Waltzing_Matilda │ │ ├── Waltzing_Matilda.csv │ │ ├── Waltzing_Matilda.mxl │ │ └── Waltzing_Matilda.txt ├── Ben_Bernie-Kenneth_Casey-Maceo_Pinkard │ └── Sweet_Georgia_Brown │ │ ├── Sweet_Georgia_Brown.csv │ │ ├── Sweet_Georgia_Brown.mxl │ │ └── Sweet_Georgia_Brown.txt ├── Ben_Black-Charles_N._Daniels │ └── Moonlight_and_Roses │ │ ├── Moonlight_and_Roses.csv │ │ ├── Moonlight_and_Roses.mxl │ │ └── Moonlight_and_Roses.txt ├── Ben_Pollack-George_Brunies-Leon_Roppolo-Mel_Stitzel-Paul_Mares-Walter_Melrose │ └── Tin_Roof_Blues │ │ ├── Tin_Roof_Blues.csv │ │ ├── Tin_Roof_Blues.mxl │ │ └── Tin_Roof_Blues.txt ├── Benjamin_Russell_Hanby │ └── Up_on_the_Housetop │ │ ├── Up_on_the_Housetop.csv │ │ ├── Up_on_the_Housetop.mxl │ │ └── Up_on_the_Housetop.txt ├── Bennie_Moten-Buster_Moten │ └── Moten_Swing │ │ ├── Moten_Swing.csv │ │ ├── Moten_Swing.mxl │ │ └── Moten_Swing.txt ├── Benny_Davis-Con_Conrad-J._Russel_Robinson │ └── Margie │ │ ├── Margie.csv │ │ ├── Margie.mxl │ │ └── Margie.txt ├── Bernice_Petkere-Joe_Young │ └── Lullaby_of_the_Leaves │ │ ├── Lullaby_of_the_Leaves.csv │ │ ├── Lullaby_of_the_Leaves.mxl │ │ └── Lullaby_of_the_Leaves.txt ├── Bernie_Miller │ └── Bernie's_Tune │ │ ├── Bernie's_Tune.csv │ │ ├── Bernie's_Tune.mxl │ │ └── Bernie's_Tune.txt ├── Bert_Kalmar-Harry_Ruby-Herbert_Stothart │ └── I_Wanna_Be_Loved_by_You │ │ ├── I_Wanna_Be_Loved_by_You.csv │ │ ├── I_Wanna_Be_Loved_by_You.mxl │ │ └── I_Wanna_Be_Loved_by_You.txt ├── Bert_Kalmar-Harry_Ruby-Ted_Snyder │ └── Who's_Sorry_Now? │ │ ├── Who's_Sorry_Now?.csv │ │ ├── Who's_Sorry_Now?.mxl │ │ └── Who's_Sorry_Now?.txt ├── Bert_Kalmar-Harry_Ruby │ ├── All_Alone_Monday │ │ ├── All_Alone_Monday.csv │ │ ├── All_Alone_Monday.mxl │ │ └── All_Alone_Monday.txt │ ├── Nevertheless_(I'm_in_Love_with_You) │ │ ├── Nevertheless_(I'm_in_Love_with_You).csv │ │ ├── Nevertheless_(I'm_in_Love_with_You).mxl │ │ └── Nevertheless_(I'm_in_Love_with_You).txt │ ├── Thinking_of_You │ │ ├── Thinking_of_You.csv │ │ ├── Thinking_of_You.mxl │ │ └── Thinking_of_You.txt │ └── Three_Little_Words │ │ ├── Three_Little_Words.csv │ │ ├── Three_Little_Words.mxl │ │ └── Three_Little_Words.txt ├── Bert_Lee-Harris_Weston │ └── Knees_Up_Mother_Brown! │ │ ├── Knees_Up_Mother_Brown!.csv │ │ ├── Knees_Up_Mother_Brown!.mxl │ │ └── Knees_Up_Mother_Brown!.txt ├── Bert_Lee-Harry_Fragson-Hubert_Worton_David │ └── Hello,_Hello,_Who's_Your_Lady_Friend │ │ ├── Hello,_Hello,_Who's_Your_Lady_Friend.csv │ │ ├── Hello,_Hello,_Who's_Your_Lady_Friend.mxl │ │ └── Hello,_Hello,_Who's_Your_Lady_Friend.txt ├── Bertha_Scott-Jimmy_Henderson_[1]-Sid_Robin │ └── I_Miss_You_So │ │ ├── I_Miss_You_So.csv │ │ ├── I_Miss_You_So.mxl │ │ └── I_Miss_You_So.txt ├── Beth_Slater_Whitson-Leo_Friedman │ └── Let_Me_Call_You_Sweetheart │ │ ├── Let_Me_Call_You_Sweetheart.csv │ │ ├── Let_Me_Call_You_Sweetheart.mxl │ │ └── Let_Me_Call_You_Sweetheart.txt ├── Bill_Cogswell-Johnny_Noble-Tommy_Harrison │ └── My_Little_Grass_Shack_in_Kealakekua,_Hawaii │ │ ├── My_Little_Grass_Shack_in_Kealakekua,_Hawaii.csv │ │ ├── My_Little_Grass_Shack_in_Kealakekua,_Hawaii.mxl │ │ └── My_Little_Grass_Shack_in_Kealakekua,_Hawaii.txt ├── Billy_Hill-Peter_De_Rose │ ├── Have_You_Ever_Been_Lonely? │ │ ├── Have_You_Ever_Been_Lonely?.csv │ │ ├── Have_You_Ever_Been_Lonely?.mxl │ │ └── Have_You_Ever_Been_Lonely?.txt │ ├── On_a_Little_Street_in_Singapore │ │ ├── On_a_Little_Street_in_Singapore.csv │ │ ├── On_a_Little_Street_in_Singapore.mxl │ │ └── On_a_Little_Street_in_Singapore.txt │ └── Wagon_Wheels │ │ ├── Wagon_Wheels.csv │ │ ├── Wagon_Wheels.mxl │ │ └── Wagon_Wheels.txt ├── Billy_Hill │ ├── In_the_Chapel_in_the_Moonlight │ │ ├── In_the_Chapel_in_the_Moonlight.csv │ │ ├── In_the_Chapel_in_the_Moonlight.mxl │ │ └── In_the_Chapel_in_the_Moonlight.txt │ ├── The_Glory_of_Love │ │ ├── The_Glory_of_Love.csv │ │ ├── The_Glory_of_Love.mxl │ │ └── The_Glory_of_Love.txt │ └── The_Old_Spinning_Wheel │ │ ├── The_Old_Spinning_Wheel.csv │ │ ├── The_Old_Spinning_Wheel.mxl │ │ └── The_Old_Spinning_Wheel.txt ├── Billy_Meyers-Elmer_Schoebel-Ernie_Erdman-Gus_Kahn │ └── Nobody's_Sweetheart │ │ ├── Nobody's_Sweetheart.csv │ │ ├── Nobody's_Sweetheart.mxl │ │ └── Nobody's_Sweetheart.txt ├── Billy_Rose-Dana_Suesse-Irving_Kahal │ └── The_Night_Is_Young_and_You're_So_Beautiful │ │ ├── The_Night_Is_Young_and_You're_So_Beautiful.csv │ │ ├── The_Night_Is_Young_and_You're_So_Beautiful.mxl │ │ └── The_Night_Is_Young_and_You're_So_Beautiful.txt ├── Billy_Rose-Edward_Eliscu-Vincent_Youmans │ ├── Great_Day │ │ ├── Great_Day.csv │ │ ├── Great_Day.mxl │ │ └── Great_Day.txt │ ├── More_Than_You_Know │ │ ├── More_Than_You_Know.csv │ │ ├── More_Than_You_Know.mxl │ │ └── More_Than_You_Know.txt │ └── Without_a_Song │ │ ├── Without_a_Song.csv │ │ ├── Without_a_Song.mxl │ │ └── Without_a_Song.txt ├── Bing_Crosby-Fred_E._Ahlert-Roy_Turk │ └── Where_the_Blue_of_the_Night_Meets_the_Gold_of_the_Day │ │ ├── Where_the_Blue_of_the_Night_Meets_the_Gold_of_the_Day.csv │ │ ├── Where_the_Blue_of_the_Night_Meets_the_Gold_of_the_Day.mxl │ │ └── Where_the_Blue_of_the_Night_Meets_the_Gold_of_the_Day.txt ├── Bonnie_Lake-Eddie_DeLange-Jack_Jenney │ └── The_Man_with_the_Horn │ │ ├── The_Man_with_the_Horn.csv │ │ ├── The_Man_with_the_Horn.mxl │ │ └── The_Man_with_the_Horn.txt ├── Brewster_M._Higley-Daniel_E._Kelley │ └── Home_on_the_Range │ │ ├── Home_on_the_Range.csv │ │ ├── Home_on_the_Range.mxl │ │ └── Home_on_the_Range.txt ├── Bubber_Miley-Duke_Ellington │ └── Black_and_Tan_Fantasy │ │ ├── Black_and_Tan_Fantasy.csv │ │ ├── Black_and_Tan_Fantasy.mxl │ │ └── Black_and_Tan_Fantasy.txt ├── C._W._Murphy-Dan_Lipton-John_Neat │ └── She's_a_Lassie_from_Lancashire │ │ ├── She's_a_Lassie_from_Lancashire.csv │ │ ├── She's_a_Lassie_from_Lancashire.mxl │ │ └── She's_a_Lassie_from_Lancashire.txt ├── Cab_Calloway-Clarence_Gaskill-Irving_Mills │ └── Minnie_the_Moocher │ │ ├── Minnie_the_Moocher.csv │ │ ├── Minnie_the_Moocher.mxl │ │ └── Minnie_the_Moocher.txt ├── Campino-Hanns_Christian_Müller-Wölli-[Traditional] │ └── Zehn_kleine_Jägermeister │ │ ├── Zehn_kleine_Jägermeister.csv │ │ ├── Zehn_kleine_Jägermeister.mxl │ │ └── Zehn_kleine_Jägermeister.txt ├── Carmen_Lombardo-Gus_Kahn-Johnny_Green │ └── Coquette │ │ ├── Coquette.csv │ │ ├── Coquette.mxl │ │ └── Coquette.txt ├── Carmen_Lombardo-Joe_Young │ └── Snuggled_on_Your_Shoulder_(Cuddled_in_Your_Arms) │ │ ├── Snuggled_on_Your_Shoulder_(Cuddled_in_Your_Arms).csv │ │ ├── Snuggled_on_Your_Shoulder_(Cuddled_in_Your_Arms).mxl │ │ └── Snuggled_on_Your_Shoulder_(Cuddled_in_Your_Arms).txt ├── Charles_Austin_Miles │ └── In_the_Garden │ │ ├── In_the_Garden.csv │ │ ├── In_the_Garden.mxl │ │ └── In_the_Garden.txt ├── Charles_B._Ward-John_F._Palmer │ └── The_Band_Played_On │ │ ├── The_Band_Played_On.csv │ │ ├── The_Band_Played_On.mxl │ │ └── The_Band_Played_On.txt ├── Charles_C._Converse-Joseph_M._Scriven │ └── What_a_Friend_We_Have_in_Jesus │ │ ├── What_a_Friend_We_Have_in_Jesus.csv │ │ ├── What_a_Friend_We_Have_in_Jesus.mxl │ │ └── What_a_Friend_We_Have_in_Jesus.txt ├── Charles_Collins-Dick_Manning-Fred_Leigh │ └── Don't_Dilly_Dally_on_the_Way │ │ ├── Don't_Dilly_Dally_on_the_Way.csv │ │ ├── Don't_Dilly_Dally_on_the_Way.mxl │ │ └── Don't_Dilly_Dally_on_the_Way.txt ├── Charles_D._Tillman-M.E._Abbey │ └── Life's_Railway_to_Heaven │ │ ├── Life's_Railway_to_Heaven.csv │ │ ├── Life's_Railway_to_Heaven.mxl │ │ └── Life's_Railway_to_Heaven.txt ├── Charles_Gounod │ └── Ave_Maria │ │ ├── Ave_Maria.csv │ │ ├── Ave_Maria.mxl │ │ └── Ave_Maria.txt ├── Charles_K._Harris │ └── After_the_Ball │ │ ├── After_the_Ball.csv │ │ ├── After_the_Ball.mxl │ │ └── After_the_Ball.txt ├── Charles_N._Daniels-Gus_Arnheim-Harry_Tobias │ └── Sweet_and_Lovely │ │ ├── Sweet_and_Lovely.csv │ │ ├── Sweet_and_Lovely.mxl │ │ └── Sweet_and_Lovely.txt ├── Charles_N._Daniels-Gus_Kahn │ └── Chloe │ │ ├── Chloe.csv │ │ ├── Chloe.mxl │ │ └── Chloe.txt ├── Charles_N._Daniels-Richard_A._Whiting │ └── She's_Funny_That_Way │ │ ├── She's_Funny_That_Way.csv │ │ ├── She's_Funny_That_Way.mxl │ │ └── She's_Funny_That_Way.txt ├── Charles_Tobias-Roy_Turk │ └── After_My_Laughter_Came_Tears │ │ ├── After_My_Laughter_Came_Tears.csv │ │ ├── After_My_Laughter_Came_Tears.mxl │ │ └── After_My_Laughter_Came_Tears.txt ├── Charles_Wesley-Felix_Mendelssohn │ └── Hark!_The_Herald_Angels_Sing │ │ ├── Hark!_The_Herald_Angels_Sing.csv │ │ ├── Hark!_The_Herald_Angels_Sing.mxl │ │ └── Hark!_The_Herald_Angels_Sing.txt ├── Chauncey_Olcott-Ernest_Ball-George_Graff,_Jr. │ └── When_Irish_Eyes_Are_Smiling │ │ ├── When_Irish_Eyes_Are_Smiling.csv │ │ ├── When_Irish_Eyes_Are_Smiling.mxl │ │ └── When_Irish_Eyes_Are_Smiling.txt ├── Chauncey_Olcott │ └── My_Wild_Irish_Rose │ │ ├── My_Wild_Irish_Rose.csv │ │ ├── My_Wild_Irish_Rose.mxl │ │ └── My_Wild_Irish_Rose.txt ├── Chris_Smith_[1]-Jim_Burris │ └── Ballin'_the_Jack │ │ ├── Ballin'_the_Jack.csv │ │ ├── Ballin'_the_Jack.mxl │ │ └── Ballin'_the_Jack.txt ├── Christina_Rossetti │ └── In_the_Bleak_Midwinter │ │ ├── In_the_Bleak_Midwinter.csv │ │ ├── In_the_Bleak_Midwinter.mxl │ │ └── In_the_Bleak_Midwinter.txt ├── Clarence_Gaskill-Jimmy_McHugh │ └── I_Can't_Believe_That_You're_in_Love_with_Me │ │ ├── I_Can't_Believe_That_You're_in_Love_with_Me.csv │ │ ├── I_Can't_Believe_That_You're_in_Love_with_Me.mxl │ │ └── I_Can't_Believe_That_You're_in_Love_with_Me.txt ├── Clarence_Gaskill-Leo_Robin-Russ_Columbo │ └── Prisoner_of_Love │ │ ├── Prisoner_of_Love.csv │ │ ├── Prisoner_of_Love.mxl │ │ └── Prisoner_of_Love.txt ├── Clarence_Williams-Fats_Waller │ └── Squeeze_Me │ │ ├── Squeeze_Me.csv │ │ ├── Squeeze_Me.mxl │ │ └── Squeeze_Me.txt ├── Clarence_Williams-King_Oliver │ └── West_End_Blues │ │ ├── West_End_Blues.csv │ │ ├── West_End_Blues.mxl │ │ └── West_End_Blues.txt ├── Claude_Debussy │ └── Rêverie │ │ ├── Rêverie.csv │ │ ├── Rêverie.mxl │ │ └── Rêverie.txt ├── Claude_Joseph_Rouget_de_Lisle │ └── La_Marseillaise │ │ ├── La_Marseillaise.csv │ │ ├── La_Marseillaise.mxl │ │ └── La_Marseillaise.txt ├── Clifford_Grey-Irving_Caesar-Vincent_Youmans │ └── Sometimes_I'm_Happy_(Sometimes_I'm_Blue) │ │ ├── Sometimes_I'm_Happy_(Sometimes_I'm_Blue).csv │ │ ├── Sometimes_I'm_Happy_(Sometimes_I'm_Blue).mxl │ │ └── Sometimes_I'm_Happy_(Sometimes_I'm_Blue).txt ├── Clifford_Grey-Nat_Ayer │ └── If_You_Were_the_Only_Girl_(In_the_World) │ │ ├── If_You_Were_the_Only_Girl_(In_the_World).csv │ │ ├── If_You_Were_the_Only_Girl_(In_the_World).mxl │ │ └── If_You_Were_the_Only_Girl_(In_the_World).txt ├── Clifford_Grey-Victor_Schertzinger │ └── Paris_je_t'aime │ │ ├── Paris_je_t'aime.csv │ │ ├── Paris_je_t'aime.mxl │ │ └── Paris_je_t'aime.txt ├── Clifford_Harris-James_W._Tate │ └── A_Broken_Doll │ │ ├── A_Broken_Doll.csv │ │ ├── A_Broken_Doll.mxl │ │ └── A_Broken_Doll.txt ├── Con_Conrad-Gladys_du_Bois-Paul_Gregory-Russ_Columbo │ └── You_Call_It_Madness_(But_I_Call_It_Love) │ │ ├── You_Call_It_Madness_(But_I_Call_It_Love).csv │ │ ├── You_Call_It_Madness_(But_I_Call_It_Love).mxl │ │ └── You_Call_It_Madness_(But_I_Call_It_Love).txt ├── Con_Conrad-Sidney_Clare │ └── Ma,_He's_Making_Eyes_at_Me │ │ ├── Ma,_He's_Making_Eyes_at_Me.csv │ │ ├── Ma,_He's_Making_Eyes_at_Me.mxl │ │ └── Ma,_He's_Making_Eyes_at_Me.txt ├── Dan_Emmett │ └── I_Wish_I_Was_in_Dixie's_Land │ │ ├── I_Wish_I_Was_in_Dixie's_Land.csv │ │ ├── I_Wish_I_Was_in_Dixie's_Land.mxl │ │ └── I_Wish_I_Was_in_Dixie's_Land.txt ├── Dan_Russo-Ernie_Erdman-Gus_Kahn-Ted_FioRito │ └── Toot,_Toot,_Tootsie_(Goo'_Bye) │ │ ├── Toot,_Toot,_Tootsie_(Goo'_Bye).csv │ │ ├── Toot,_Toot,_Tootsie_(Goo'_Bye).mxl │ │ └── Toot,_Toot,_Tootsie_(Goo'_Bye).txt ├── Daniel_Alomías_Robles-Julio_Baudouin │ └── El_cóndor_pasa │ │ ├── El_cóndor_pasa.csv │ │ ├── El_cóndor_pasa.mxl │ │ └── El_cóndor_pasa.txt ├── David_Oppenheim-Ira_Schuster-Jack_Little │ └── Hold_Me │ │ ├── Hold_Me.csv │ │ ├── Hold_Me.mxl │ │ └── Hold_Me.txt ├── Desmond_Carter-Joseph_Meyer-Phil_Charig │ └── Tell_Me_Why │ │ ├── Tell_Me_Why.csv │ │ ├── Tell_Me_Why.mxl │ │ └── Tell_Me_Why.txt ├── Dick_Smith-Felix_Bernard │ └── Winter_Wonderland │ │ ├── Winter_Wonderland.csv │ │ ├── Winter_Wonderland.mxl │ │ └── Winter_Wonderland.txt ├── Don_George-[Traditional] │ └── Yellow_Rose_of_Texas │ │ ├── Yellow_Rose_of_Texas.csv │ │ ├── Yellow_Rose_of_Texas.mxl │ │ └── Yellow_Rose_of_Texas.txt ├── Doris_Fisher-Fred_Fisher │ └── Whispering_Grass_(Don't_Tell_the_Trees) │ │ ├── Whispering_Grass_(Don't_Tell_the_Trees).csv │ │ ├── Whispering_Grass_(Don't_Tell_the_Trees).mxl │ │ └── Whispering_Grass_(Don't_Tell_the_Trees).txt ├── Dorothy_Donnelly-Sigmund_Romberg │ └── Deep_in_My_Heart,_Dear │ │ ├── Deep_in_My_Heart,_Dear.csv │ │ ├── Deep_in_My_Heart,_Dear.mxl │ │ └── Deep_in_My_Heart,_Dear.txt ├── Dorothy_Fields-Jerome_Kern-Jimmy_McHugh │ └── Lovely_to_Look_At │ │ ├── Lovely_to_Look_At.csv │ │ ├── Lovely_to_Look_At.mxl │ │ └── Lovely_to_Look_At.txt ├── Dorothy_Fields-Jerome_Kern │ ├── A_Fine_Romance │ │ ├── A_Fine_Romance.csv │ │ ├── A_Fine_Romance.mxl │ │ └── A_Fine_Romance.txt │ ├── Pick_Yourself_Up │ │ ├── Pick_Yourself_Up.csv │ │ ├── Pick_Yourself_Up.mxl │ │ └── Pick_Yourself_Up.txt │ └── Remind_Me │ │ ├── Remind_Me.csv │ │ ├── Remind_Me.mxl │ │ └── Remind_Me.txt ├── Dorothy_Parker-Jack_King │ └── How_Am_I_to_Know? │ │ ├── How_Am_I_to_Know?.csv │ │ ├── How_Am_I_to_Know?.mxl │ │ └── How_Am_I_to_Know?.txt ├── Dorothy_Parker-Ralph_Rainger │ └── I_Wished_on_the_Moon │ │ ├── I_Wished_on_the_Moon.csv │ │ ├── I_Wished_on_the_Moon.mxl │ │ └── I_Wished_on_the_Moon.txt ├── Douglas_Furber-Philip_Braham │ └── Limehouse_Blues │ │ ├── Limehouse_Blues.csv │ │ ├── Limehouse_Blues.mxl │ │ └── Limehouse_Blues.txt ├── DuBose_Heyward-George_Gershwin-Ira_Gershwin │ ├── A_Woman_Is_a_Sometime_Thing │ │ ├── A_Woman_Is_a_Sometime_Thing.csv │ │ ├── A_Woman_Is_a_Sometime_Thing.mxl │ │ └── A_Woman_Is_a_Sometime_Thing.txt │ ├── I_Got_Plenty_o'_Nuttin' │ │ ├── I_Got_Plenty_o'_Nuttin'.csv │ │ ├── I_Got_Plenty_o'_Nuttin'.mxl │ │ └── I_Got_Plenty_o'_Nuttin'.txt │ ├── I_Loves_You,_Porgy │ │ ├── I_Loves_You,_Porgy.csv │ │ ├── I_Loves_You,_Porgy.mxl │ │ └── I_Loves_You,_Porgy.txt │ ├── My_Man's_Gone_Now │ │ ├── My_Man's_Gone_Now.csv │ │ ├── My_Man's_Gone_Now.mxl │ │ └── My_Man's_Gone_Now.txt │ └── Summertime │ │ ├── Summertime.csv │ │ ├── Summertime.mxl │ │ └── Summertime.txt ├── Eben_E._Rexford-H.P._Danks │ └── Silver_Threads_Among_the_Gold │ │ ├── Silver_Threads_Among_the_Gold.csv │ │ ├── Silver_Threads_Among_the_Gold.mxl │ │ └── Silver_Threads_Among_the_Gold.txt ├── Eddie_Edwards-Henry_Ragas-Larry_Shields-Nick_LaRocca-Tony_Sbarbaro │ └── Tiger_Rag │ │ ├── Tiger_Rag.csv │ │ ├── Tiger_Rag.mxl │ │ └── Tiger_Rag.txt ├── Eddie_Leonard-Eddie_Munson │ └── Ida!_Sweet_as_Apple_Cider │ │ ├── Ida!_Sweet_as_Apple_Cider.csv │ │ ├── Ida!_Sweet_as_Apple_Cider.mxl │ │ └── Ida!_Sweet_as_Apple_Cider.txt ├── Edmund_Sears │ └── It_Came_upon_the_Midnight_Clear │ │ ├── It_Came_upon_the_Midnight_Clear.csv │ │ ├── It_Came_upon_the_Midnight_Clear.mxl │ │ └── It_Came_upon_the_Midnight_Clear.txt ├── Edward_Cuthbert_Nunn │ └── Bring_a_Torch,_Jeanette,_Isabella │ │ ├── Bring_a_Torch,_Jeanette,_Isabella.csv │ │ ├── Bring_a_Torch,_Jeanette,_Isabella.mxl │ │ └── Bring_a_Torch,_Jeanette,_Isabella.txt ├── Edward_Eliscu-Gus_Kahn-Vincent_Youmans │ └── Carioca │ │ ├── Carioca.csv │ │ ├── Carioca.mxl │ │ └── Carioca.txt ├── Edward_Madden-Gus_Edwards │ └── By_the_Light_of_the_Silvery_Moon │ │ ├── By_the_Light_of_the_Silvery_Moon.csv │ │ ├── By_the_Light_of_the_Silvery_Moon.mxl │ │ └── By_the_Light_of_the_Silvery_Moon.txt ├── Edward_Teschemacher-Guy_d'Hardelot │ └── Because │ │ ├── Because.csv │ │ ├── Because.mxl │ │ └── Because.txt ├── Edward_Teschemacher-Herman_Darewski │ └── The_Army,_the_Navy_and_the_Air_Force │ │ ├── The_Army,_the_Navy_and_the_Air_Force.csv │ │ ├── The_Army,_the_Navy_and_the_Air_Force.mxl │ │ └── The_Army,_the_Navy_and_the_Air_Force.txt ├── Egbert_Van_Alstyne-Erwin_Roeder_Schmidt-Haven_Gillespie-Loyal_Curtis │ └── Drifting_and_Dreaming │ │ ├── Drifting_and_Dreaming.csv │ │ ├── Drifting_and_Dreaming.mxl │ │ └── Drifting_and_Dreaming.txt ├── Egbert_Van_Alstyne-Gus_Kahn-Tony_Jackson_[1] │ └── Pretty_Baby │ │ ├── Pretty_Baby.csv │ │ ├── Pretty_Baby.mxl │ │ └── Pretty_Baby.txt ├── Egbert_Van_Alstyne-Gus_Kahn │ └── Memories │ │ ├── Memories.csv │ │ ├── Memories.mxl │ │ └── Memories.txt ├── Egbert_Van_Alstyne-Harry_Williams │ └── In_the_Shade_of_the_Old_Apple_Tree │ │ ├── In_the_Shade_of_the_Old_Apple_Tree.csv │ │ ├── In_the_Shade_of_the_Old_Apple_Tree.mxl │ │ └── In_the_Shade_of_the_Old_Apple_Tree.txt ├── Eliza_Flower-Sarah_Flower_Adams │ └── Nearer,_My_God,_to_Thee │ │ ├── Nearer,_My_God,_to_Thee.csv │ │ ├── Nearer,_My_God,_to_Thee.mxl │ │ └── Nearer,_My_God,_to_Thee.txt ├── Elsie_McWilliams-Jimmie_Rodgers │ └── My_Little_Lady │ │ ├── My_Little_Lady.csv │ │ ├── My_Little_Lady.mxl │ │ └── My_Little_Lady.txt ├── Enrique_P._Maroni-Gerardo_Matos_Rodríguez-Pascual_Contursi │ └── La_cumparsita │ │ ├── La_cumparsita.csv │ │ ├── La_cumparsita.mxl │ │ └── La_cumparsita.txt ├── Eric_Stewart-Graham_Gouldman-Kevin_Godley │ └── I'm_Mandy_Fly_Me │ │ ├── I'm_Mandy_Fly_Me.csv │ │ ├── I'm_Mandy_Fly_Me.mxl │ │ └── I'm_Mandy_Fly_Me.txt ├── Ernie_Burnett-George_A._Norton │ └── My_Melancholy_Baby │ │ ├── My_Melancholy_Baby.csv │ │ ├── My_Melancholy_Baby.mxl │ │ └── My_Melancholy_Baby.txt ├── Erno_Rapee-Lew_Pollack │ └── Charmaine │ │ ├── Charmaine.csv │ │ ├── Charmaine.mxl │ │ └── Charmaine.txt ├── Eugène_Cormon-Georges_Bizet-Michel_Carré │ └── Je_crois_entendre_encore │ │ ├── Je_crois_entendre_encore.csv │ │ ├── Je_crois_entendre_encore.mxl │ │ └── Je_crois_entendre_encore.txt ├── Eugène_Pottier-Pierre_De_Geyter │ └── L'Internationale │ │ ├── L'Internationale.csv │ │ ├── L'Internationale.mxl │ │ └── L'Internationale.txt ├── F._W._Meacham │ └── American_Patrol │ │ ├── American_Patrol.csv │ │ ├── American_Patrol.mxl │ │ └── American_Patrol.txt ├── Fabian_Andre-Gus_Kahn-Wilbur_Schwandt │ └── Dream_a_Little_Dream_of_Me │ │ ├── Dream_a_Little_Dream_of_Me.csv │ │ ├── Dream_a_Little_Dream_of_Me.mxl │ │ └── Dream_a_Little_Dream_of_Me.txt ├── Fats_Waller │ └── The_Jitterbug_Waltz │ │ ├── The_Jitterbug_Waltz.csv │ │ ├── The_Jitterbug_Waltz.mxl │ │ └── The_Jitterbug_Waltz.txt ├── Felix_Bernard-Fred_Fisher-Johnny_Black_[1] │ └── Dardanella │ │ ├── Dardanella.csv │ │ ├── Dardanella.mxl │ │ └── Dardanella.txt ├── Felix_Powell-George_Henry_Powell │ └── Pack_Up_Your_Troubles_in_Your_Old_Kit_Bag_and_Smile,_Smile,_Smile! │ │ ├── Pack_Up_Your_Troubles_in_Your_Old_Kit_Bag_and_Smile,_Smile,_Smile!.csv │ │ ├── Pack_Up_Your_Troubles_in_Your_Old_Kit_Bag_and_Smile,_Smile,_Smile!.mxl │ │ └── Pack_Up_Your_Troubles_in_Your_Old_Kit_Bag_and_Smile,_Smile,_Smile!.txt ├── Fermo_Dante_Marchetti │ └── Fascination │ │ ├── Fascination.csv │ │ ├── Fascination.mxl │ │ └── Fascination.txt ├── Francis_McPeake-Robert_Tannahill │ └── Wild_Mountain_Thyme │ │ ├── Wild_Mountain_Thyme.csv │ │ ├── Wild_Mountain_Thyme.mxl │ │ └── Wild_Mountain_Thyme.txt ├── Francis_Wheeler-Harry_B._Smith-Ted_Snyder │ └── The_Sheik_of_Araby │ │ ├── The_Sheik_of_Araby.csv │ │ ├── The_Sheik_of_Araby.mxl │ │ └── The_Sheik_of_Araby.txt ├── Francis_Wheeler-Irving_Kahal-Sammy_Fain │ └── Let_a_Smile_Be_Your_Umbrella │ │ ├── Let_a_Smile_Be_Your_Umbrella.csv │ │ ├── Let_a_Smile_Be_Your_Umbrella.mxl │ │ └── Let_a_Smile_Be_Your_Umbrella.txt ├── Frank_Churchill-Larry_Morey │ ├── Little_April_Shower │ │ ├── Little_April_Shower.csv │ │ ├── Little_April_Shower.mxl │ │ └── Little_April_Shower.txt │ └── Whistle_While_You_Work │ │ ├── Whistle_While_You_Work.csv │ │ ├── Whistle_While_You_Work.mxl │ │ └── Whistle_While_You_Work.txt ├── Frank_Dean │ └── Daisy_Bell_(Bicycle_Built_for_Two) │ │ ├── Daisy_Bell_(Bicycle_Built_for_Two).csv │ │ ├── Daisy_Bell_(Bicycle_Built_for_Two).mxl │ │ └── Daisy_Bell_(Bicycle_Built_for_Two).txt ├── Frank_Loesser-George_Terry-Victor_Schertzinger │ └── Kiss_the_Boys_Goodbye │ │ ├── Kiss_the_Boys_Goodbye.csv │ │ ├── Kiss_the_Boys_Goodbye.mxl │ │ └── Kiss_the_Boys_Goodbye.txt ├── Frank_Loesser-Victor_Schertzinger │ └── Sand_in_My_Shoes │ │ ├── Sand_in_My_Shoes.csv │ │ ├── Sand_in_My_Shoes.mxl │ │ └── Sand_in_My_Shoes.txt ├── Frank_Westphal-Gus_Kahn │ └── When_You_Come_to_the_End_of_the_Day │ │ ├── When_You_Come_to_the_End_of_the_Day.csv │ │ ├── When_You_Come_to_the_End_of_the_Day.mxl │ │ └── When_You_Come_to_the_End_of_the_Day.txt ├── Franz_Liszt │ └── Liebestraum_Nr._3 │ │ ├── Liebestraum_Nr._3.csv │ │ ├── Liebestraum_Nr._3.mxl │ │ └── Liebestraum_Nr._3.txt ├── Fred_E._Ahlert-Joe_Young │ └── I'm_Gonna_Sit_Right_Down_and_Write_Myself_a_Letter │ │ ├── I'm_Gonna_Sit_Right_Down_and_Write_Myself_a_Letter.csv │ │ ├── I'm_Gonna_Sit_Right_Down_and_Write_Myself_a_Letter.mxl │ │ └── I'm_Gonna_Sit_Right_Down_and_Write_Myself_a_Letter.txt ├── Fred_E._Ahlert-Roy_Turk │ ├── I'll_Get_By_(As_Long_as_I_Have_You) │ │ ├── I'll_Get_By_(As_Long_as_I_Have_You).csv │ │ ├── I'll_Get_By_(As_Long_as_I_Have_You).mxl │ │ └── I'll_Get_By_(As_Long_as_I_Have_You).txt │ ├── I_Don't_Know_Why_(I_Just_Do) │ │ ├── I_Don't_Know_Why_(I_Just_Do).csv │ │ ├── I_Don't_Know_Why_(I_Just_Do).mxl │ │ └── I_Don't_Know_Why_(I_Just_Do).txt │ ├── Mean_to_Me │ │ ├── Mean_to_Me.csv │ │ ├── Mean_to_Me.mxl │ │ └── Mean_to_Me.txt │ └── Walkin'_My_Baby_Back_Home │ │ ├── Walkin'_My_Baby_Back_Home.csv │ │ ├── Walkin'_My_Baby_Back_Home.mxl │ │ └── Walkin'_My_Baby_Back_Home.txt ├── Fred_Fisher │ └── Chicago_(That_Toddling_Town) │ │ ├── Chicago_(That_Toddling_Town).csv │ │ ├── Chicago_(That_Toddling_Town).mxl │ │ └── Chicago_(That_Toddling_Town).txt ├── Fred_Godfrey-Mark_Sheridan │ └── Who_Were_You_with_Last_Night │ │ ├── Who_Were_You_with_Last_Night.csv │ │ ├── Who_Were_You_with_Last_Night.mxl │ │ └── Who_Were_You_with_Last_Night.txt ├── Fred_W._Leigh-Henry_E._Pether │ └── Waiting_at_the_Church │ │ ├── Waiting_at_the_Church.csv │ │ ├── Waiting_at_the_Church.mxl │ │ └── Waiting_at_the_Church.txt ├── Frederic_Knight_Logan-James_Royce_Shannon-John_V._Eppel │ └── Missouri_Waltz │ │ ├── Missouri_Waltz.csv │ │ ├── Missouri_Waltz.mxl │ │ └── Missouri_Waltz.txt ├── Frederic_Weatherly-Haydn_Wood │ └── Roses_of_Picardy │ │ ├── Roses_of_Picardy.csv │ │ ├── Roses_of_Picardy.mxl │ │ └── Roses_of_Picardy.txt ├── Frederic_Weatherly-Michael_Maybrick │ └── The_Holy_City │ │ ├── The_Holy_City.csv │ │ ├── The_Holy_City.mxl │ │ └── The_Holy_City.txt ├── Frederic_Weatherly │ └── Danny_Boy │ │ ├── Danny_Boy.csv │ │ ├── Danny_Boy.mxl │ │ └── Danny_Boy.txt ├── Frederick_Oakeley │ └── O_Come,_All_Ye_Faithful │ │ ├── O_Come,_All_Ye_Faithful.csv │ │ ├── O_Come,_All_Ye_Faithful.mxl │ │ └── O_Come,_All_Ye_Faithful.txt ├── Frederick_Ricketts │ └── Colonel_Bogey_March │ │ ├── Colonel_Bogey_March.csv │ │ ├── Colonel_Bogey_March.mxl │ │ └── Colonel_Bogey_March.txt ├── Fud_Livingston-Gus_Kahn-Matt_Malneck │ └── I'm_Through_with_Love │ │ ├── I'm_Through_with_Love.csv │ │ ├── I'm_Through_with_Love.mxl │ │ └── I'm_Through_with_Love.txt ├── Gaston_Lyle-George_Leybourne │ └── The_Daring_Young_Man_on_the_Flying_Trapeze │ │ ├── The_Daring_Young_Man_on_the_Flying_Trapeze.csv │ │ ├── The_Daring_Young_Man_on_the_Flying_Trapeze.mxl │ │ └── The_Daring_Young_Man_on_the_Flying_Trapeze.txt ├── George_A._Norton │ └── She_Wore_a_Yellow_Ribbon │ │ ├── She_Wore_a_Yellow_Ribbon.csv │ │ ├── She_Wore_a_Yellow_Ribbon.mxl │ │ └── She_Wore_a_Yellow_Ribbon.txt ├── George_F._Root │ └── The_Battle_Cry_of_Freedom │ │ ├── The_Battle_Cry_of_Freedom.csv │ │ ├── The_Battle_Cry_of_Freedom.mxl │ │ └── The_Battle_Cry_of_Freedom.txt ├── George_Gershwin-Gus_Kahn-Ira_Gershwin │ └── Liza_(All_the_Clouds'll_Roll_Away) │ │ ├── Liza_(All_the_Clouds'll_Roll_Away).csv │ │ ├── Liza_(All_the_Clouds'll_Roll_Away).mxl │ │ └── Liza_(All_the_Clouds'll_Roll_Away).txt ├── George_Gershwin-Ira_Gershwin │ ├── 'S_Wonderful │ │ ├── 'S_Wonderful.csv │ │ ├── 'S_Wonderful.mxl │ │ └── 'S_Wonderful.txt │ ├── (I've_Got_a)_Crush_on_You │ │ ├── (I've_Got_a)_Crush_on_You.csv │ │ ├── (I've_Got_a)_Crush_on_You.mxl │ │ └── (I've_Got_a)_Crush_on_You.txt │ ├── A_Foggy_Day │ │ ├── A_Foggy_Day.csv │ │ ├── A_Foggy_Day.mxl │ │ └── A_Foggy_Day.txt │ ├── Bidin'_My_Time │ │ ├── Bidin'_My_Time.csv │ │ ├── Bidin'_My_Time.mxl │ │ └── Bidin'_My_Time.txt │ ├── But_Not_for_Me │ │ ├── But_Not_for_Me.csv │ │ ├── But_Not_for_Me.mxl │ │ └── But_Not_for_Me.txt │ ├── By_Strauss │ │ ├── By_Strauss.csv │ │ ├── By_Strauss.mxl │ │ └── By_Strauss.txt │ ├── Embraceable_You │ │ ├── Embraceable_You.csv │ │ ├── Embraceable_You.mxl │ │ └── Embraceable_You.txt │ ├── Fascinating_Rhythm │ │ ├── Fascinating_Rhythm.csv │ │ ├── Fascinating_Rhythm.mxl │ │ └── Fascinating_Rhythm.txt │ ├── How_Long_Has_This_Been_Going_On? │ │ ├── How_Long_Has_This_Been_Going_On?.csv │ │ ├── How_Long_Has_This_Been_Going_On?.mxl │ │ └── How_Long_Has_This_Been_Going_On?.txt │ ├── I_Got_Rhythm │ │ ├── I_Got_Rhythm.csv │ │ ├── I_Got_Rhythm.mxl │ │ └── I_Got_Rhythm.txt │ ├── I_Was_Doing_All_Right │ │ ├── I_Was_Doing_All_Right.csv │ │ ├── I_Was_Doing_All_Right.mxl │ │ └── I_Was_Doing_All_Right.txt │ ├── Isn't_It_a_Pity? │ │ ├── Isn't_It_a_Pity?.csv │ │ ├── Isn't_It_a_Pity?.mxl │ │ └── Isn't_It_a_Pity?.txt │ ├── Love_Walked_In │ │ ├── Love_Walked_In.csv │ │ ├── Love_Walked_In.mxl │ │ └── Love_Walked_In.txt │ ├── Nice_Work_if_You_Can_Get_It │ │ ├── Nice_Work_if_You_Can_Get_It.csv │ │ ├── Nice_Work_if_You_Can_Get_It.mxl │ │ └── Nice_Work_if_You_Can_Get_It.txt │ ├── Oh,_Lady_Be_Good! │ │ ├── Oh,_Lady_Be_Good!.csv │ │ ├── Oh,_Lady_Be_Good!.mxl │ │ └── Oh,_Lady_Be_Good!.txt │ ├── Soon │ │ ├── Soon.csv │ │ ├── Soon.mxl │ │ └── Soon.txt │ ├── Strike_Up_the_Band │ │ ├── Strike_Up_the_Band.csv │ │ ├── Strike_Up_the_Band.mxl │ │ └── Strike_Up_the_Band.txt │ ├── That_Certain_Feeling │ │ ├── That_Certain_Feeling.csv │ │ ├── That_Certain_Feeling.mxl │ │ └── That_Certain_Feeling.txt │ ├── They_All_Laughed │ │ ├── They_All_Laughed.csv │ │ ├── They_All_Laughed.mxl │ │ └── They_All_Laughed.txt │ ├── They_Can't_Take_That_Away_from_Me │ │ ├── They_Can't_Take_That_Away_from_Me.csv │ │ ├── They_Can't_Take_That_Away_from_Me.mxl │ │ └── They_Can't_Take_That_Away_from_Me.txt │ └── Who_Cares │ │ ├── Who_Cares.csv │ │ ├── Who_Cares.mxl │ │ └── Who_Cares.txt ├── George_Gershwin-Irving_Caesar │ └── Swanee │ │ ├── Swanee.csv │ │ ├── Swanee.mxl │ │ └── Swanee.txt ├── George_L._Cobb-Jack_Yellen │ └── Alabama_Jubilee │ │ ├── Alabama_Jubilee.csv │ │ ├── Alabama_Jubilee.mxl │ │ └── Alabama_Jubilee.txt ├── George_M._Cohan │ ├── Give_My_Regards_to_Broadway │ │ ├── Give_My_Regards_to_Broadway.csv │ │ ├── Give_My_Regards_to_Broadway.mxl │ │ └── Give_My_Regards_to_Broadway.txt │ ├── Mary's_a_Grand_Old_Name │ │ ├── Mary's_a_Grand_Old_Name.csv │ │ ├── Mary's_a_Grand_Old_Name.mxl │ │ └── Mary's_a_Grand_Old_Name.txt │ ├── Over_There │ │ ├── Over_There.csv │ │ ├── Over_There.mxl │ │ └── Over_There.txt │ └── Yankee_Doodle_Boy │ │ ├── Yankee_Doodle_Boy.csv │ │ ├── Yankee_Doodle_Boy.mxl │ │ └── Yankee_Doodle_Boy.txt ├── George_Marion_Jr.-Richard_A._Whiting │ └── My_Future_Just_Passed │ │ ├── My_Future_Just_Passed.csv │ │ ├── My_Future_Just_Passed.mxl │ │ └── My_Future_Just_Passed.txt ├── George_Washington_Johnson_[1]-James_Austin_Butterfield │ └── When_You_and_I_Were_Young,_Maggie │ │ ├── When_You_and_I_Were_Young,_Maggie.csv │ │ ├── When_You_and_I_Were_Young,_Maggie.mxl │ │ └── When_You_and_I_Were_Young,_Maggie.txt ├── George_Whiting-Walter_Donaldson │ └── My_Blue_Heaven │ │ ├── My_Blue_Heaven.csv │ │ ├── My_Blue_Heaven.mxl │ │ └── My_Blue_Heaven.txt ├── Giacomo_Puccini-Giovacchino_Forzano │ └── O_mio_babbino_caro │ │ ├── O_mio_babbino_caro.csv │ │ ├── O_mio_babbino_caro.mxl │ │ └── O_mio_babbino_caro.txt ├── Glen_MacDonough-Victor_Herbert │ └── Toyland │ │ ├── Toyland.csv │ │ ├── Toyland.mxl │ │ └── Toyland.txt ├── Glenn_Miller │ └── Moonlight_Serenade │ │ ├── Moonlight_Serenade.csv │ │ ├── Moonlight_Serenade.mxl │ │ └── Moonlight_Serenade.txt ├── Grant_Clarke-Harry_Akst │ └── Am_I_Blue? │ │ ├── Am_I_Blue?.csv │ │ ├── Am_I_Blue?.mxl │ │ └── Am_I_Blue?.txt ├── Grant_Clarke-James_Hanley │ └── Second_Hand_Rose │ │ ├── Second_Hand_Rose.csv │ │ ├── Second_Hand_Rose.mxl │ │ └── Second_Hand_Rose.txt ├── Gus_Edwards-Vincent_Bryan │ └── In_My_Merry_Oldsmobile │ │ ├── In_My_Merry_Oldsmobile.csv │ │ ├── In_My_Merry_Oldsmobile.mxl │ │ └── In_My_Merry_Oldsmobile.txt ├── Gus_Edwards-Will_Cobb │ └── School_Days │ │ ├── School_Days.csv │ │ ├── School_Days.mxl │ │ └── School_Days.txt ├── Gus_Kahn-Harry_Akst-Richard_A._Whiting │ └── Guilty │ │ ├── Guilty.csv │ │ ├── Guilty.mxl │ │ └── Guilty.txt ├── Gus_Kahn-Isham_Jones │ ├── I'll_See_You_in_My_Dreams │ │ ├── I'll_See_You_in_My_Dreams.csv │ │ ├── I'll_See_You_in_My_Dreams.mxl │ │ └── I'll_See_You_in_My_Dreams.txt │ ├── It_Had_to_Be_You │ │ ├── It_Had_to_Be_You.csv │ │ ├── It_Had_to_Be_You.mxl │ │ └── It_Had_to_Be_You.txt │ ├── On_the_Alamo │ │ ├── On_the_Alamo.csv │ │ ├── On_the_Alamo.mxl │ │ └── On_the_Alamo.txt │ ├── Swingin'_down_the_Lane │ │ ├── Swingin'_down_the_Lane.csv │ │ ├── Swingin'_down_the_Lane.mxl │ │ └── Swingin'_down_the_Lane.txt │ └── The_One_I_Love_Belongs_to_Somebody_Else │ │ ├── The_One_I_Love_Belongs_to_Somebody_Else.csv │ │ ├── The_One_I_Love_Belongs_to_Somebody_Else.mxl │ │ └── The_One_I_Love_Belongs_to_Somebody_Else.txt ├── Gus_Kahn-Nacio_Herb_Brown │ └── You_Stepped_out_of_a_Dream │ │ ├── You_Stepped_out_of_a_Dream.csv │ │ ├── You_Stepped_out_of_a_Dream.mxl │ │ └── You_Stepped_out_of_a_Dream.txt ├── Gus_Kahn-Raymond_B._Egan-Richard_A._Whiting │ └── Ain't_We_Got_Fun │ │ ├── Ain't_We_Got_Fun.csv │ │ ├── Ain't_We_Got_Fun.mxl │ │ └── Ain't_We_Got_Fun.txt ├── Gus_Kahn-Walter_Donaldson │ ├── Carolina_in_the_Morning │ │ ├── Carolina_in_the_Morning.csv │ │ ├── Carolina_in_the_Morning.mxl │ │ └── Carolina_in_the_Morning.txt │ ├── I_Wonder_Where_My_Baby_Is_Tonight │ │ ├── I_Wonder_Where_My_Baby_Is_Tonight.csv │ │ ├── I_Wonder_Where_My_Baby_Is_Tonight.mxl │ │ └── I_Wonder_Where_My_Baby_Is_Tonight.txt │ ├── Love_Me_or_Leave_Me │ │ ├── Love_Me_or_Leave_Me.csv │ │ ├── Love_Me_or_Leave_Me.mxl │ │ └── Love_Me_or_Leave_Me.txt │ ├── Makin'_Whoopee! │ │ ├── Makin'_Whoopee!.csv │ │ ├── Makin'_Whoopee!.mxl │ │ └── Makin'_Whoopee!.txt │ ├── My_Baby_Just_Cares_for_Me │ │ ├── My_Baby_Just_Cares_for_Me.csv │ │ ├── My_Baby_Just_Cares_for_Me.mxl │ │ └── My_Baby_Just_Cares_for_Me.txt │ ├── My_Buddy │ │ ├── My_Buddy.csv │ │ ├── My_Buddy.mxl │ │ └── My_Buddy.txt │ └── Yes_Sir,_That's_My_Baby │ │ ├── Yes_Sir,_That's_My_Baby.csv │ │ ├── Yes_Sir,_That's_My_Baby.mxl │ │ └── Yes_Sir,_That's_My_Baby.txt ├── Gus_Kahn │ └── The_Hour_of_Parting │ │ ├── The_Hour_of_Parting.csv │ │ ├── The_Hour_of_Parting.mxl │ │ └── The_Hour_of_Parting.txt ├── Hans_Engelmann │ └── Melody_of_Love │ │ ├── Melody_of_Love.csv │ │ ├── Melody_of_Love.mxl │ │ └── Melody_of_Love.txt ├── Harold_Adamson-Mack_Gordon-Vincent_Youmans │ └── Time_on_My_Hands │ │ ├── Time_on_My_Hands.csv │ │ ├── Time_on_My_Hands.mxl │ │ └── Time_on_My_Hands.txt ├── Harold_Adamson-Walter_Donaldson │ └── Did_I_Remember │ │ ├── Did_I_Remember.csv │ │ ├── Did_I_Remember.mxl │ │ └── Did_I_Remember.txt ├── Harry_Akst-Joe_Young-Sam_Lewis │ └── Dinah │ │ ├── Dinah.csv │ │ ├── Dinah.mxl │ │ └── Dinah.txt ├── Harry_B._Smith │ └── Yours_Is_My_Heart_Alone │ │ ├── Yours_Is_My_Heart_Alone.csv │ │ ├── Yours_Is_My_Heart_Alone.mxl │ │ └── Yours_Is_My_Heart_Alone.txt ├── Harry_Carroll-Joseph_McCarthy │ └── I'm_Always_Chasing_Rainbows │ │ ├── I'm_Always_Chasing_Rainbows.csv │ │ ├── I'm_Always_Chasing_Rainbows.mxl │ │ └── I'm_Always_Chasing_Rainbows.txt ├── Harry_Owens-Vincent_Rose │ └── Linger_Awhile │ │ ├── Linger_Awhile.csv │ │ ├── Linger_Awhile.mxl │ │ └── Linger_Awhile.txt ├── Harry_Tierney-Joseph_McCarthy │ └── Alice_Blue_Gown │ │ ├── Alice_Blue_Gown.csv │ │ ├── Alice_Blue_Gown.mxl │ │ └── Alice_Blue_Gown.txt ├── Harry_Von_Tilzer-Will_Dillon │ └── I_Want_a_Girl_(Just_Like_the_Girl_That_Married_Dear_Old_Dad) │ │ ├── I_Want_a_Girl_(Just_Like_the_Girl_That_Married_Dear_Old_Dad).csv │ │ ├── I_Want_a_Girl_(Just_Like_the_Girl_That_Married_Dear_Old_Dad).mxl │ │ └── I_Want_a_Girl_(Just_Like_the_Girl_That_Married_Dear_Old_Dad).txt ├── Harry_Warren-Joe_Young-Mort_Dixon │ └── You're_My_Everything │ │ ├── You're_My_Everything.csv │ │ ├── You're_My_Everything.mxl │ │ └── You're_My_Everything.txt ├── Haven_Gillespie-Richard_A._Whiting-Seymour_Simons │ ├── Breezin'_Along_with_the_Breeze │ │ ├── Breezin'_Along_with_the_Breeze.csv │ │ ├── Breezin'_Along_with_the_Breeze.mxl │ │ └── Breezin'_Along_with_the_Breeze.txt │ └── Honey │ │ ├── Honey.csv │ │ ├── Honey.mxl │ │ └── Honey.txt ├── Henry_Blossom-Victor_Herbert │ └── Kiss_Me_Again │ │ ├── Kiss_Me_Again.csv │ │ ├── Kiss_Me_Again.mxl │ │ └── Kiss_Me_Again.txt ├── Henry_Creamer-James_P._Johnson │ └── If_I_Could_Be_with_You_(One_Hour_Tonight) │ │ ├── If_I_Could_Be_with_You_(One_Hour_Tonight).csv │ │ ├── If_I_Could_Be_with_You_(One_Hour_Tonight).mxl │ │ └── If_I_Could_Be_with_You_(One_Hour_Tonight).txt ├── Henry_Creamer-Turner_Layton │ ├── After_You've_Gone │ │ ├── After_You've_Gone.csv │ │ ├── After_You've_Gone.mxl │ │ └── After_You've_Gone.txt │ └── Way_Down_Yonder_in_New_Orleans │ │ ├── Way_Down_Yonder_in_New_Orleans.csv │ │ ├── Way_Down_Yonder_in_New_Orleans.mxl │ │ └── Way_Down_Yonder_in_New_Orleans.txt ├── Henry_Rowley_Bishop-John_Howard_Payne_[1] │ └── Home_Sweet_Home │ │ ├── Home_Sweet_Home.csv │ │ ├── Home_Sweet_Home.mxl │ │ └── Home_Sweet_Home.txt ├── Herbert_Reynolds-Jerome_Kern │ └── They_Didn't_Believe_Me │ │ ├── They_Didn't_Believe_Me.csv │ │ ├── They_Didn't_Believe_Me.mxl │ │ └── They_Didn't_Believe_Me.txt ├── Howard_Johnson-Jimmy_Monaco-Joseph_McCarthy │ └── What_Do_You_Want_to_Make_Those_Eyes_at_Me_For? │ │ ├── What_Do_You_Want_to_Make_Those_Eyes_at_Me_For?.csv │ │ ├── What_Do_You_Want_to_Make_Those_Eyes_at_Me_For?.mxl │ │ └── What_Do_You_Want_to_Make_Those_Eyes_at_Me_For?.txt ├── Howard_Johnson-Theodore_Morse │ └── M-O-T-H-E-R_(A_Word_That_Means_the_World_to_Me) │ │ ├── M-O-T-H-E-R_(A_Word_That_Means_the_World_to_Me).csv │ │ ├── M-O-T-H-E-R_(A_Word_That_Means_the_World_to_Me).mxl │ │ └── M-O-T-H-E-R_(A_Word_That_Means_the_World_to_Me).txt ├── Hugh_Williams-Jimmy_Kennedy │ ├── Isle_of_Capri │ │ ├── Isle_of_Capri.csv │ │ ├── Isle_of_Capri.mxl │ │ └── Isle_of_Capri.txt │ └── Red_Sails_in_the_Sunset │ │ ├── Red_Sails_in_the_Sunset.csv │ │ ├── Red_Sails_in_the_Sunset.mxl │ │ └── Red_Sails_in_the_Sunset.txt ├── Hughie_Cannon │ └── Bill_Bailey,_Won't_You_Please_Come_Home? │ │ ├── Bill_Bailey,_Won't_You_Please_Come_Home?.csv │ │ ├── Bill_Bailey,_Won't_You_Please_Come_Home?.mxl │ │ └── Bill_Bailey,_Won't_You_Please_Come_Home?.txt ├── Ira_Gershwin-Jerome_Kern │ └── Long_Ago_and_Far_Away │ │ ├── Long_Ago_and_Far_Away.csv │ │ ├── Long_Ago_and_Far_Away.mxl │ │ └── Long_Ago_and_Far_Away.txt ├── Ira_Schuster-Jack_Little-Joe_Young │ └── In_a_Shanty_in_Old_Shanty_Town │ │ ├── In_a_Shanty_in_Old_Shanty_Town.csv │ │ ├── In_a_Shanty_in_Old_Shanty_Town.mxl │ │ └── In_a_Shanty_in_Old_Shanty_Town.txt ├── Ira_Schuster-Joe_Young │ └── I'm_Alone_Because_I_Love_You │ │ ├── I'm_Alone_Because_I_Love_You.csv │ │ ├── I'm_Alone_Because_I_Love_You.mxl │ │ └── I'm_Alone_Because_I_Love_You.txt ├── Irving_Caesar-Otto_Harbach-Vincent_Youmans │ └── I_Want_to_Be_Happy │ │ ├── I_Want_to_Be_Happy.csv │ │ ├── I_Want_to_Be_Happy.mxl │ │ └── I_Want_to_Be_Happy.txt ├── Irving_Caesar-Vincent_Youmans │ └── Tea_for_Two │ │ ├── Tea_for_Two.csv │ │ ├── Tea_for_Two.mxl │ │ └── Tea_for_Two.txt ├── Irving_Kahal-Pierre_Norman-Sammy_Fain │ ├── When_I_Take_My_Sugar_to_Tea │ │ ├── When_I_Take_My_Sugar_to_Tea.csv │ │ ├── When_I_Take_My_Sugar_to_Tea.mxl │ │ └── When_I_Take_My_Sugar_to_Tea.txt │ └── You_Brought_a_New_Kind_of_Love_to_Me │ │ ├── You_Brought_a_New_Kind_of_Love_to_Me.csv │ │ ├── You_Brought_a_New_Kind_of_Love_to_Me.mxl │ │ └── You_Brought_a_New_Kind_of_Love_to_Me.txt ├── Irving_Kahal-Sammy_Fain-Willie_Raskin │ └── Wedding_Bells_Are_Breaking_up_That_Old_Gang_of_Mine │ │ ├── Wedding_Bells_Are_Breaking_up_That_Old_Gang_of_Mine.csv │ │ ├── Wedding_Bells_Are_Breaking_up_That_Old_Gang_of_Mine.mxl │ │ └── Wedding_Bells_Are_Breaking_up_That_Old_Gang_of_Mine.txt ├── Irving_Kahal-Sammy_Fain │ ├── I'll_Be_Seeing_You │ │ ├── I'll_Be_Seeing_You.csv │ │ ├── I'll_Be_Seeing_You.mxl │ │ └── I'll_Be_Seeing_You.txt │ └── I_Can_Dream,_Can't_I? │ │ ├── I_Can_Dream,_Can't_I?.csv │ │ ├── I_Can_Dream,_Can't_I?.mxl │ │ └── I_Can_Dream,_Can't_I?.txt ├── Isaac_Watts-Lowell_Mason │ └── Joy_to_the_World │ │ ├── Joy_to_the_World.csv │ │ ├── Joy_to_the_World.mxl │ │ └── Joy_to_the_World.txt ├── Ivor_Novello-Lena_Ford │ └── Keep_the_Home_Fires_Burning_('Till_the_Boys_Come_Home) │ │ ├── Keep_the_Home_Fires_Burning_('Till_the_Boys_Come_Home).csv │ │ ├── Keep_the_Home_Fires_Burning_('Till_the_Boys_Come_Home).mxl │ │ └── Keep_the_Home_Fires_Burning_('Till_the_Boys_Come_Home).txt ├── Jack_Mahoney-Percy_Wenrich │ └── When_You_Wore_a_Tulip_and_I_Wore_a_Big_Red_Rose │ │ ├── When_You_Wore_a_Tulip_and_I_Wore_a_Big_Red_Rose.csv │ │ ├── When_You_Wore_a_Tulip_and_I_Wore_a_Big_Red_Rose.mxl │ │ └── When_You_Wore_a_Tulip_and_I_Wore_a_Big_Red_Rose.txt ├── Jack_Norworth-Nora_Bayes │ └── Shine_On,_Harvest_Moon │ │ ├── Shine_On,_Harvest_Moon.csv │ │ ├── Shine_On,_Harvest_Moon.mxl │ │ └── Shine_On,_Harvest_Moon.txt ├── James_A._Bland │ └── Carry_Me_Back_to_Old_Virginny │ │ ├── Carry_Me_Back_to_Old_Virginny.csv │ │ ├── Carry_Me_Back_to_Old_Virginny.mxl │ │ └── Carry_Me_Back_to_Old_Virginny.txt ├── James_Brockman-James_Kendis-John_Kellette-Nat_Vincent │ └── I'm_Forever_Blowing_Bubbles │ │ ├── I'm_Forever_Blowing_Bubbles.csv │ │ ├── I'm_Forever_Blowing_Bubbles.mxl │ │ └── I'm_Forever_Blowing_Bubbles.txt ├── James_Chadwick │ └── Angels_We_Have_Heard_on_High │ │ ├── Angels_We_Have_Heard_on_High.csv │ │ ├── Angels_We_Have_Heard_on_High.mxl │ │ └── Angels_We_Have_Heard_on_High.txt ├── James_Hanley │ └── Zing!_Went_the_Strings_of_My_Heart │ │ ├── Zing!_Went_the_Strings_of_My_Heart.csv │ │ ├── Zing!_Went_the_Strings_of_My_Heart.mxl │ │ └── Zing!_Went_the_Strings_of_My_Heart.txt ├── James_I._Russell │ └── Where_the_River_Shannon_Flows │ │ ├── Where_the_River_Shannon_Flows.csv │ │ ├── Where_the_River_Shannon_Flows.mxl │ │ └── Where_the_River_Shannon_Flows.txt ├── James_Montgomery_[1] │ └── Angels_from_the_Realms_of_Glory │ │ ├── Angels_from_the_Realms_of_Glory.csv │ │ ├── Angels_from_the_Realms_of_Glory.mxl │ │ └── Angels_from_the_Realms_of_Glory.txt ├── James_Pierpont │ └── Jingle_Bells │ │ ├── Jingle_Bells.csv │ │ ├── Jingle_Bells.mxl │ │ └── Jingle_Bells.txt ├── James_Thornton │ └── When_You_Were_Sweet_Sixteen │ │ ├── When_You_Were_Sweet_Sixteen.csv │ │ ├── When_You_Were_Sweet_Sixteen.mxl │ │ └── When_You_Were_Sweet_Sixteen.txt ├── James_Waddel_Alexander │ └── O_Sacred_Head,_Now_Wounded │ │ ├── O_Sacred_Head,_Now_Wounded.csv │ │ ├── O_Sacred_Head,_Now_Wounded.mxl │ │ └── O_Sacred_Head,_Now_Wounded.txt ├── Jean_Schwartz-Joe_Young-Sam_Lewis │ └── Rock-a-Bye_Your_Baby_with_a_Dixie_Melody │ │ ├── Rock-a-Bye_Your_Baby_with_a_Dixie_Melody.csv │ │ ├── Rock-a-Bye_Your_Baby_with_a_Dixie_Melody.mxl │ │ └── Rock-a-Bye_Your_Baby_with_a_Dixie_Melody.txt ├── Jean_Schwartz-William_Jerome │ └── Chinatown_My_Chinatown │ │ ├── Chinatown_My_Chinatown.csv │ │ ├── Chinatown_My_Chinatown.mxl │ │ └── Chinatown_My_Chinatown.txt ├── Jerome_Kern-Johnny_Mercer │ ├── Dearly_Beloved │ │ ├── Dearly_Beloved.csv │ │ ├── Dearly_Beloved.mxl │ │ └── Dearly_Beloved.txt │ └── I'm_Old_Fashioned │ │ ├── I'm_Old_Fashioned.csv │ │ ├── I'm_Old_Fashioned.mxl │ │ └── I'm_Old_Fashioned.txt ├── Jerome_Kern-Leo_Robin │ └── In_Love_in_Vain │ │ ├── In_Love_in_Vain.csv │ │ ├── In_Love_in_Vain.mxl │ │ └── In_Love_in_Vain.txt ├── Jerome_Kern-Oscar_Hammerstein_II-Otto_Harbach │ └── I_Won't_Dance │ │ ├── I_Won't_Dance.csv │ │ ├── I_Won't_Dance.mxl │ │ └── I_Won't_Dance.txt ├── Jerome_Kern-Oscar_Hammerstein_II │ ├── All_the_Things_You_Are │ │ ├── All_the_Things_You_Are.csv │ │ ├── All_the_Things_You_Are.mxl │ │ └── All_the_Things_You_Are.txt │ ├── Can't_Help_Lovin'_Dat_Man │ │ ├── Can't_Help_Lovin'_Dat_Man.csv │ │ ├── Can't_Help_Lovin'_Dat_Man.mxl │ │ └── Can't_Help_Lovin'_Dat_Man.txt │ ├── I've_Told_Ev'ry_Little_Star │ │ ├── I've_Told_Ev'ry_Little_Star.csv │ │ ├── I've_Told_Ev'ry_Little_Star.mxl │ │ └── I've_Told_Ev'ry_Little_Star.txt │ ├── Make_Believe │ │ ├── Make_Believe.csv │ │ ├── Make_Believe.mxl │ │ └── Make_Believe.txt │ ├── Nobody_Else_but_Me │ │ ├── Nobody_Else_but_Me.csv │ │ ├── Nobody_Else_but_Me.mxl │ │ └── Nobody_Else_but_Me.txt │ ├── Ol'_Man_River │ │ ├── Ol'_Man_River.csv │ │ ├── Ol'_Man_River.mxl │ │ └── Ol'_Man_River.txt │ ├── The_Folks_Who_Live_on_the_Hill │ │ ├── The_Folks_Who_Live_on_the_Hill.csv │ │ ├── The_Folks_Who_Live_on_the_Hill.mxl │ │ └── The_Folks_Who_Live_on_the_Hill.txt │ ├── The_Last_Time_I_Saw_Paris │ │ ├── The_Last_Time_I_Saw_Paris.csv │ │ ├── The_Last_Time_I_Saw_Paris.mxl │ │ └── The_Last_Time_I_Saw_Paris.txt │ ├── The_Song_Is_You │ │ ├── The_Song_Is_You.csv │ │ ├── The_Song_Is_You.mxl │ │ └── The_Song_Is_You.txt │ ├── Why_Do_I_Love_You? │ │ ├── Why_Do_I_Love_You?.csv │ │ ├── Why_Do_I_Love_You?.mxl │ │ └── Why_Do_I_Love_You?.txt │ └── Why_Was_I_Born? │ │ ├── Why_Was_I_Born?.csv │ │ ├── Why_Was_I_Born?.mxl │ │ └── Why_Was_I_Born?.txt ├── Jerome_Kern-Otto_Harbach │ └── Yesterdays │ │ ├── Yesterdays.csv │ │ ├── Yesterdays.mxl │ │ └── Yesterdays.txt ├── Jerome_Kern-P.G._Wodehouse │ └── Bill │ │ ├── Bill.csv │ │ ├── Bill.mxl │ │ └── Bill.txt ├── Jesse_Brown_Pounds-John_Sylvester_Fearis │ └── Beautiful_Isle_of_Somewhere │ │ ├── Beautiful_Isle_of_Somewhere.csv │ │ ├── Beautiful_Isle_of_Somewhere.mxl │ │ └── Beautiful_Isle_of_Somewhere.txt ├── Jesse_Greer-Raymond_Klages │ └── Just_You,_Just_Me │ │ ├── Just_You,_Just_Me.csv │ │ ├── Just_You,_Just_Me.mxl │ │ └── Just_You,_Just_Me.txt ├── Jimmie_Cox │ └── Nobody_Knows_You_When_You're_down_and_Out │ │ ├── Nobody_Knows_You_When_You're_down_and_Out.csv │ │ ├── Nobody_Knows_You_When_You're_down_and_Out.mxl │ │ └── Nobody_Knows_You_When_You're_down_and_Out.txt ├── Jimmie_Rodgers │ └── Hobo's_Meditation │ │ ├── Hobo's_Meditation.csv │ │ ├── Hobo's_Meditation.mxl │ │ └── Hobo's_Meditation.txt ├── Jimmy_Monaco-Johnny_Burke │ └── An_Apple_for_the_Teacher │ │ ├── An_Apple_for_the_Teacher.csv │ │ ├── An_Apple_for_the_Teacher.mxl │ │ └── An_Apple_for_the_Teacher.txt ├── Jimmy_Monaco-Joseph_McCarthy │ └── You_Made_Me_Love_You │ │ ├── You_Made_Me_Love_You.csv │ │ ├── You_Made_Me_Love_You.mxl │ │ └── You_Made_Me_Love_You.txt ├── Jimmy_Monaco-Mack_Gordon │ ├── I'm_Making_Believe │ │ ├── I'm_Making_Believe.csv │ │ ├── I'm_Making_Believe.mxl │ │ └── I'm_Making_Believe.txt │ └── I_Can't_Begin_to_Tell_You │ │ ├── I_Can't_Begin_to_Tell_You.csv │ │ ├── I_Can't_Begin_to_Tell_You.mxl │ │ └── I_Can't_Begin_to_Tell_You.txt ├── Jimmy_Monaco-William_Jerome │ └── Row,_Row,_Row │ │ ├── Row,_Row,_Row.csv │ │ ├── Row,_Row,_Row.mxl │ │ └── Row,_Row,_Row.txt ├── Joe_Young-Mabel_Wayne-Sam_Lewis │ └── In_a_Little_Spanish_Town │ │ ├── In_a_Little_Spanish_Town.csv │ │ ├── In_a_Little_Spanish_Town.mxl │ │ └── In_a_Little_Spanish_Town.txt ├── Joe_Young-Ned_Washington-Victor_Young │ └── A_Hundred_Years_from_Today │ │ ├── A_Hundred_Years_from_Today.csv │ │ ├── A_Hundred_Years_from_Today.mxl │ │ └── A_Hundred_Years_from_Today.txt ├── Joe_Young-Ray_Henderson-Sam_Lewis │ ├── Five_Foot_Two,_Eyes_of_Blue_(Has_Anybody_Seen_My_Girl) │ │ ├── Five_Foot_Two,_Eyes_of_Blue_(Has_Anybody_Seen_My_Girl).csv │ │ ├── Five_Foot_Two,_Eyes_of_Blue_(Has_Anybody_Seen_My_Girl).mxl │ │ └── Five_Foot_Two,_Eyes_of_Blue_(Has_Anybody_Seen_My_Girl).txt │ └── I'm_Sitting_on_Top_of_the_World │ │ ├── I'm_Sitting_on_Top_of_the_World.csv │ │ ├── I'm_Sitting_on_Top_of_the_World.mxl │ │ └── I'm_Sitting_on_Top_of_the_World.txt ├── Joe_Young-Sam_Lewis-Walter_Donaldson │ └── My_Mammy │ │ ├── My_Mammy.csv │ │ ├── My_Mammy.mxl │ │ └── My_Mammy.txt ├── Johann_Strauss_(Vater) │ └── Radetzky-Marsch │ │ ├── Radetzky-Marsch.csv │ │ ├── Radetzky-Marsch.mxl │ │ └── Radetzky-Marsch.txt ├── Johannes_Brahms │ └── Hungarian_Dance_No._5_in_F♯_minor │ │ ├── Hungarian_Dance_No._5_in_F♯_minor.csv │ │ ├── Hungarian_Dance_No._5_in_F♯_minor.mxl │ │ └── Hungarian_Dance_No._5_in_F♯_minor.txt ├── John_Baptiste_Calkin │ └── I_Heard_the_Bells_on_Christmas_Day │ │ ├── I_Heard_the_Bells_on_Christmas_Day.csv │ │ ├── I_Heard_the_Bells_on_Christmas_Day.mxl │ │ └── I_Heard_the_Bells_on_Christmas_Day.txt ├── John_Henry_Hopkins_Jr. │ └── We_Three_Kings │ │ ├── We_Three_Kings.csv │ │ ├── We_Three_Kings.mxl │ │ └── We_Three_Kings.txt ├── John_Hughes_[1] │ └── Calon_Lân │ │ ├── Calon_Lân.csv │ │ ├── Calon_Lân.mxl │ │ └── Calon_Lân.txt ├── John_Mason_Neale-Thomas_Helmore │ └── Good_King_Wenceslas │ │ ├── Good_King_Wenceslas.csv │ │ ├── Good_King_Wenceslas.mxl │ │ └── Good_King_Wenceslas.txt ├── John_Mason_Neale │ └── Good_Christian_Men,_Rejoice │ │ ├── Good_Christian_Men,_Rejoice.csv │ │ ├── Good_Christian_Men,_Rejoice.mxl │ │ └── Good_Christian_Men,_Rejoice.txt ├── John_McLellan-Kenneth_MacLeod-Marjory_Kennedy-Fraser │ └── The_Road_to_the_Isles │ │ ├── The_Road_to_the_Isles.csv │ │ ├── The_Road_to_the_Isles.mxl │ │ └── The_Road_to_the_Isles.txt ├── John_Philip_Sousa │ └── The_Stars_and_Stripes_Forever │ │ ├── The_Stars_and_Stripes_Forever.csv │ │ ├── The_Stars_and_Stripes_Forever.mxl │ │ └── The_Stars_and_Stripes_Forever.txt ├── John_Sylvester_Fearis-Laura_Rountree_Smith │ └── Little_Sir_Echo │ │ ├── Little_Sir_Echo.csv │ │ ├── Little_Sir_Echo.mxl │ │ └── Little_Sir_Echo.txt ├── John_W._Bratton │ └── The_Teddy_Bears_Picnic │ │ ├── The_Teddy_Bears_Picnic.csv │ │ ├── The_Teddy_Bears_Picnic.mxl │ │ └── The_Teddy_Bears_Picnic.txt ├── Johnny_Black_[1] │ └── Paper_Doll │ │ ├── Paper_Doll.csv │ │ ├── Paper_Doll.mxl │ │ └── Paper_Doll.txt ├── Johnny_Mercer-Richard_A._Whiting │ └── Too_Marvelous_for_Words │ │ ├── Too_Marvelous_for_Words.csv │ │ ├── Too_Marvelous_for_Words.mxl │ │ └── Too_Marvelous_for_Words.txt ├── Johnny_Mercer-Victor_Schertzinger │ ├── I_Remember_You │ │ ├── I_Remember_You.csv │ │ ├── I_Remember_You.mxl │ │ └── I_Remember_You.txt │ └── Tangerine │ │ ├── Tangerine.csv │ │ ├── Tangerine.mxl │ │ └── Tangerine.txt ├── Joseph_Brackett,_Jr. │ └── Simple_Gifts │ │ ├── Simple_Gifts.csv │ │ ├── Simple_Gifts.mxl │ │ └── Simple_Gifts.txt ├── Joseph_Eastburn_Winner │ └── The_Little_Brown_Jug │ │ ├── The_Little_Brown_Jug.csv │ │ ├── The_Little_Brown_Jug.mxl │ │ └── The_Little_Brown_Jug.txt ├── Joseph_LaCalle │ └── Amapola │ │ ├── Amapola.csv │ │ ├── Amapola.mxl │ │ └── Amapola.txt ├── Joseph_Tabrar │ └── Daddy_Wouldn't_Buy_Me_a_Bow-Wow │ │ ├── Daddy_Wouldn't_Buy_Me_a_Bow-Wow.csv │ │ ├── Daddy_Wouldn't_Buy_Me_a_Bow-Wow.mxl │ │ └── Daddy_Wouldn't_Buy_Me_a_Bow-Wow.txt ├── Julia_Ward_Howe │ └── Battle_Hymn_of_the_Republic │ │ ├── Battle_Hymn_of_the_Republic.csv │ │ ├── Battle_Hymn_of_the_Republic.mxl │ │ └── Battle_Hymn_of_the_Republic.txt ├── Julian_Robledo-Theodora_Morse │ └── Three_O'Clock_in_the_Morning │ │ ├── Three_O'Clock_in_the_Morning.csv │ │ ├── Three_O'Clock_in_the_Morning.mxl │ │ └── Three_O'Clock_in_the_Morning.txt ├── Karl_Hoschna-Otto_Harbach │ └── Cuddle_Up_a_Little_Closer,_Lovey_Mine │ │ ├── Cuddle_Up_a_Little_Closer,_Lovey_Mine.csv │ │ ├── Cuddle_Up_a_Little_Closer,_Lovey_Mine.mxl │ │ └── Cuddle_Up_a_Little_Closer,_Lovey_Mine.txt ├── Katharine_Lee_Bates │ └── America_the_Beautiful │ │ ├── America_the_Beautiful.csv │ │ ├── America_the_Beautiful.mxl │ │ └── America_the_Beautiful.txt ├── L._Wolfe_Gilbert-Lewis_F._Muir │ └── Waiting_for_the_Robert_E._Lee │ │ ├── Waiting_for_the_Robert_E._Lee.csv │ │ ├── Waiting_for_the_Robert_E._Lee.mxl │ │ └── Waiting_for_the_Robert_E._Lee.txt ├── Lena_Arent-Ma_Rainey │ └── See_See_Rider_Blues │ │ ├── See_See_Rider_Blues.csv │ │ ├── See_See_Rider_Blues.mxl │ │ └── See_See_Rider_Blues.txt ├── Leo_Robin-Newell_Chase-Richard_A._Whiting │ └── My_Ideal │ │ ├── My_Ideal.csv │ │ ├── My_Ideal.mxl │ │ └── My_Ideal.txt ├── Leo_Robin-Ralph_Rainger │ ├── Blue_Hawaii │ │ ├── Blue_Hawaii.csv │ │ ├── Blue_Hawaii.mxl │ │ └── Blue_Hawaii.txt │ ├── Easy_Living │ │ ├── Easy_Living.csv │ │ ├── Easy_Living.mxl │ │ └── Easy_Living.txt │ ├── Here_Lies_Love │ │ ├── Here_Lies_Love.csv │ │ ├── Here_Lies_Love.mxl │ │ └── Here_Lies_Love.txt │ ├── If_I_Should_Lose_You │ │ ├── If_I_Should_Lose_You.csv │ │ ├── If_I_Should_Lose_You.mxl │ │ └── If_I_Should_Lose_You.txt │ ├── June_in_January │ │ ├── June_in_January.csv │ │ ├── June_in_January.mxl │ │ └── June_in_January.txt │ ├── Love_in_Bloom │ │ ├── Love_in_Bloom.csv │ │ ├── Love_in_Bloom.mxl │ │ └── Love_in_Bloom.txt │ ├── Please │ │ ├── Please.csv │ │ ├── Please.mxl │ │ └── Please.txt │ ├── Thanks_for_the_Memory │ │ ├── Thanks_for_the_Memory.csv │ │ ├── Thanks_for_the_Memory.mxl │ │ └── Thanks_for_the_Memory.txt │ └── With_Every_Breath_I_Take │ │ ├── With_Every_Breath_I_Take.csv │ │ ├── With_Every_Breath_I_Take.mxl │ │ └── With_Every_Breath_I_Take.txt ├── Leo_Robin-Richard_A._Whiting-Sam_Coslow │ └── True_Blue_Lou │ │ ├── True_Blue_Lou.csv │ │ ├── True_Blue_Lou.mxl │ │ └── True_Blue_Lou.txt ├── Leo_Robin-Richard_A._Whiting-W._Franke_Harling │ └── Beyond_the_Blue_Horizon │ │ ├── Beyond_the_Blue_Horizon.csv │ │ ├── Beyond_the_Blue_Horizon.mxl │ │ └── Beyond_the_Blue_Horizon.txt ├── Leo_Robin-Richard_A._Whiting │ └── Louise │ │ ├── Louise.csv │ │ ├── Louise.mxl │ │ └── Louise.txt ├── Leslie_Stuart │ └── Lily_of_Laguna │ │ ├── Lily_of_Laguna.csv │ │ ├── Lily_of_Laguna.mxl │ │ └── Lily_of_Laguna.txt ├── Lew_Pollack │ └── That's_a_Plenty │ │ ├── That's_a_Plenty.csv │ │ ├── That's_a_Plenty.mxl │ │ └── That's_a_Plenty.txt ├── Lewis_Redner-Phillips_Brooks │ └── O_Little_Town_of_Bethlehem │ │ ├── O_Little_Town_of_Bethlehem.csv │ │ ├── O_Little_Town_of_Bethlehem.mxl │ │ └── O_Little_Town_of_Bethlehem.txt ├── Liliuokalani │ └── Aloha_Oe │ │ ├── Aloha_Oe.csv │ │ ├── Aloha_Oe.mxl │ │ └── Aloha_Oe.txt ├── Lorenz_Hart-Richard_Rodgers │ ├── A_Ship_Without_a_Sail │ │ ├── A_Ship_Without_a_Sail.csv │ │ ├── A_Ship_Without_a_Sail.mxl │ │ └── A_Ship_Without_a_Sail.txt │ ├── Bewitched,_Bothered_and_Bewildered │ │ ├── Bewitched,_Bothered_and_Bewildered.csv │ │ ├── Bewitched,_Bothered_and_Bewildered.mxl │ │ └── Bewitched,_Bothered_and_Bewildered.txt │ ├── Blue_Room │ │ ├── Blue_Room.csv │ │ ├── Blue_Room.mxl │ │ └── Blue_Room.txt │ ├── Dancing_on_the_Ceiling │ │ ├── Dancing_on_the_Ceiling.csv │ │ ├── Dancing_on_the_Ceiling.mxl │ │ └── Dancing_on_the_Ceiling.txt │ ├── Falling_in_Love_with_Love │ │ ├── Falling_in_Love_with_Love.csv │ │ ├── Falling_in_Love_with_Love.mxl │ │ └── Falling_in_Love_with_Love.txt │ ├── Glad_to_Be_Unhappy │ │ ├── Glad_to_Be_Unhappy.csv │ │ ├── Glad_to_Be_Unhappy.mxl │ │ └── Glad_to_Be_Unhappy.txt │ ├── Have_You_Met_Miss_Jones? │ │ ├── Have_You_Met_Miss_Jones?.csv │ │ ├── Have_You_Met_Miss_Jones?.mxl │ │ └── Have_You_Met_Miss_Jones?.txt │ ├── Here_in_My_Arms │ │ ├── Here_in_My_Arms.csv │ │ ├── Here_in_My_Arms.mxl │ │ └── Here_in_My_Arms.txt │ ├── I've_Got_Five_Dollars │ │ ├── I've_Got_Five_Dollars.csv │ │ ├── I've_Got_Five_Dollars.mxl │ │ └── I've_Got_Five_Dollars.txt │ ├── I_Could_Write_a_Book │ │ ├── I_Could_Write_a_Book.csv │ │ ├── I_Could_Write_a_Book.mxl │ │ └── I_Could_Write_a_Book.txt │ ├── I_Didn't_Know_What_Time_It_Was │ │ ├── I_Didn't_Know_What_Time_It_Was.csv │ │ ├── I_Didn't_Know_What_Time_It_Was.mxl │ │ └── I_Didn't_Know_What_Time_It_Was.txt │ ├── I_Married_an_Angel │ │ ├── I_Married_an_Angel.csv │ │ ├── I_Married_an_Angel.mxl │ │ └── I_Married_an_Angel.txt │ ├── I_Wish_I_Were_in_Love_Again │ │ ├── I_Wish_I_Were_in_Love_Again.csv │ │ ├── I_Wish_I_Were_in_Love_Again.mxl │ │ └── I_Wish_I_Were_in_Love_Again.txt │ ├── Isn't_It_Romantic? │ │ ├── Isn't_It_Romantic?.csv │ │ ├── Isn't_It_Romantic?.mxl │ │ └── Isn't_It_Romantic?.txt │ ├── It's_Easy_to_Remember_(And_So_Hard_to_Forget) │ │ ├── It's_Easy_to_Remember_(And_So_Hard_to_Forget).csv │ │ ├── It's_Easy_to_Remember_(And_So_Hard_to_Forget).mxl │ │ └── It's_Easy_to_Remember_(And_So_Hard_to_Forget).txt │ ├── It_Never_Entered_My_Mind │ │ ├── It_Never_Entered_My_Mind.csv │ │ ├── It_Never_Entered_My_Mind.mxl │ │ └── It_Never_Entered_My_Mind.txt │ ├── Manhattan │ │ ├── Manhattan.csv │ │ ├── Manhattan.mxl │ │ └── Manhattan.txt │ ├── Mimi │ │ ├── Mimi.csv │ │ ├── Mimi.mxl │ │ └── Mimi.txt │ ├── Mountain_Greenery │ │ ├── Mountain_Greenery.csv │ │ ├── Mountain_Greenery.mxl │ │ └── Mountain_Greenery.txt │ ├── My_Funny_Valentine │ │ ├── My_Funny_Valentine.csv │ │ ├── My_Funny_Valentine.mxl │ │ └── My_Funny_Valentine.txt │ ├── My_Heart_Stood_Still │ │ ├── My_Heart_Stood_Still.csv │ │ ├── My_Heart_Stood_Still.mxl │ │ └── My_Heart_Stood_Still.txt │ ├── My_Romance │ │ ├── My_Romance.csv │ │ ├── My_Romance.mxl │ │ └── My_Romance.txt │ ├── Spring_Is_Here │ │ ├── Spring_Is_Here.csv │ │ ├── Spring_Is_Here.mxl │ │ └── Spring_Is_Here.txt │ ├── Ten_Cents_a_Dance │ │ ├── Ten_Cents_a_Dance.csv │ │ ├── Ten_Cents_a_Dance.mxl │ │ └── Ten_Cents_a_Dance.txt │ ├── The_Lady_Is_a_Tramp │ │ ├── The_Lady_Is_a_Tramp.csv │ │ ├── The_Lady_Is_a_Tramp.mxl │ │ └── The_Lady_Is_a_Tramp.txt │ ├── The_Most_Beautiful_Girl_in_the_World │ │ ├── The_Most_Beautiful_Girl_in_the_World.csv │ │ ├── The_Most_Beautiful_Girl_in_the_World.mxl │ │ └── The_Most_Beautiful_Girl_in_the_World.txt │ ├── There's_a_Small_Hotel │ │ ├── There's_a_Small_Hotel.csv │ │ ├── There's_a_Small_Hotel.mxl │ │ └── There's_a_Small_Hotel.txt │ ├── This_Can't_Be_Love │ │ ├── This_Can't_Be_Love.csv │ │ ├── This_Can't_Be_Love.mxl │ │ └── This_Can't_Be_Love.txt │ ├── This_Funny_World │ │ ├── This_Funny_World.csv │ │ ├── This_Funny_World.mxl │ │ └── This_Funny_World.txt │ ├── Thou_Swell │ │ ├── Thou_Swell.csv │ │ ├── Thou_Swell.mxl │ │ └── Thou_Swell.txt │ ├── Wait_Till_You_See_Her │ │ ├── Wait_Till_You_See_Her.csv │ │ ├── Wait_Till_You_See_Her.mxl │ │ └── Wait_Till_You_See_Her.txt │ ├── Where_or_When │ │ ├── Where_or_When.csv │ │ ├── Where_or_When.mxl │ │ └── Where_or_When.txt │ ├── With_a_Song_in_My_Heart │ │ ├── With_a_Song_in_My_Heart.csv │ │ ├── With_a_Song_in_My_Heart.mxl │ │ └── With_a_Song_in_My_Heart.txt │ ├── You_Are_Too_Beautiful │ │ ├── You_Are_Too_Beautiful.csv │ │ ├── You_Are_Too_Beautiful.mxl │ │ └── You_Are_Too_Beautiful.txt │ └── You_Took_Advantage_of_Me │ │ ├── You_Took_Advantage_of_Me.csv │ │ ├── You_Took_Advantage_of_Me.mxl │ │ └── You_Took_Advantage_of_Me.txt ├── Lorenz_Hart │ └── Blue_Moon │ │ ├── Blue_Moon.csv │ │ ├── Blue_Moon.mxl │ │ └── Blue_Moon.txt ├── Lorenzo_Barcelata_Castro │ └── Maria_Elena │ │ ├── Maria_Elena.csv │ │ ├── Maria_Elena.mxl │ │ └── Maria_Elena.txt ├── Lou_Handman-Roy_Turk │ └── Are_You_Lonesome_Tonight? │ │ ├── Are_You_Lonesome_Tonight?.csv │ │ ├── Are_You_Lonesome_Tonight?.mxl │ │ └── Are_You_Lonesome_Tonight?.txt ├── Louis_Alter-Sidney_D._Mitchell │ └── You_Turned_the_Tables_on_Me │ │ ├── You_Turned_the_Tables_on_Me.csv │ │ ├── You_Turned_the_Tables_on_Me.mxl │ │ └── You_Turned_the_Tables_on_Me.txt ├── Louis_Hirsch-Otto_Harbach │ └── The_Love_Nest │ │ ├── The_Love_Nest.csv │ │ ├── The_Love_Nest.mxl │ │ └── The_Love_Nest.txt ├── Ludwig_van_Beethoven │ └── Für_Elise │ │ ├── Für_Elise.csv │ │ ├── Für_Elise.mxl │ │ └── Für_Elise.txt ├── Luigi_Denza-Peppino_Turco │ └── Funiculì_funiculà │ │ ├── Funiculì_funiculà.csv │ │ ├── Funiculì_funiculà.mxl │ │ └── Funiculì_funiculà.txt ├── Maurice_Ravel │ └── Boléro │ │ ├── Boléro.csv │ │ ├── Boléro.mxl │ │ └── Boléro.txt ├── Mildred_Hill-Patty_Hill │ └── Happy_Birthday_to_You │ │ ├── Happy_Birthday_to_You.csv │ │ ├── Happy_Birthday_to_You.mxl │ │ └── Happy_Birthday_to_You.txt ├── Narciso_Serradell_Sevilla │ └── La_golondrina │ │ ├── La_golondrina.csv │ │ ├── La_golondrina.mxl │ │ └── La_golondrina.txt ├── Nat_Schwartz-Walter_Kent │ └── (There'll_Be_Bluebirds_Over)_The_White_Cliffs_of_Dover │ │ ├── (There'll_Be_Bluebirds_Over)_The_White_Cliffs_of_Dover.csv │ │ ├── (There'll_Be_Bluebirds_Over)_The_White_Cliffs_of_Dover.mxl │ │ └── (There'll_Be_Bluebirds_Over)_The_White_Cliffs_of_Dover.txt ├── Nikolai_Rimsky-Korsakov │ ├── Flight_of_the_Bumblebee │ │ ├── Flight_of_the_Bumblebee.csv │ │ ├── Flight_of_the_Bumblebee.mxl │ │ └── Flight_of_the_Bumblebee.txt │ └── Song_of_the_Indian_Guest_{Песня_Индийского_гостя} │ │ ├── Song_of_the_Indian_Guest_{Песня_Индийского_гостя}.csv │ │ ├── Song_of_the_Indian_Guest_{Песня_Индийского_гостя}.mxl │ │ └── Song_of_the_Indian_Guest_{Песня_Индийского_гостя}.txt ├── Paul_Dresser │ ├── My_Gal_Sal │ │ ├── My_Gal_Sal.csv │ │ ├── My_Gal_Sal.mxl │ │ └── My_Gal_Sal.txt │ └── On_the_Banks_of_the_Wabash,_Far_Away │ │ ├── On_the_Banks_of_the_Wabash,_Far_Away.csv │ │ ├── On_the_Banks_of_the_Wabash,_Far_Away.mxl │ │ └── On_the_Banks_of_the_Wabash,_Far_Away.txt ├── Pietro_Mascagni │ └── Intermezzo │ │ ├── Intermezzo.csv │ │ ├── Intermezzo.mxl │ │ └── Intermezzo.txt ├── Raymond_B._Egan-Richard_A._Whiting │ ├── Japanese_Sandman │ │ ├── Japanese_Sandman.csv │ │ ├── Japanese_Sandman.mxl │ │ └── Japanese_Sandman.txt │ ├── They_Made_It_Twice_as_Nice_as_Paradise_and_They_Called_It_Dixieland │ │ ├── They_Made_It_Twice_as_Nice_as_Paradise_and_They_Called_It_Dixieland.csv │ │ ├── They_Made_It_Twice_as_Nice_as_Paradise_and_They_Called_It_Dixieland.mxl │ │ └── They_Made_It_Twice_as_Nice_as_Paradise_and_They_Called_It_Dixieland.txt │ └── Till_We_Meet_Again │ │ ├── Till_We_Meet_Again.csv │ │ ├── Till_We_Meet_Again.mxl │ │ └── Till_We_Meet_Again.txt ├── Riccardo_Cordiferro-Salvatore_Cardillo │ └── Core_'ngrato │ │ ├── Core_'ngrato.csv │ │ ├── Core_'ngrato.mxl │ │ └── Core_'ngrato.txt ├── Richard_M._Jones │ └── Trouble_in_Mind_Blues │ │ ├── Trouble_in_Mind_Blues.csv │ │ ├── Trouble_in_Mind_Blues.mxl │ │ └── Trouble_in_Mind_Blues.txt ├── Rida_Johnson_Young-Victor_Herbert │ ├── Ah!_Sweet_Mystery_of_Life │ │ ├── Ah!_Sweet_Mystery_of_Life.csv │ │ ├── Ah!_Sweet_Mystery_of_Life.mxl │ │ └── Ah!_Sweet_Mystery_of_Life.txt │ └── I'm_Falling_in_Love_with_Someone │ │ ├── I'm_Falling_in_Love_with_Someone.csv │ │ ├── I'm_Falling_in_Love_with_Someone.mxl │ │ └── I'm_Falling_in_Love_with_Someone.txt ├── Robert_Burns-[Traditional] │ └── Auld_Lang_Syne │ │ ├── Auld_Lang_Syne.csv │ │ ├── Auld_Lang_Syne.mxl │ │ └── Auld_Lang_Syne.txt ├── Robert_Johnson │ └── I_Believe_I'll_Dust_My_Broom │ │ ├── I_Believe_I'll_Dust_My_Broom.csv │ │ ├── I_Believe_I'll_Dust_My_Broom.mxl │ │ └── I_Believe_I'll_Dust_My_Broom.txt ├── Robert_Lowry │ └── How_Can_I_Keep_from_Singing? │ │ ├── How_Can_I_Keep_from_Singing?.csv │ │ ├── How_Can_I_Keep_from_Singing?.mxl │ │ └── How_Can_I_Keep_from_Singing?.txt ├── Scott_Joplin │ ├── Maple_Leaf_Rag │ │ ├── Maple_Leaf_Rag.csv │ │ ├── Maple_Leaf_Rag.mxl │ │ └── Maple_Leaf_Rag.txt │ └── The_Entertainer │ │ ├── The_Entertainer.csv │ │ ├── The_Entertainer.mxl │ │ └── The_Entertainer.txt ├── Sebastián_Yradier │ └── La_paloma │ │ ├── La_paloma.csv │ │ ├── La_paloma.mxl │ │ └── La_paloma.txt ├── Septimus_Winner │ └── Whispering_Hope │ │ ├── Whispering_Hope.csv │ │ ├── Whispering_Hope.mxl │ │ └── Whispering_Hope.txt ├── Sir_Hubert_Parry │ └── Jerusalem │ │ ├── Jerusalem.csv │ │ ├── Jerusalem.mxl │ │ └── Jerusalem.txt ├── Stephen_Foster │ ├── Beautiful_Dreamer │ │ ├── Beautiful_Dreamer.csv │ │ ├── Beautiful_Dreamer.mxl │ │ └── Beautiful_Dreamer.txt │ ├── Gwine_to_Run_All_Night,_or_De_Camptown_Races │ │ ├── Gwine_to_Run_All_Night,_or_De_Camptown_Races.csv │ │ ├── Gwine_to_Run_All_Night,_or_De_Camptown_Races.mxl │ │ └── Gwine_to_Run_All_Night,_or_De_Camptown_Races.txt │ ├── Hard_Times_Come_Again_No_More │ │ ├── Hard_Times_Come_Again_No_More.csv │ │ ├── Hard_Times_Come_Again_No_More.mxl │ │ └── Hard_Times_Come_Again_No_More.txt │ ├── Jeanie_with_the_Light_Brown_Hair │ │ ├── Jeanie_with_the_Light_Brown_Hair.csv │ │ ├── Jeanie_with_the_Light_Brown_Hair.mxl │ │ └── Jeanie_with_the_Light_Brown_Hair.txt │ ├── My_Old_Kentucky_Home_-_Good-Night! │ │ ├── My_Old_Kentucky_Home_-_Good-Night!.csv │ │ ├── My_Old_Kentucky_Home_-_Good-Night!.mxl │ │ └── My_Old_Kentucky_Home_-_Good-Night!.txt │ ├── Oh!_Susanna │ │ ├── Oh!_Susanna.csv │ │ ├── Oh!_Susanna.mxl │ │ └── Oh!_Susanna.txt │ └── Old_Folks_at_Home │ │ ├── Old_Folks_at_Home.csv │ │ ├── Old_Folks_at_Home.mxl │ │ └── Old_Folks_at_Home.txt ├── Thomas_Oliphant │ └── The_Ash_Grove │ │ ├── The_Ash_Grove.csv │ │ ├── The_Ash_Grove.mxl │ │ └── The_Ash_Grove.txt ├── Thomas_P._Westendorf │ └── I'll_Take_You_Home_Again,_Kathleen │ │ ├── I'll_Take_You_Home_Again,_Kathleen.csv │ │ ├── I'll_Take_You_Home_Again,_Kathleen.mxl │ │ └── I'll_Take_You_Home_Again,_Kathleen.txt ├── Victor_Herbert │ └── Indian_Summer │ │ ├── Indian_Summer.csv │ │ ├── Indian_Summer.mxl │ │ └── Indian_Summer.txt ├── Victor_Schertzinger │ └── Marcheta │ │ ├── Marcheta.csv │ │ ├── Marcheta.mxl │ │ └── Marcheta.txt ├── Vladimir_Vavilov-[Traditional] │ └── Ave_Maria_(Caccini) │ │ ├── Ave_Maria_(Caccini).csv │ │ ├── Ave_Maria_(Caccini).mxl │ │ └── Ave_Maria_(Caccini).txt ├── Walter_Donaldson │ ├── At_Sundown │ │ ├── At_Sundown.csv │ │ ├── At_Sundown.mxl │ │ └── At_Sundown.txt │ ├── Little_White_Lies │ │ ├── Little_White_Lies.csv │ │ ├── Little_White_Lies.mxl │ │ └── Little_White_Lies.txt │ └── You're_Driving_Me_Crazy_(What_Did_I_Do?) │ │ ├── You're_Driving_Me_Crazy_(What_Did_I_Do?).csv │ │ ├── You're_Driving_Me_Crazy_(What_Did_I_Do?).mxl │ │ └── You're_Driving_Me_Crazy_(What_Did_I_Do?).txt ├── Will_Fyffe │ └── I_Belong_to_Glasgow │ │ ├── I_Belong_to_Glasgow.csv │ │ ├── I_Belong_to_Glasgow.mxl │ │ └── I_Belong_to_Glasgow.txt ├── William_Chatterton_Dix │ └── What_Child_Is_This? │ │ ├── What_Child_Is_This?.csv │ │ ├── What_Child_Is_This?.mxl │ │ └── What_Child_Is_This?.txt ├── William_W._Walford │ └── Sweet_Hour_of_Prayer │ │ ├── Sweet_Hour_of_Prayer.csv │ │ ├── Sweet_Hour_of_Prayer.mxl │ │ └── Sweet_Hour_of_Prayer.txt ├── [Traditional]-[Unknown] │ └── Guter_Mond,_du_gehst_so_stille │ │ ├── Guter_Mond,_du_gehst_so_stille.csv │ │ ├── Guter_Mond,_du_gehst_so_stille.mxl │ │ └── Guter_Mond,_du_gehst_so_stille.txt └── [Traditional] │ ├── Alouette │ ├── Alouette.csv │ ├── Alouette.mxl │ └── Alouette.txt │ ├── Banks_of_the_Ohio │ ├── Banks_of_the_Ohio.csv │ ├── Banks_of_the_Ohio.mxl │ └── Banks_of_the_Ohio.txt │ ├── Careless_Love │ ├── Careless_Love.csv │ ├── Careless_Love.mxl │ └── Careless_Love.txt │ ├── Coventry_Carol │ ├── Coventry_Carol.csv │ ├── Coventry_Carol.mxl │ └── Coventry_Carol.txt │ ├── Didn't_My_Lord_Deliver_Daniel │ ├── Didn't_My_Lord_Deliver_Daniel.csv │ ├── Didn't_My_Lord_Deliver_Daniel.mxl │ └── Didn't_My_Lord_Deliver_Daniel.txt │ ├── Down_by_the_Riverside │ ├── Down_by_the_Riverside.csv │ ├── Down_by_the_Riverside.mxl │ └── Down_by_the_Riverside.txt │ ├── Drink_to_Me_Only_with_Thine_Eyes │ ├── Drink_to_Me_Only_with_Thine_Eyes.csv │ ├── Drink_to_Me_Only_with_Thine_Eyes.mxl │ └── Drink_to_Me_Only_with_Thine_Eyes.txt │ ├── For_He's_a_Jolly_Good_Fellow │ ├── For_He's_a_Jolly_Good_Fellow.csv │ ├── For_He's_a_Jolly_Good_Fellow.mxl │ └── For_He's_a_Jolly_Good_Fellow.txt │ ├── Frankie_and_Johnny │ ├── Frankie_and_Johnny.csv │ ├── Frankie_and_Johnny.mxl │ └── Frankie_and_Johnny.txt │ ├── Go_Tell_It_on_the_Mountain │ ├── Go_Tell_It_on_the_Mountain.csv │ ├── Go_Tell_It_on_the_Mountain.mxl │ └── Go_Tell_It_on_the_Mountain.txt │ ├── He's_Got_the_Whole_World_in_His_Hands │ ├── He's_Got_the_Whole_World_in_His_Hands.csv │ ├── He's_Got_the_Whole_World_in_His_Hands.mxl │ └── He's_Got_the_Whole_World_in_His_Hands.txt │ ├── I_Saw_Three_Ships │ ├── I_Saw_Three_Ships.csv │ ├── I_Saw_Three_Ships.mxl │ └── I_Saw_Three_Ships.txt │ ├── Jesu,_Joy_of_Man's_Desiring │ ├── Jesu,_Joy_of_Man's_Desiring.csv │ ├── Jesu,_Joy_of_Man's_Desiring.mxl │ └── Jesu,_Joy_of_Man's_Desiring.txt │ ├── Joshua_Fit_the_Battle_of_Jericho │ ├── Joshua_Fit_the_Battle_of_Jericho.csv │ ├── Joshua_Fit_the_Battle_of_Jericho.mxl │ └── Joshua_Fit_the_Battle_of_Jericho.txt │ ├── Just_a_Closer_Walk_with_Thee │ ├── Just_a_Closer_Walk_with_Thee.csv │ ├── Just_a_Closer_Walk_with_Thee.mxl │ └── Just_a_Closer_Walk_with_Thee.txt │ ├── Let_Us_Break_Bread_Together │ ├── Let_Us_Break_Bread_Together.csv │ ├── Let_Us_Break_Bread_Together.mxl │ └── Let_Us_Break_Bread_Together.txt │ ├── Loch_Lomond │ ├── Loch_Lomond.csv │ ├── Loch_Lomond.mxl │ └── Loch_Lomond.txt │ ├── Mademoiselle_from_Armentières │ ├── Mademoiselle_from_Armentières.csv │ ├── Mademoiselle_from_Armentières.mxl │ └── Mademoiselle_from_Armentières.txt │ ├── Molly_Malone │ ├── Molly_Malone.csv │ ├── Molly_Malone.mxl │ └── Molly_Malone.txt │ ├── O_Christmas_Tree │ ├── O_Christmas_Tree.csv │ ├── O_Christmas_Tree.mxl │ └── O_Christmas_Tree.txt │ ├── On_Top_of_Old_Smoky │ ├── On_Top_of_Old_Smoky.csv │ ├── On_Top_of_Old_Smoky.mxl │ └── On_Top_of_Old_Smoky.txt │ ├── Polly_Wolly_Doodle │ ├── Polly_Wolly_Doodle.csv │ ├── Polly_Wolly_Doodle.mxl │ └── Polly_Wolly_Doodle.txt │ ├── Red_River_Valley │ ├── Red_River_Valley.csv │ ├── Red_River_Valley.mxl │ └── Red_River_Valley.txt │ ├── Santa_Lucia │ ├── Santa_Lucia.csv │ ├── Santa_Lucia.mxl │ └── Santa_Lucia.txt │ ├── Satan,_Your_Kingdom_Must_Come_Down │ ├── Satan,_Your_Kingdom_Must_Come_Down.csv │ ├── Satan,_Your_Kingdom_Must_Come_Down.mxl │ └── Satan,_Your_Kingdom_Must_Come_Down.txt │ ├── Scarborough_Fair │ ├── Scarborough_Fair.csv │ ├── Scarborough_Fair.mxl │ └── Scarborough_Fair.txt │ ├── Scotland_the_Brave │ ├── Scotland_the_Brave.csv │ ├── Scotland_the_Brave.mxl │ └── Scotland_the_Brave.txt │ ├── Shady_Grove │ ├── Shady_Grove.csv │ ├── Shady_Grove.mxl │ └── Shady_Grove.txt │ ├── Shenandoah │ ├── Shenandoah.csv │ ├── Shenandoah.mxl │ └── Shenandoah.txt │ ├── Sometimes_I_Feel_Like_a_Motherless_Child │ ├── Sometimes_I_Feel_Like_a_Motherless_Child.csv │ ├── Sometimes_I_Feel_Like_a_Motherless_Child.mxl │ └── Sometimes_I_Feel_Like_a_Motherless_Child.txt │ ├── Still,_Still,_Still │ ├── Still,_Still,_Still.csv │ ├── Still,_Still,_Still.mxl │ └── Still,_Still,_Still.txt │ ├── Swing_Low,_Sweet_Chariot │ ├── Swing_Low,_Sweet_Chariot.csv │ ├── Swing_Low,_Sweet_Chariot.mxl │ └── Swing_Low,_Sweet_Chariot.txt │ ├── The_Black_Velvet_Band │ ├── The_Black_Velvet_Band.csv │ ├── The_Black_Velvet_Band.mxl │ └── The_Black_Velvet_Band.txt │ ├── The_Holly_and_the_Ivy │ ├── The_Holly_and_the_Ivy.csv │ ├── The_Holly_and_the_Ivy.mxl │ └── The_Holly_and_the_Ivy.txt │ ├── The_Prisoner's_Song │ ├── The_Prisoner's_Song.csv │ ├── The_Prisoner's_Song.mxl │ └── The_Prisoner's_Song.txt │ ├── The_Quartermaster's_Stores │ ├── The_Quartermaster's_Stores.csv │ ├── The_Quartermaster's_Stores.mxl │ └── The_Quartermaster's_Stores.txt │ ├── The_Wild_Colonial_Boy │ ├── The_Wild_Colonial_Boy.csv │ ├── The_Wild_Colonial_Boy.mxl │ └── The_Wild_Colonial_Boy.txt │ ├── The_Wild_Rover │ ├── The_Wild_Rover.csv │ ├── The_Wild_Rover.mxl │ └── The_Wild_Rover.txt │ ├── There_Is_a_Tavern_in_the_Town │ ├── There_Is_a_Tavern_in_the_Town.csv │ ├── There_Is_a_Tavern_in_the_Town.mxl │ └── There_Is_a_Tavern_in_the_Town.txt │ ├── We_Wish_You_a_Merry_Christmas │ ├── We_Wish_You_a_Merry_Christmas.csv │ ├── We_Wish_You_a_Merry_Christmas.mxl │ └── We_Wish_You_a_Merry_Christmas.txt │ ├── Were_You_There_When_They_Crucified_My_Lord │ ├── Were_You_There_When_They_Crucified_My_Lord.csv │ ├── Were_You_There_When_They_Crucified_My_Lord.mxl │ └── Were_You_There_When_They_Crucified_My_Lord.txt │ ├── Wexford_Carol │ ├── Wexford_Carol.csv │ ├── Wexford_Carol.mxl │ └── Wexford_Carol.txt │ ├── What_Shall_We_Do_with_a_Drunken_Sailor? │ ├── What_Shall_We_Do_with_a_Drunken_Sailor?.csv │ ├── What_Shall_We_Do_with_a_Drunken_Sailor?.mxl │ └── What_Shall_We_Do_with_a_Drunken_Sailor?.txt │ └── À_la_claire_fontaine │ ├── À_la_claire_fontaine.csv │ ├── À_la_claire_fontaine.mxl │ └── À_la_claire_fontaine.txt └── db_creation.sql /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.swp 3 | -------------------------------------------------------------------------------- /EWLDcreation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/EWLDcreation.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/LICENSE -------------------------------------------------------------------------------- /OpenEWLD.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/OpenEWLD.db -------------------------------------------------------------------------------- /OpenEWLDcreation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/OpenEWLDcreation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/README.md -------------------------------------------------------------------------------- /dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Dave_Franklin/Anniversary_Waltz/Anniversary_Waltz.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Lulu's_Back_in_Town/Lulu's_Back_in_Town.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/September_in_the_Rain/September_in_the_Rain.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/Shadow_Waltz/Shadow_Waltz.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Harry_Warren/We're_in_the_Money/We're_in_the_Money.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Jimmy_McHugh/South_American_Way/South_American_Way.txt -------------------------------------------------------------------------------- /dataset/Al_Dubin-Joe_Burke/For_You/For_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Joe_Burke/For_You/For_You.csv -------------------------------------------------------------------------------- /dataset/Al_Dubin-Joe_Burke/For_You/For_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Joe_Burke/For_You/For_You.mxl -------------------------------------------------------------------------------- /dataset/Al_Dubin-Joe_Burke/For_You/For_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Dubin-Joe_Burke/For_You/For_You.txt -------------------------------------------------------------------------------- /dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.csv -------------------------------------------------------------------------------- /dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.mxl -------------------------------------------------------------------------------- /dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Jolson-B.G._DeSylva-Vincent_Rose/Avalon/Avalon.txt -------------------------------------------------------------------------------- /dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.csv -------------------------------------------------------------------------------- /dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.mxl -------------------------------------------------------------------------------- /dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Al_Lewis-Larry_Stock-Vincent_Rose/Blueberry_Hill/Blueberry_Hill.txt -------------------------------------------------------------------------------- /dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.csv -------------------------------------------------------------------------------- /dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.mxl -------------------------------------------------------------------------------- /dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alan_Rankin_Jones/Easy_Street/Easy_Street.txt -------------------------------------------------------------------------------- /dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.csv -------------------------------------------------------------------------------- /dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.mxl -------------------------------------------------------------------------------- /dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Albert_Chevalier-Charles_Ingle/My_Old_Dutch/My_Old_Dutch.txt -------------------------------------------------------------------------------- /dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.csv -------------------------------------------------------------------------------- /dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.mxl -------------------------------------------------------------------------------- /dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alberto_Pestalozza-Carlo_Tiochet/Ciribiribin/Ciribiribin.txt -------------------------------------------------------------------------------- /dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.csv -------------------------------------------------------------------------------- /dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.mxl -------------------------------------------------------------------------------- /dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Bryan-Fred_Fisher/Peg_O'_My_Heart/Peg_O'_My_Heart.txt -------------------------------------------------------------------------------- /dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.csv -------------------------------------------------------------------------------- /dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.mxl -------------------------------------------------------------------------------- /dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfred_Hedenstierna-Wilhelm_Åström/Hjärtats_saga/Hjärtats_saga.txt -------------------------------------------------------------------------------- /dataset/Alfredo_Le_Pera-Carlos_Gardel/Por_una_cabeza/Por_una_cabeza.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfredo_Le_Pera-Carlos_Gardel/Por_una_cabeza/Por_una_cabeza.csv -------------------------------------------------------------------------------- /dataset/Alfredo_Le_Pera-Carlos_Gardel/Por_una_cabeza/Por_una_cabeza.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alfredo_Le_Pera-Carlos_Gardel/Por_una_cabeza/Por_una_cabeza.mxl -------------------------------------------------------------------------------- /dataset/Alfredo_Le_Pera-Carlos_Gardel/Por_una_cabeza/Por_una_cabeza.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.csv -------------------------------------------------------------------------------- /dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.mxl -------------------------------------------------------------------------------- /dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Alicia_Scott/Annie_Laurie/Annie_Laurie.txt -------------------------------------------------------------------------------- /dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.csv -------------------------------------------------------------------------------- /dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.mxl -------------------------------------------------------------------------------- /dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Andrew_Lloyd_Webber-[Traditional]/Pie_Jesu/Pie_Jesu.txt -------------------------------------------------------------------------------- /dataset/Andy_Razaf-Fats_Waller/A_Hopeless_Love_Affair/A_Hopeless_Love_Affair.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Andy_Razaf-Fats_Waller/Honeysuckle_Rose/Honeysuckle_Rose.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Andy_Razaf-Fats_Waller/Honeysuckle_Rose/Honeysuckle_Rose.csv -------------------------------------------------------------------------------- /dataset/Andy_Razaf-Fats_Waller/Honeysuckle_Rose/Honeysuckle_Rose.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Andy_Razaf-Fats_Waller/Honeysuckle_Rose/Honeysuckle_Rose.mxl -------------------------------------------------------------------------------- /dataset/Andy_Razaf-Fats_Waller/Honeysuckle_Rose/Honeysuckle_Rose.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.csv -------------------------------------------------------------------------------- /dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.mxl -------------------------------------------------------------------------------- /dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Antoine_Renard/Le_temps_des_cerises/Le_temps_des_cerises.txt -------------------------------------------------------------------------------- /dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.csv -------------------------------------------------------------------------------- /dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.mxl -------------------------------------------------------------------------------- /dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Archie_Pitt/Oh_My_Beloved_Father/Oh_My_Beloved_Father.txt -------------------------------------------------------------------------------- /dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.csv -------------------------------------------------------------------------------- /dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.mxl -------------------------------------------------------------------------------- /dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_A._Penn/Smilin'_Through/Smilin'_Through.txt -------------------------------------------------------------------------------- /dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.csv -------------------------------------------------------------------------------- /dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.mxl -------------------------------------------------------------------------------- /dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Arthur_Johnston-Gus_Kahn/Thanks_a_Million/Thanks_a_Million.txt -------------------------------------------------------------------------------- /dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.csv -------------------------------------------------------------------------------- /dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.mxl -------------------------------------------------------------------------------- /dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Augustus_Toplady-Thomas_Hastings/Rock_of_Ages/Rock_of_Ages.txt -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.csv -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.mxl -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-George_Gershwin/Do_It_Again/Do_It_Again.txt -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.csv -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.mxl -------------------------------------------------------------------------------- /dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/B.G._DeSylva-Victor_Herbert/A_Kiss_in_the_Dark/A_Kiss_in_the_Dark.txt -------------------------------------------------------------------------------- /dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.csv -------------------------------------------------------------------------------- /dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.mxl -------------------------------------------------------------------------------- /dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Banjo_Paterson-Marie_Cowan/Waltzing_Matilda/Waltzing_Matilda.txt -------------------------------------------------------------------------------- /dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.csv -------------------------------------------------------------------------------- /dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.mxl -------------------------------------------------------------------------------- /dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benjamin_Russell_Hanby/Up_on_the_Housetop/Up_on_the_Housetop.txt -------------------------------------------------------------------------------- /dataset/Bennie_Moten-Buster_Moten/Moten_Swing/Moten_Swing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bennie_Moten-Buster_Moten/Moten_Swing/Moten_Swing.csv -------------------------------------------------------------------------------- /dataset/Bennie_Moten-Buster_Moten/Moten_Swing/Moten_Swing.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bennie_Moten-Buster_Moten/Moten_Swing/Moten_Swing.mxl -------------------------------------------------------------------------------- /dataset/Bennie_Moten-Buster_Moten/Moten_Swing/Moten_Swing.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.csv -------------------------------------------------------------------------------- /dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.mxl -------------------------------------------------------------------------------- /dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Benny_Davis-Con_Conrad-J._Russel_Robinson/Margie/Margie.txt -------------------------------------------------------------------------------- /dataset/Bernie_Miller/Bernie's_Tune/Bernie's_Tune.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bernie_Miller/Bernie's_Tune/Bernie's_Tune.csv -------------------------------------------------------------------------------- /dataset/Bernie_Miller/Bernie's_Tune/Bernie's_Tune.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bernie_Miller/Bernie's_Tune/Bernie's_Tune.mxl -------------------------------------------------------------------------------- /dataset/Bernie_Miller/Bernie's_Tune/Bernie's_Tune.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.csv -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.mxl -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/All_Alone_Monday/All_Alone_Monday.txt -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.csv -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.mxl -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Thinking_of_You/Thinking_of_You.txt -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.csv -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.mxl -------------------------------------------------------------------------------- /dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Bert_Kalmar-Harry_Ruby/Three_Little_Words/Three_Little_Words.txt -------------------------------------------------------------------------------- /dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.csv -------------------------------------------------------------------------------- /dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.mxl -------------------------------------------------------------------------------- /dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill-Peter_De_Rose/Wagon_Wheels/Wagon_Wheels.txt -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.csv -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.mxl -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Glory_of_Love/The_Glory_of_Love.txt -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.csv -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.mxl -------------------------------------------------------------------------------- /dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Hill/The_Old_Spinning_Wheel/The_Old_Spinning_Wheel.txt -------------------------------------------------------------------------------- /dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.csv -------------------------------------------------------------------------------- /dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.mxl -------------------------------------------------------------------------------- /dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Billy_Rose-Edward_Eliscu-Vincent_Youmans/Great_Day/Great_Day.txt -------------------------------------------------------------------------------- /dataset/Bubber_Miley-Duke_Ellington/Black_and_Tan_Fantasy/Black_and_Tan_Fantasy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.csv -------------------------------------------------------------------------------- /dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.mxl -------------------------------------------------------------------------------- /dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Carmen_Lombardo-Gus_Kahn-Johnny_Green/Coquette/Coquette.txt -------------------------------------------------------------------------------- /dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.csv -------------------------------------------------------------------------------- /dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.mxl -------------------------------------------------------------------------------- /dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Austin_Miles/In_the_Garden/In_the_Garden.txt -------------------------------------------------------------------------------- /dataset/Charles_Gounod/Ave_Maria/Ave_Maria.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Gounod/Ave_Maria/Ave_Maria.csv -------------------------------------------------------------------------------- /dataset/Charles_Gounod/Ave_Maria/Ave_Maria.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Gounod/Ave_Maria/Ave_Maria.mxl -------------------------------------------------------------------------------- /dataset/Charles_Gounod/Ave_Maria/Ave_Maria.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_Gounod/Ave_Maria/Ave_Maria.txt -------------------------------------------------------------------------------- /dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.csv -------------------------------------------------------------------------------- /dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.mxl -------------------------------------------------------------------------------- /dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_K._Harris/After_the_Ball/After_the_Ball.txt -------------------------------------------------------------------------------- /dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.csv -------------------------------------------------------------------------------- /dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.mxl -------------------------------------------------------------------------------- /dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Charles_N._Daniels-Gus_Kahn/Chloe/Chloe.txt -------------------------------------------------------------------------------- /dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.csv -------------------------------------------------------------------------------- /dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.mxl -------------------------------------------------------------------------------- /dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chauncey_Olcott/My_Wild_Irish_Rose/My_Wild_Irish_Rose.txt -------------------------------------------------------------------------------- /dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.csv -------------------------------------------------------------------------------- /dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.mxl -------------------------------------------------------------------------------- /dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Chris_Smith_[1]-Jim_Burris/Ballin'_the_Jack/Ballin'_the_Jack.txt -------------------------------------------------------------------------------- /dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.csv -------------------------------------------------------------------------------- /dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.mxl -------------------------------------------------------------------------------- /dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Christina_Rossetti/In_the_Bleak_Midwinter/In_the_Bleak_Midwinter.txt -------------------------------------------------------------------------------- /dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.csv -------------------------------------------------------------------------------- /dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.mxl -------------------------------------------------------------------------------- /dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-Fats_Waller/Squeeze_Me/Squeeze_Me.txt -------------------------------------------------------------------------------- /dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.csv -------------------------------------------------------------------------------- /dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.mxl -------------------------------------------------------------------------------- /dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clarence_Williams-King_Oliver/West_End_Blues/West_End_Blues.txt -------------------------------------------------------------------------------- /dataset/Claude_Debussy/Rêverie/Rêverie.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Claude_Debussy/Rêverie/Rêverie.csv -------------------------------------------------------------------------------- /dataset/Claude_Debussy/Rêverie/Rêverie.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Claude_Debussy/Rêverie/Rêverie.mxl -------------------------------------------------------------------------------- /dataset/Claude_Debussy/Rêverie/Rêverie.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.csv -------------------------------------------------------------------------------- /dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.mxl -------------------------------------------------------------------------------- /dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Claude_Joseph_Rouget_de_Lisle/La_Marseillaise/La_Marseillaise.txt -------------------------------------------------------------------------------- /dataset/Clifford_Grey-Victor_Schertzinger/Paris_je_t'aime/Paris_je_t'aime.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clifford_Grey-Victor_Schertzinger/Paris_je_t'aime/Paris_je_t'aime.csv -------------------------------------------------------------------------------- /dataset/Clifford_Grey-Victor_Schertzinger/Paris_je_t'aime/Paris_je_t'aime.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clifford_Grey-Victor_Schertzinger/Paris_je_t'aime/Paris_je_t'aime.mxl -------------------------------------------------------------------------------- /dataset/Clifford_Grey-Victor_Schertzinger/Paris_je_t'aime/Paris_je_t'aime.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.csv -------------------------------------------------------------------------------- /dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.mxl -------------------------------------------------------------------------------- /dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Clifford_Harris-James_W._Tate/A_Broken_Doll/A_Broken_Doll.txt -------------------------------------------------------------------------------- /dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.csv -------------------------------------------------------------------------------- /dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.mxl -------------------------------------------------------------------------------- /dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Daniel_Alomías_Robles-Julio_Baudouin/El_cóndor_pasa/El_cóndor_pasa.txt -------------------------------------------------------------------------------- /dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.csv -------------------------------------------------------------------------------- /dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.mxl -------------------------------------------------------------------------------- /dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/David_Oppenheim-Ira_Schuster-Jack_Little/Hold_Me/Hold_Me.txt -------------------------------------------------------------------------------- /dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.csv -------------------------------------------------------------------------------- /dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.mxl -------------------------------------------------------------------------------- /dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Desmond_Carter-Joseph_Meyer-Phil_Charig/Tell_Me_Why/Tell_Me_Why.txt -------------------------------------------------------------------------------- /dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.csv -------------------------------------------------------------------------------- /dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.mxl -------------------------------------------------------------------------------- /dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dick_Smith-Felix_Bernard/Winter_Wonderland/Winter_Wonderland.txt -------------------------------------------------------------------------------- /dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.csv -------------------------------------------------------------------------------- /dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.mxl -------------------------------------------------------------------------------- /dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Don_George-[Traditional]/Yellow_Rose_of_Texas/Yellow_Rose_of_Texas.txt -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.csv -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.mxl -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/A_Fine_Romance/A_Fine_Romance.txt -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.csv -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.mxl -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Pick_Yourself_Up/Pick_Yourself_Up.txt -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.csv -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.mxl -------------------------------------------------------------------------------- /dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Fields-Jerome_Kern/Remind_Me/Remind_Me.txt -------------------------------------------------------------------------------- /dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.csv -------------------------------------------------------------------------------- /dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.mxl -------------------------------------------------------------------------------- /dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Dorothy_Parker-Jack_King/How_Am_I_to_Know?/How_Am_I_to_Know?.txt -------------------------------------------------------------------------------- /dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.csv -------------------------------------------------------------------------------- /dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.mxl -------------------------------------------------------------------------------- /dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Douglas_Furber-Philip_Braham/Limehouse_Blues/Limehouse_Blues.txt -------------------------------------------------------------------------------- /dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/I_Loves_You,_Porgy/I_Loves_You,_Porgy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.csv -------------------------------------------------------------------------------- /dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.mxl -------------------------------------------------------------------------------- /dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/DuBose_Heyward-George_Gershwin-Ira_Gershwin/Summertime/Summertime.txt -------------------------------------------------------------------------------- /dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.csv -------------------------------------------------------------------------------- /dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.mxl -------------------------------------------------------------------------------- /dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Eliscu-Gus_Kahn-Vincent_Youmans/Carioca/Carioca.txt -------------------------------------------------------------------------------- /dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.csv -------------------------------------------------------------------------------- /dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.mxl -------------------------------------------------------------------------------- /dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Edward_Teschemacher-Guy_d'Hardelot/Because/Because.txt -------------------------------------------------------------------------------- /dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.csv -------------------------------------------------------------------------------- /dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.mxl -------------------------------------------------------------------------------- /dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Egbert_Van_Alstyne-Gus_Kahn/Memories/Memories.txt -------------------------------------------------------------------------------- /dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.csv -------------------------------------------------------------------------------- /dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.mxl -------------------------------------------------------------------------------- /dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Elsie_McWilliams-Jimmie_Rodgers/My_Little_Lady/My_Little_Lady.txt -------------------------------------------------------------------------------- /dataset/Enrique_P._Maroni-Gerardo_Matos_Rodríguez-Pascual_Contursi/La_cumparsita/La_cumparsita.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.csv -------------------------------------------------------------------------------- /dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.mxl -------------------------------------------------------------------------------- /dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Erno_Rapee-Lew_Pollack/Charmaine/Charmaine.txt -------------------------------------------------------------------------------- /dataset/Eugène_Cormon-Georges_Bizet-Michel_Carré/Je_crois_entendre_encore/Je_crois_entendre_encore.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.csv -------------------------------------------------------------------------------- /dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.mxl -------------------------------------------------------------------------------- /dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Eugène_Pottier-Pierre_De_Geyter/L'Internationale/L'Internationale.txt -------------------------------------------------------------------------------- /dataset/F._W._Meacham/American_Patrol/American_Patrol.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/F._W._Meacham/American_Patrol/American_Patrol.csv -------------------------------------------------------------------------------- /dataset/F._W._Meacham/American_Patrol/American_Patrol.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/F._W._Meacham/American_Patrol/American_Patrol.mxl -------------------------------------------------------------------------------- /dataset/F._W._Meacham/American_Patrol/American_Patrol.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Fats_Waller/The_Jitterbug_Waltz/The_Jitterbug_Waltz.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fats_Waller/The_Jitterbug_Waltz/The_Jitterbug_Waltz.csv -------------------------------------------------------------------------------- /dataset/Fats_Waller/The_Jitterbug_Waltz/The_Jitterbug_Waltz.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fats_Waller/The_Jitterbug_Waltz/The_Jitterbug_Waltz.mxl -------------------------------------------------------------------------------- /dataset/Fats_Waller/The_Jitterbug_Waltz/The_Jitterbug_Waltz.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.csv -------------------------------------------------------------------------------- /dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.mxl -------------------------------------------------------------------------------- /dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Felix_Bernard-Fred_Fisher-Johnny_Black_[1]/Dardanella/Dardanella.txt -------------------------------------------------------------------------------- /dataset/Fermo_Dante_Marchetti/Fascination/Fascination.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fermo_Dante_Marchetti/Fascination/Fascination.csv -------------------------------------------------------------------------------- /dataset/Fermo_Dante_Marchetti/Fascination/Fascination.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fermo_Dante_Marchetti/Fascination/Fascination.mxl -------------------------------------------------------------------------------- /dataset/Fermo_Dante_Marchetti/Fascination/Fascination.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fermo_Dante_Marchetti/Fascination/Fascination.txt -------------------------------------------------------------------------------- /dataset/Franz_Liszt/Liebestraum_Nr._3/Liebestraum_Nr._3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Franz_Liszt/Liebestraum_Nr._3/Liebestraum_Nr._3.csv -------------------------------------------------------------------------------- /dataset/Franz_Liszt/Liebestraum_Nr._3/Liebestraum_Nr._3.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Franz_Liszt/Liebestraum_Nr._3/Liebestraum_Nr._3.mxl -------------------------------------------------------------------------------- /dataset/Franz_Liszt/Liebestraum_Nr._3/Liebestraum_Nr._3.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.csv -------------------------------------------------------------------------------- /dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.mxl -------------------------------------------------------------------------------- /dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Fred_E._Ahlert-Roy_Turk/Mean_to_Me/Mean_to_Me.txt -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.csv -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.mxl -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Haydn_Wood/Roses_of_Picardy/Roses_of_Picardy.txt -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.csv -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.mxl -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly-Michael_Maybrick/The_Holy_City/The_Holy_City.txt -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.csv -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.mxl -------------------------------------------------------------------------------- /dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederic_Weatherly/Danny_Boy/Danny_Boy.txt -------------------------------------------------------------------------------- /dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.csv -------------------------------------------------------------------------------- /dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.mxl -------------------------------------------------------------------------------- /dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederick_Oakeley/O_Come,_All_Ye_Faithful/O_Come,_All_Ye_Faithful.txt -------------------------------------------------------------------------------- /dataset/Frederick_Ricketts/Colonel_Bogey_March/Colonel_Bogey_March.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederick_Ricketts/Colonel_Bogey_March/Colonel_Bogey_March.csv -------------------------------------------------------------------------------- /dataset/Frederick_Ricketts/Colonel_Bogey_March/Colonel_Bogey_March.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Frederick_Ricketts/Colonel_Bogey_March/Colonel_Bogey_March.mxl -------------------------------------------------------------------------------- /dataset/Frederick_Ricketts/Colonel_Bogey_March/Colonel_Bogey_March.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.csv -------------------------------------------------------------------------------- /dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.mxl -------------------------------------------------------------------------------- /dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_A._Norton/She_Wore_a_Yellow_Ribbon/She_Wore_a_Yellow_Ribbon.txt -------------------------------------------------------------------------------- /dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.csv -------------------------------------------------------------------------------- /dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.mxl -------------------------------------------------------------------------------- /dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_F._Root/The_Battle_Cry_of_Freedom/The_Battle_Cry_of_Freedom.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/'S_Wonderful/'S_Wonderful.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/A_Foggy_Day/A_Foggy_Day.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Bidin'_My_Time/Bidin'_My_Time.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/But_Not_for_Me/But_Not_for_Me.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/By_Strauss/By_Strauss.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Embraceable_You/Embraceable_You.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Fascinating_Rhythm/Fascinating_Rhythm.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/I_Got_Rhythm/I_Got_Rhythm.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Isn't_It_a_Pity?/Isn't_It_a_Pity?.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Love_Walked_In/Love_Walked_In.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Oh,_Lady_Be_Good!/Oh,_Lady_Be_Good!.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Soon/Soon.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Strike_Up_the_Band/Strike_Up_the_Band.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/They_All_Laughed/They_All_Laughed.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Ira_Gershwin/Who_Cares/Who_Cares.txt -------------------------------------------------------------------------------- /dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.csv -------------------------------------------------------------------------------- /dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.mxl -------------------------------------------------------------------------------- /dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Gershwin-Irving_Caesar/Swanee/Swanee.txt -------------------------------------------------------------------------------- /dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.csv -------------------------------------------------------------------------------- /dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.mxl -------------------------------------------------------------------------------- /dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_L._Cobb-Jack_Yellen/Alabama_Jubilee/Alabama_Jubilee.txt -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.csv -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.mxl -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Mary's_a_Grand_Old_Name/Mary's_a_Grand_Old_Name.txt -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Over_There/Over_There.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Over_There/Over_There.csv -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Over_There/Over_There.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Over_There/Over_There.mxl -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Over_There/Over_There.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Over_There/Over_There.txt -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.csv -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.mxl -------------------------------------------------------------------------------- /dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_M._Cohan/Yankee_Doodle_Boy/Yankee_Doodle_Boy.txt -------------------------------------------------------------------------------- /dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.csv -------------------------------------------------------------------------------- /dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.mxl -------------------------------------------------------------------------------- /dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/George_Whiting-Walter_Donaldson/My_Blue_Heaven/My_Blue_Heaven.txt -------------------------------------------------------------------------------- /dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.csv -------------------------------------------------------------------------------- /dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.mxl -------------------------------------------------------------------------------- /dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glen_MacDonough-Victor_Herbert/Toyland/Toyland.txt -------------------------------------------------------------------------------- /dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.csv -------------------------------------------------------------------------------- /dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.mxl -------------------------------------------------------------------------------- /dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Glenn_Miller/Moonlight_Serenade/Moonlight_Serenade.txt -------------------------------------------------------------------------------- /dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.csv -------------------------------------------------------------------------------- /dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.mxl -------------------------------------------------------------------------------- /dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-Harry_Akst/Am_I_Blue?/Am_I_Blue?.txt -------------------------------------------------------------------------------- /dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.csv -------------------------------------------------------------------------------- /dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.mxl -------------------------------------------------------------------------------- /dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Grant_Clarke-James_Hanley/Second_Hand_Rose/Second_Hand_Rose.txt -------------------------------------------------------------------------------- /dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.csv -------------------------------------------------------------------------------- /dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.mxl -------------------------------------------------------------------------------- /dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Edwards-Will_Cobb/School_Days/School_Days.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Harry_Akst-Richard_A._Whiting/Guilty/Guilty.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/It_Had_to_Be_You/It_Had_to_Be_You.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/On_the_Alamo/On_the_Alamo.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Isham_Jones/Swingin'_down_the_Lane/Swingin'_down_the_Lane.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Love_Me_or_Leave_Me/Love_Me_or_Leave_Me.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/Makin'_Whoopee!/Makin'_Whoopee!.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn-Walter_Donaldson/My_Buddy/My_Buddy.txt -------------------------------------------------------------------------------- /dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.csv -------------------------------------------------------------------------------- /dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.mxl -------------------------------------------------------------------------------- /dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Gus_Kahn/The_Hour_of_Parting/The_Hour_of_Parting.txt -------------------------------------------------------------------------------- /dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.csv -------------------------------------------------------------------------------- /dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.mxl -------------------------------------------------------------------------------- /dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hans_Engelmann/Melody_of_Love/Melody_of_Love.txt -------------------------------------------------------------------------------- /dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.csv -------------------------------------------------------------------------------- /dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.mxl -------------------------------------------------------------------------------- /dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harold_Adamson-Walter_Donaldson/Did_I_Remember/Did_I_Remember.txt -------------------------------------------------------------------------------- /dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.csv -------------------------------------------------------------------------------- /dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.mxl -------------------------------------------------------------------------------- /dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Akst-Joe_Young-Sam_Lewis/Dinah/Dinah.txt -------------------------------------------------------------------------------- /dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.csv -------------------------------------------------------------------------------- /dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.mxl -------------------------------------------------------------------------------- /dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_B._Smith/Yours_Is_My_Heart_Alone/Yours_Is_My_Heart_Alone.txt -------------------------------------------------------------------------------- /dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.csv -------------------------------------------------------------------------------- /dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.mxl -------------------------------------------------------------------------------- /dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Owens-Vincent_Rose/Linger_Awhile/Linger_Awhile.txt -------------------------------------------------------------------------------- /dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.csv -------------------------------------------------------------------------------- /dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.mxl -------------------------------------------------------------------------------- /dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Harry_Tierney-Joseph_McCarthy/Alice_Blue_Gown/Alice_Blue_Gown.txt -------------------------------------------------------------------------------- /dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.csv -------------------------------------------------------------------------------- /dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.mxl -------------------------------------------------------------------------------- /dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Haven_Gillespie-Richard_A._Whiting-Seymour_Simons/Honey/Honey.txt -------------------------------------------------------------------------------- /dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.csv -------------------------------------------------------------------------------- /dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.mxl -------------------------------------------------------------------------------- /dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Blossom-Victor_Herbert/Kiss_Me_Again/Kiss_Me_Again.txt -------------------------------------------------------------------------------- /dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.csv -------------------------------------------------------------------------------- /dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.mxl -------------------------------------------------------------------------------- /dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Henry_Creamer-Turner_Layton/After_You've_Gone/After_You've_Gone.txt -------------------------------------------------------------------------------- /dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.csv -------------------------------------------------------------------------------- /dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.mxl -------------------------------------------------------------------------------- /dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Hugh_Williams-Jimmy_Kennedy/Isle_of_Capri/Isle_of_Capri.txt -------------------------------------------------------------------------------- /dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.csv -------------------------------------------------------------------------------- /dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.mxl -------------------------------------------------------------------------------- /dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Irving_Caesar-Vincent_Youmans/Tea_for_Two/Tea_for_Two.txt -------------------------------------------------------------------------------- /dataset/Irving_Kahal-Sammy_Fain/I'll_Be_Seeing_You/I'll_Be_Seeing_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Irving_Kahal-Sammy_Fain/I'll_Be_Seeing_You/I'll_Be_Seeing_You.csv -------------------------------------------------------------------------------- /dataset/Irving_Kahal-Sammy_Fain/I'll_Be_Seeing_You/I'll_Be_Seeing_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Irving_Kahal-Sammy_Fain/I'll_Be_Seeing_You/I'll_Be_Seeing_You.mxl -------------------------------------------------------------------------------- /dataset/Irving_Kahal-Sammy_Fain/I'll_Be_Seeing_You/I'll_Be_Seeing_You.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.csv -------------------------------------------------------------------------------- /dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.mxl -------------------------------------------------------------------------------- /dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Isaac_Watts-Lowell_Mason/Joy_to_the_World/Joy_to_the_World.txt -------------------------------------------------------------------------------- /dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.csv -------------------------------------------------------------------------------- /dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.mxl -------------------------------------------------------------------------------- /dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/James_Pierpont/Jingle_Bells/Jingle_Bells.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/Dearly_Beloved/Dearly_Beloved.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Johnny_Mercer/I'm_Old_Fashioned/I'm_Old_Fashioned.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Leo_Robin/In_Love_in_Vain/In_Love_in_Vain.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Make_Believe/Make_Believe.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Nobody_Else_but_Me/Nobody_Else_but_Me.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Ol'_Man_River/Ol'_Man_River.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/The_Song_Is_You/The_Song_Is_You.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Oscar_Hammerstein_II/Why_Was_I_Born?/Why_Was_I_Born?.txt -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Otto_Harbach/Yesterdays/Yesterdays.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Otto_Harbach/Yesterdays/Yesterdays.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Otto_Harbach/Yesterdays/Yesterdays.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-Otto_Harbach/Yesterdays/Yesterdays.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-Otto_Harbach/Yesterdays/Yesterdays.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.csv -------------------------------------------------------------------------------- /dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.mxl -------------------------------------------------------------------------------- /dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jerome_Kern-P.G._Wodehouse/Bill/Bill.txt -------------------------------------------------------------------------------- /dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.csv -------------------------------------------------------------------------------- /dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.mxl -------------------------------------------------------------------------------- /dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jesse_Greer-Raymond_Klages/Just_You,_Just_Me/Just_You,_Just_Me.txt -------------------------------------------------------------------------------- /dataset/Jimmie_Rodgers/Hobo's_Meditation/Hobo's_Meditation.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmie_Rodgers/Hobo's_Meditation/Hobo's_Meditation.csv -------------------------------------------------------------------------------- /dataset/Jimmie_Rodgers/Hobo's_Meditation/Hobo's_Meditation.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmie_Rodgers/Hobo's_Meditation/Hobo's_Meditation.mxl -------------------------------------------------------------------------------- /dataset/Jimmie_Rodgers/Hobo's_Meditation/Hobo's_Meditation.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.csv -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.mxl -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-Mack_Gordon/I'm_Making_Believe/I'm_Making_Believe.txt -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.csv -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.mxl -------------------------------------------------------------------------------- /dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Jimmy_Monaco-William_Jerome/Row,_Row,_Row/Row,_Row,_Row.txt -------------------------------------------------------------------------------- /dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.csv -------------------------------------------------------------------------------- /dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.mxl -------------------------------------------------------------------------------- /dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joe_Young-Sam_Lewis-Walter_Donaldson/My_Mammy/My_Mammy.txt -------------------------------------------------------------------------------- /dataset/Johann_Strauss_(Vater)/Radetzky-Marsch/Radetzky-Marsch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johann_Strauss_(Vater)/Radetzky-Marsch/Radetzky-Marsch.csv -------------------------------------------------------------------------------- /dataset/Johann_Strauss_(Vater)/Radetzky-Marsch/Radetzky-Marsch.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johann_Strauss_(Vater)/Radetzky-Marsch/Radetzky-Marsch.mxl -------------------------------------------------------------------------------- /dataset/Johann_Strauss_(Vater)/Radetzky-Marsch/Radetzky-Marsch.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Johannes_Brahms/Hungarian_Dance_No._5_in_F♯_minor/Hungarian_Dance_No._5_in_F♯_minor.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.csv -------------------------------------------------------------------------------- /dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.mxl -------------------------------------------------------------------------------- /dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Henry_Hopkins_Jr./We_Three_Kings/We_Three_Kings.txt -------------------------------------------------------------------------------- /dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.csv -------------------------------------------------------------------------------- /dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.mxl -------------------------------------------------------------------------------- /dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_Hughes_[1]/Calon_Lân/Calon_Lân.txt -------------------------------------------------------------------------------- /dataset/John_Philip_Sousa/The_Stars_and_Stripes_Forever/The_Stars_and_Stripes_Forever.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.csv -------------------------------------------------------------------------------- /dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.mxl -------------------------------------------------------------------------------- /dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/John_W._Bratton/The_Teddy_Bears_Picnic/The_Teddy_Bears_Picnic.txt -------------------------------------------------------------------------------- /dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.csv -------------------------------------------------------------------------------- /dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.mxl -------------------------------------------------------------------------------- /dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Black_[1]/Paper_Doll/Paper_Doll.txt -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.csv -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.mxl -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/I_Remember_You/I_Remember_You.txt -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.csv -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.mxl -------------------------------------------------------------------------------- /dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Johnny_Mercer-Victor_Schertzinger/Tangerine/Tangerine.txt -------------------------------------------------------------------------------- /dataset/Joseph_Brackett,_Jr./Simple_Gifts/Simple_Gifts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_Brackett,_Jr./Simple_Gifts/Simple_Gifts.csv -------------------------------------------------------------------------------- /dataset/Joseph_Brackett,_Jr./Simple_Gifts/Simple_Gifts.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_Brackett,_Jr./Simple_Gifts/Simple_Gifts.mxl -------------------------------------------------------------------------------- /dataset/Joseph_Brackett,_Jr./Simple_Gifts/Simple_Gifts.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.csv -------------------------------------------------------------------------------- /dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.mxl -------------------------------------------------------------------------------- /dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_Eastburn_Winner/The_Little_Brown_Jug/The_Little_Brown_Jug.txt -------------------------------------------------------------------------------- /dataset/Joseph_LaCalle/Amapola/Amapola.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_LaCalle/Amapola/Amapola.csv -------------------------------------------------------------------------------- /dataset/Joseph_LaCalle/Amapola/Amapola.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_LaCalle/Amapola/Amapola.mxl -------------------------------------------------------------------------------- /dataset/Joseph_LaCalle/Amapola/Amapola.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Joseph_LaCalle/Amapola/Amapola.txt -------------------------------------------------------------------------------- /dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.csv -------------------------------------------------------------------------------- /dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.mxl -------------------------------------------------------------------------------- /dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Katharine_Lee_Bates/America_the_Beautiful/America_the_Beautiful.txt -------------------------------------------------------------------------------- /dataset/Lena_Arent-Ma_Rainey/See_See_Rider_Blues/See_See_Rider_Blues.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lena_Arent-Ma_Rainey/See_See_Rider_Blues/See_See_Rider_Blues.csv -------------------------------------------------------------------------------- /dataset/Lena_Arent-Ma_Rainey/See_See_Rider_Blues/See_See_Rider_Blues.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lena_Arent-Ma_Rainey/See_See_Rider_Blues/See_See_Rider_Blues.mxl -------------------------------------------------------------------------------- /dataset/Lena_Arent-Ma_Rainey/See_See_Rider_Blues/See_See_Rider_Blues.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Newell_Chase-Richard_A._Whiting/My_Ideal/My_Ideal.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Blue_Hawaii/Blue_Hawaii.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Easy_Living/Easy_Living.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Here_Lies_Love/Here_Lies_Love.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/If_I_Should_Lose_You/If_I_Should_Lose_You.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/June_in_January/June_in_January.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Love_in_Bloom/Love_in_Bloom.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Please/Please.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Please/Please.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Please/Please.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Please/Please.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Ralph_Rainger/Please/Please.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Ralph_Rainger/Please/Please.txt -------------------------------------------------------------------------------- /dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.csv -------------------------------------------------------------------------------- /dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.mxl -------------------------------------------------------------------------------- /dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leo_Robin-Richard_A._Whiting/Louise/Louise.txt -------------------------------------------------------------------------------- /dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.csv -------------------------------------------------------------------------------- /dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.mxl -------------------------------------------------------------------------------- /dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Leslie_Stuart/Lily_of_Laguna/Lily_of_Laguna.txt -------------------------------------------------------------------------------- /dataset/Lew_Pollack/That's_a_Plenty/That's_a_Plenty.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lew_Pollack/That's_a_Plenty/That's_a_Plenty.csv -------------------------------------------------------------------------------- /dataset/Lew_Pollack/That's_a_Plenty/That's_a_Plenty.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lew_Pollack/That's_a_Plenty/That's_a_Plenty.mxl -------------------------------------------------------------------------------- /dataset/Lew_Pollack/That's_a_Plenty/That's_a_Plenty.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.csv -------------------------------------------------------------------------------- /dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.mxl -------------------------------------------------------------------------------- /dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Liliuokalani/Aloha_Oe/Aloha_Oe.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Blue_Room/Blue_Room.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Have_You_Met_Miss_Jones?/Have_You_Met_Miss_Jones?.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Here_in_My_Arms/Here_in_My_Arms.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/I_Could_Write_a_Book/I_Could_Write_a_Book.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Manhattan/Manhattan.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mimi/Mimi.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Mountain_Greenery/Mountain_Greenery.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/My_Romance/My_Romance.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Spring_Is_Here/Spring_Is_Here.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Ten_Cents_a_Dance/Ten_Cents_a_Dance.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/This_Funny_World/This_Funny_World.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Thou_Swell/Thou_Swell.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart-Richard_Rodgers/Where_or_When/Where_or_When.txt -------------------------------------------------------------------------------- /dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.csv -------------------------------------------------------------------------------- /dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.mxl -------------------------------------------------------------------------------- /dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenz_Hart/Blue_Moon/Blue_Moon.txt -------------------------------------------------------------------------------- /dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.csv -------------------------------------------------------------------------------- /dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.mxl -------------------------------------------------------------------------------- /dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Lorenzo_Barcelata_Castro/Maria_Elena/Maria_Elena.txt -------------------------------------------------------------------------------- /dataset/Lou_Handman-Roy_Turk/Are_You_Lonesome_Tonight?/Are_You_Lonesome_Tonight?.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.csv -------------------------------------------------------------------------------- /dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.mxl -------------------------------------------------------------------------------- /dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Louis_Hirsch-Otto_Harbach/The_Love_Nest/The_Love_Nest.txt -------------------------------------------------------------------------------- /dataset/Ludwig_van_Beethoven/Für_Elise/Für_Elise.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Ludwig_van_Beethoven/Für_Elise/Für_Elise.csv -------------------------------------------------------------------------------- /dataset/Ludwig_van_Beethoven/Für_Elise/Für_Elise.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Ludwig_van_Beethoven/Für_Elise/Für_Elise.mxl -------------------------------------------------------------------------------- /dataset/Ludwig_van_Beethoven/Für_Elise/Für_Elise.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.csv -------------------------------------------------------------------------------- /dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.mxl -------------------------------------------------------------------------------- /dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Luigi_Denza-Peppino_Turco/Funiculì_funiculà/Funiculì_funiculà.txt -------------------------------------------------------------------------------- /dataset/Maurice_Ravel/Boléro/Boléro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Maurice_Ravel/Boléro/Boléro.csv -------------------------------------------------------------------------------- /dataset/Maurice_Ravel/Boléro/Boléro.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Maurice_Ravel/Boléro/Boléro.mxl -------------------------------------------------------------------------------- /dataset/Maurice_Ravel/Boléro/Boléro.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Mildred_Hill-Patty_Hill/Happy_Birthday_to_You/Happy_Birthday_to_You.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Narciso_Serradell_Sevilla/La_golondrina/La_golondrina.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Narciso_Serradell_Sevilla/La_golondrina/La_golondrina.csv -------------------------------------------------------------------------------- /dataset/Narciso_Serradell_Sevilla/La_golondrina/La_golondrina.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Narciso_Serradell_Sevilla/La_golondrina/La_golondrina.mxl -------------------------------------------------------------------------------- /dataset/Narciso_Serradell_Sevilla/La_golondrina/La_golondrina.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Nikolai_Rimsky-Korsakov/Flight_of_the_Bumblebee/Flight_of_the_Bumblebee.txt: -------------------------------------------------------------------------------- 1 | 36 2 | -------------------------------------------------------------------------------- /dataset/Nikolai_Rimsky-Korsakov/Song_of_the_Indian_Guest_{Песня_Индийского_гостя}/Song_of_the_Indian_Guest_{Песня_Индийского_гостя}.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.csv -------------------------------------------------------------------------------- /dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.mxl -------------------------------------------------------------------------------- /dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Paul_Dresser/My_Gal_Sal/My_Gal_Sal.txt -------------------------------------------------------------------------------- /dataset/Pietro_Mascagni/Intermezzo/Intermezzo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Pietro_Mascagni/Intermezzo/Intermezzo.csv -------------------------------------------------------------------------------- /dataset/Pietro_Mascagni/Intermezzo/Intermezzo.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Pietro_Mascagni/Intermezzo/Intermezzo.mxl -------------------------------------------------------------------------------- /dataset/Pietro_Mascagni/Intermezzo/Intermezzo.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.csv -------------------------------------------------------------------------------- /dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.mxl -------------------------------------------------------------------------------- /dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Riccardo_Cordiferro-Salvatore_Cardillo/Core_'ngrato/Core_'ngrato.txt -------------------------------------------------------------------------------- /dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.csv -------------------------------------------------------------------------------- /dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.mxl -------------------------------------------------------------------------------- /dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Richard_M._Jones/Trouble_in_Mind_Blues/Trouble_in_Mind_Blues.txt -------------------------------------------------------------------------------- /dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.csv -------------------------------------------------------------------------------- /dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.mxl -------------------------------------------------------------------------------- /dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Robert_Burns-[Traditional]/Auld_Lang_Syne/Auld_Lang_Syne.txt -------------------------------------------------------------------------------- /dataset/Scott_Joplin/Maple_Leaf_Rag/Maple_Leaf_Rag.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Scott_Joplin/Maple_Leaf_Rag/Maple_Leaf_Rag.csv -------------------------------------------------------------------------------- /dataset/Scott_Joplin/Maple_Leaf_Rag/Maple_Leaf_Rag.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Scott_Joplin/Maple_Leaf_Rag/Maple_Leaf_Rag.mxl -------------------------------------------------------------------------------- /dataset/Scott_Joplin/Maple_Leaf_Rag/Maple_Leaf_Rag.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Scott_Joplin/The_Entertainer/The_Entertainer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Scott_Joplin/The_Entertainer/The_Entertainer.csv -------------------------------------------------------------------------------- /dataset/Scott_Joplin/The_Entertainer/The_Entertainer.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Scott_Joplin/The_Entertainer/The_Entertainer.mxl -------------------------------------------------------------------------------- /dataset/Scott_Joplin/The_Entertainer/The_Entertainer.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Sebastián_Yradier/La_paloma/La_paloma.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Sebastián_Yradier/La_paloma/La_paloma.csv -------------------------------------------------------------------------------- /dataset/Sebastián_Yradier/La_paloma/La_paloma.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Sebastián_Yradier/La_paloma/La_paloma.mxl -------------------------------------------------------------------------------- /dataset/Sebastián_Yradier/La_paloma/La_paloma.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.csv -------------------------------------------------------------------------------- /dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.mxl -------------------------------------------------------------------------------- /dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Septimus_Winner/Whispering_Hope/Whispering_Hope.txt -------------------------------------------------------------------------------- /dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.csv -------------------------------------------------------------------------------- /dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.mxl -------------------------------------------------------------------------------- /dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Sir_Hubert_Parry/Jerusalem/Jerusalem.txt -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.csv -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.mxl -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Beautiful_Dreamer/Beautiful_Dreamer.txt -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.csv -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.mxl -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Oh!_Susanna/Oh!_Susanna.txt -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.csv -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.mxl -------------------------------------------------------------------------------- /dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Stephen_Foster/Old_Folks_at_Home/Old_Folks_at_Home.txt -------------------------------------------------------------------------------- /dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.csv -------------------------------------------------------------------------------- /dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.mxl -------------------------------------------------------------------------------- /dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Thomas_Oliphant/The_Ash_Grove/The_Ash_Grove.txt -------------------------------------------------------------------------------- /dataset/Victor_Herbert/Indian_Summer/Indian_Summer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Herbert/Indian_Summer/Indian_Summer.csv -------------------------------------------------------------------------------- /dataset/Victor_Herbert/Indian_Summer/Indian_Summer.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Herbert/Indian_Summer/Indian_Summer.mxl -------------------------------------------------------------------------------- /dataset/Victor_Herbert/Indian_Summer/Indian_Summer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Herbert/Indian_Summer/Indian_Summer.txt -------------------------------------------------------------------------------- /dataset/Victor_Schertzinger/Marcheta/Marcheta.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Schertzinger/Marcheta/Marcheta.csv -------------------------------------------------------------------------------- /dataset/Victor_Schertzinger/Marcheta/Marcheta.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Schertzinger/Marcheta/Marcheta.mxl -------------------------------------------------------------------------------- /dataset/Victor_Schertzinger/Marcheta/Marcheta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Victor_Schertzinger/Marcheta/Marcheta.txt -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/At_Sundown/At_Sundown.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/At_Sundown/At_Sundown.csv -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/At_Sundown/At_Sundown.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/At_Sundown/At_Sundown.mxl -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/At_Sundown/At_Sundown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/At_Sundown/At_Sundown.txt -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.csv -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.mxl -------------------------------------------------------------------------------- /dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Walter_Donaldson/Little_White_Lies/Little_White_Lies.txt -------------------------------------------------------------------------------- /dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.csv -------------------------------------------------------------------------------- /dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.mxl -------------------------------------------------------------------------------- /dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/Will_Fyffe/I_Belong_to_Glasgow/I_Belong_to_Glasgow.txt -------------------------------------------------------------------------------- /dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.csv -------------------------------------------------------------------------------- /dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.mxl -------------------------------------------------------------------------------- /dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_Chatterton_Dix/What_Child_Is_This?/What_Child_Is_This?.txt -------------------------------------------------------------------------------- /dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.csv -------------------------------------------------------------------------------- /dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.mxl -------------------------------------------------------------------------------- /dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/William_W._Walford/Sweet_Hour_of_Prayer/Sweet_Hour_of_Prayer.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Alouette/Alouette.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Alouette/Alouette.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Alouette/Alouette.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Alouette/Alouette.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Alouette/Alouette.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Alouette/Alouette.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Banks_of_the_Ohio/Banks_of_the_Ohio.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Careless_Love/Careless_Love.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Careless_Love/Careless_Love.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Careless_Love/Careless_Love.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Careless_Love/Careless_Love.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Careless_Love/Careless_Love.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Careless_Love/Careless_Love.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Coventry_Carol/Coventry_Carol.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Coventry_Carol/Coventry_Carol.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Coventry_Carol/Coventry_Carol.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Coventry_Carol/Coventry_Carol.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Coventry_Carol/Coventry_Carol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Coventry_Carol/Coventry_Carol.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Down_by_the_Riverside/Down_by_the_Riverside.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Down_by_the_Riverside/Down_by_the_Riverside.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Down_by_the_Riverside/Down_by_the_Riverside.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Down_by_the_Riverside/Down_by_the_Riverside.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Down_by_the_Riverside/Down_by_the_Riverside.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Frankie_and_Johnny/Frankie_and_Johnny.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/I_Saw_Three_Ships/I_Saw_Three_Ships.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Loch_Lomond/Loch_Lomond.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Loch_Lomond/Loch_Lomond.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Loch_Lomond/Loch_Lomond.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Loch_Lomond/Loch_Lomond.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Loch_Lomond/Loch_Lomond.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Loch_Lomond/Loch_Lomond.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Molly_Malone/Molly_Malone.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Molly_Malone/Molly_Malone.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Molly_Malone/Molly_Malone.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Molly_Malone/Molly_Malone.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Molly_Malone/Molly_Malone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Molly_Malone/Molly_Malone.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/O_Christmas_Tree/O_Christmas_Tree.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/On_Top_of_Old_Smoky/On_Top_of_Old_Smoky.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Polly_Wolly_Doodle/Polly_Wolly_Doodle.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Red_River_Valley/Red_River_Valley.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Red_River_Valley/Red_River_Valley.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Red_River_Valley/Red_River_Valley.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Red_River_Valley/Red_River_Valley.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Red_River_Valley/Red_River_Valley.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Red_River_Valley/Red_River_Valley.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Santa_Lucia/Santa_Lucia.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Santa_Lucia/Santa_Lucia.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Santa_Lucia/Santa_Lucia.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Santa_Lucia/Santa_Lucia.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Santa_Lucia/Santa_Lucia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Santa_Lucia/Santa_Lucia.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scarborough_Fair/Scarborough_Fair.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Scotland_the_Brave/Scotland_the_Brave.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Shady_Grove/Shady_Grove.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shady_Grove/Shady_Grove.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Shady_Grove/Shady_Grove.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shady_Grove/Shady_Grove.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Shady_Grove/Shady_Grove.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shady_Grove/Shady_Grove.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Shenandoah/Shenandoah.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shenandoah/Shenandoah.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Shenandoah/Shenandoah.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shenandoah/Shenandoah.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Shenandoah/Shenandoah.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Shenandoah/Shenandoah.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Still,_Still,_Still/Still,_Still,_Still.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Swing_Low,_Sweet_Chariot/Swing_Low,_Sweet_Chariot.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Black_Velvet_Band/The_Black_Velvet_Band.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Holly_and_the_Ivy/The_Holly_and_the_Ivy.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Prisoner's_Song/The_Prisoner's_Song.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Colonial_Boy/The_Wild_Colonial_Boy.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/The_Wild_Rover/The_Wild_Rover.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/Wexford_Carol/Wexford_Carol.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Wexford_Carol/Wexford_Carol.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/Wexford_Carol/Wexford_Carol.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Wexford_Carol/Wexford_Carol.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/Wexford_Carol/Wexford_Carol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/Wexford_Carol/Wexford_Carol.txt -------------------------------------------------------------------------------- /dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.csv -------------------------------------------------------------------------------- /dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.mxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.mxl -------------------------------------------------------------------------------- /dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/dataset/[Traditional]/À_la_claire_fontaine/À_la_claire_fontaine.txt -------------------------------------------------------------------------------- /db_creation.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/00sapo/OpenEWLD/HEAD/db_creation.sql --------------------------------------------------------------------------------