[gcompris] removed spaces around = in desktop files



commit 6a4d155425ba0f711598d373e68bf3e8d80644e0
Author: Bruno Coudoin <bcoudoin rcsmobility com>
Date:   Mon Apr 1 00:02:28 2013 +0200

    removed spaces around = in desktop files
    
    These extra spaces are transfered in the po files but
    were not in the code itself.
    Removed a hack in explore.py to manage the extra space in translations.

 src/explore-activity/explore.py                    |    3 +-
 .../explore_farm_animals/content.desktop.in        |  122 +++++-----
 .../explore_world_animals/content.desktop.in       |   65 +++---
 .../explore_world_music/content.desktop.in         |  124 +++++-----
 .../piano_composition/melodies.desktop.in          |  272 ++++++++++----------
 5 files changed, 292 insertions(+), 294 deletions(-)
---
diff --git a/src/explore-activity/explore.py b/src/explore-activity/explore.py
index 7afd6b4..8629f3a 100644
--- a/src/explore-activity/explore.py
+++ b/src/explore-activity/explore.py
@@ -304,8 +304,7 @@ dialogue to\nenable the sound."), None)
               use_markup=True
               )
 
-            # FIXME Should remove the space in the data file instead
-            text = _(" " + self.data.get(sectionNum, '_text'))
+            text = _(self.data.get(sectionNum, '_text'))
             t = goocanvas.Text(
               parent=self.location_rootitem,
               x=120,
diff --git a/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in 
b/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
index fc37350..ab1ca8d 100644
--- a/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
+++ b/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
@@ -1,82 +1,82 @@
 # Created by Beth Hadley
 [common]
-background = farm-animals.svgz
-backSvgId = #BACKGROUND
-credits = Public domain animal sounds: http://www.animal-sounds.org/index.html, Public domain animal 
pictures: http://commons.wikimedia.org/wiki/Main_Page, The farm is built on OpenClipart content by Bruno.
-_generalText = Click on the questions to explore each farm animal.
-_SoundMatchingGameText = Click on the farm animal that makes the sound you hear.
-_TextMatchingGameText = Click the animal that matches the description.
-textBoxX = 200
-textBoxY = 100
+background=farm-animals.svgz
+backSvgId=#BACKGROUND
+credits=Public domain animal sounds: http://www.animal-sounds.org/index.html, Public domain animal pictures: 
http://commons.wikimedia.org/wiki/Main_Page, The farm is built on OpenClipart content by Bruno.
+_generalText=Click on the questions to explore each farm animal.
+_SoundMatchingGameText=Click on the farm animal that makes the sound you hear.
+_TextMatchingGameText=Click the animal that matches the description.
+textBoxX=200
+textBoxY=100
 
 [1]
-_title = Horse
-_text = The horse goes "neigh! neigh!". Horses usually sleep standing up.
-image = horse.jpg
-music = horse.ogg
-_shortPrompt = You can ride on the back of this animal!
-svgId = #HORSE
+_title=Horse
+_text=The horse goes "neigh! neigh!". Horses usually sleep standing up.
+image=horse.jpg
+music=horse.ogg
+_shortPrompt=You can ride on the back of this animal!
+svgId=#HORSE
 
 [2]
-_title = Chickens
-_text = The chicken goes "cluck, cackle, cluck". Chickens have over 200 different noises they can use to 
communicate.
-image = chicken.jpg
+_title=Chickens
+_text=The chicken goes "cluck, cackle, cluck". Chickens have over 200 different noises they can use to 
communicate.
+image=chicken.jpg
 music =chickens.ogg
-_shortPrompt = This animal lays eggs.
-svgId = #CHICKEN
+_shortPrompt=This animal lays eggs.
+svgId=#CHICKEN
 
 [3]
-_title = Cows
-_text = The cow goes "moo. moo.". Cows are herbivorous mammals. They graze all day in the meadow.
-image = cow.jpg
-music = cow.ogg
-_shortPrompt = You can drink the milk this animal produces.
-svgId = #COW
+_title=Cows
+_text=The cow goes "moo. moo.". Cows are herbivorous mammals. They graze all day in the meadow.
+image=cow.jpg
+music=cow.ogg
+_shortPrompt=You can drink the milk this animal produces.
+svgId=#COW
 
 [4]
-_title = Cat
-_text = The cat goes "meow, meow". Cats usually hate water because their fur doesn't stay warm when it is 
wet.
-image = cat.jpg
-music = cat.ogg
-_shortPrompt = This pet likes chasing mice.
-svgId = #CAT
+_title=Cat
+_text=The cat goes "meow, meow". Cats usually hate water because their fur doesn't stay warm when it is wet.
+image=cat.jpg
+music=cat.ogg
+_shortPrompt=This pet likes chasing mice.
+svgId=#CAT
 
 [5]
-_title = Pigs
-_text = The pig goes "oink, oink". Pigs are the 4th most intelligent animal.
-image = pig.jpg
-music = pig.ogg
-_shortPrompt = This animal likes to lay in the mud.
-svgId = #PIG
+_title=Pigs
+_text=The pig goes "oink, oink". Pigs are the 4th most intelligent animal.
+image=pig.jpg
+music=pig.ogg
+_shortPrompt=This animal likes to lay in the mud.
+svgId=#PIG
 
 [6]
-_title = White Duck
-_text = The duck goes "quack, quack". Ducks have special features like webbed feet and produce an oil to 
make their feathers "waterproof".
-image = duck.jpg
-music = duck.ogg
-_shortPrompt = This animal has webbed feet so it can swim in the water.
-svgId = #DUCK
+_title=White Duck
+_text=The duck goes "quack, quack". Ducks have special features like webbed feet and produce an oil to make 
their feathers "waterproof".
+image=duck.jpg
+music=duck.ogg
+_shortPrompt=This animal has webbed feet so it can swim in the water.
+svgId=#DUCK
 
 [7]
-_title = Owl
-_text = The owl goes "hoo. hoo." The owl has excellent vision and hearing at night.
-image = owl.jpg
-music = owl.ogg
-_shortPrompt = This animal likes to come out at night.
-svgId = #OWL
+_title=Owl
+_text=The owl goes "hoo. hoo." The owl has excellent vision and hearing at night.
+image=owl.jpg
+music=owl.ogg
+_shortPrompt=This animal likes to come out at night.
+svgId=#OWL
 
 [9]
-_title = Dogs
-_text = The dog goes "bark! bark!". Dogs are great human companions and usually enjoy love and attention.
-image = dog.jpg
-music = dog.ogg
-_shortPrompt = This animal's ancestors were wolves.
-svgId = #DOG
+_title=Dogs
+_text=The dog goes "bark! bark!". Dogs are great human companions and usually enjoy love and attention.
+image=dog.jpg
+music=dog.ogg
+_shortPrompt=This animal's ancestors were wolves.
+svgId=#DOG
 
 [10]
-_title = Rooster
-_text = The rooster goes "coc-a-doodle-doo!". Roosters have been on farms for about 5,000 years. Every 
morning it wakes the farm up with its noises.
-image = rooster.jpg
-music = rooster.ogg
-_shortPrompt = This animal wakes the farm up in the morning.
-svgId = #ROOSTER
+_title=Rooster
+_text=The rooster goes "coc-a-doodle-doo!". Roosters have been on farms for about 5,000 years. Every morning 
it wakes the farm up with its noises.
+image=rooster.jpg
+music=rooster.ogg
+_shortPrompt=This animal wakes the farm up in the morning.
+svgId=#ROOSTER
diff --git a/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in 
b/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
index 49210b5..edc9a79 100644
--- a/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
+++ b/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
@@ -1,45 +1,44 @@
 # Created by Christina Hadley (with help from Beth Hadley)
 [common]
-background = content.svgz
-backSvgId = #BACKGROUND
-credits = http://commons.wikimedia.org
-_generalText = Explore exotic animals from around the world.
-_TextMatchingGameText = Click on location where the given animal lives.
-textBoxX =105
-textBoxY = 150
+background=content.svgz
+backSvgId=#BACKGROUND
+credits=http://commons.wikimedia.org
+_generalText=Explore exotic animals from around the world.
+_TextMatchingGameText=Click on location where the given animal lives.
+textBoxX=105
+textBoxY=150
 
 [1]
-_title = Jaguars in South America
-_text = Jaguars are named after the Native American word meaning 'he who kills with one leap'
- because they like to climb trees to attack their prey.
-image = jaggy.jpg
-svgId = #JAGGY
-_shortPrompt = Jaguar
+_title=Jaguars in South America
+_text=Jaguars are named after the Native American word meaning 'he who kills with one leap' because they 
like to climb trees to attack their prey.
+image=jaggy.jpg
+svgId=#JAGGY
+_shortPrompt=Jaguar
 
 [2]
-_title = Hedgehogs in Europe
-_text = Hedgehogs eat small animals, like frogs and insects, so many people keep them as useful pets. When 
in danger, they will curl up into a ball and stick up their coat of sharp spines.
-image = hedgy.jpg
-svgId = #HEDGY
-_shortPrompt = Hedgehog
+_title=Hedgehogs in Europe
+_text=Hedgehogs eat small animals, like frogs and insects, so many people keep them as useful pets. When in 
danger, they will curl up into a ball and stick up their coat of sharp spines.
+image=hedgy.jpg
+svgId=#HEDGY
+_shortPrompt=Hedgehog
 
 [3]
-_title = Giraffes in Africa
-_text = The giraffe lives in Africa and is the tallest mammal in the world. Just their legs, which are 
usually 1.8 meters long, are taller than most humans!
-image = giraffe.jpg
-svgId = #GIRAFFE
-_shortPrompt = Giraffe
+_title=Giraffes in Africa
+_text=The giraffe lives in Africa and is the tallest mammal in the world. Just their legs, which are usually 
1.8 meters long, are taller than most humans!
+image=giraffe.jpg
+svgId=#GIRAFFE
+_shortPrompt=Giraffe
 
 [4]
-_title = Bison in America
-_text = Bison live on the plains of North America and were hunted by the Native Americans for food.
-image = bison.jpg
-svgId = #BISON
-_shortPrompt = Bison
+_title=Bison in America
+_text=Bison live on the plains of North America and were hunted by the Native Americans for food.
+image=bison.jpg
+svgId=#BISON
+_shortPrompt=Bison
 
 [5]
-_title = Narwhals in the Arctic
-_text = Narwhals are whales that live in the Arctic Ocean and have long tusks. These tusks remind many 
people of the mythical unicorn's horn.
-image = narwhal.jpg
-svgId = #NARWHAL
-_shortPrompt = Narwhal
+_title=Narwhals in the Arctic
+_text=Narwhals are whales that live in the Arctic Ocean and have long tusks. These tusks remind many people 
of the mythical unicorn's horn.
+image=narwhal.jpg
+svgId=#NARWHAL
+_shortPrompt=Narwhal
diff --git a/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in 
b/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
index 8fca33f..e81eb5f 100644
--- a/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
+++ b/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
@@ -1,84 +1,84 @@
 # Created by Beth Hadley
 [common]
-background = content.svgz
-backSvgId = #BACKGROUND
-credits =  http://commons.wikimedia.org/wiki, http://archive.org
-_generalText = Explore world music! Click on the suitcases.
-_SoundMatchingGameText = Click on the location that matches the music you hear.
-_TextMatchingGameText = Click on the location that matches the text.
-textBoxX = 400
-textBoxY = 370
+background=content.svgz
+backSvgId=#BACKGROUND
+credits= http://commons.wikimedia.org/wiki, http://archive.org
+_generalText=Explore world music! Click on the suitcases.
+_SoundMatchingGameText=Click on the location that matches the music you hear.
+_TextMatchingGameText=Click on the location that matches the text.
+textBoxX=400
+textBoxY=370
 
 [1]
-_title = Australia
-_text = Aboriginals were the first people to live in Australia. They sing and play instruments, like the 
didgeridoo. It is made from a log and can be up to five meters long!
-image = australia.jpg
-music = australia.ogg
-_shortPrompt = Where is the didgeridoo played?
-svgId = #AUSTRALIA
+_title=Australia
+_text=Aboriginals were the first people to live in Australia. They sing and play instruments, like the 
didgeridoo. It is made from a log and can be up to five meters long!
+image=australia.jpg
+music=australia.ogg
+_shortPrompt=Where is the didgeridoo played?
+svgId=#AUSTRALIA
 
 [2]
-_title = Africa
-_text = Music is a part of everyday life in Africa. African music features a great variety of drums, and 
they believe it is a sacred and magical instrument.
-image = africa.jpg
-music = africa.ogg
-_shortPrompt = Where is the drum considered a magical instrument?
-svgId = #AFRICA
+_title=Africa
+_text=Music is a part of everyday life in Africa. African music features a great variety of drums, and they 
believe it is a sacred and magical instrument.
+image=africa.jpg
+music=africa.ogg
+_shortPrompt=Where is the drum considered a magical instrument?
+svgId=#AFRICA
 
 [3]
-_title = Middle East
-_text = Music is a very important part of middle eastern culture. Specific songs are played to call 
worshipers to prayer. The lute is an instrument invented thousands of years ago and still in use today.
+_title=Middle East
+_text=Music is a very important part of middle eastern culture. Specific songs are played to call worshipers 
to prayer. The lute is an instrument invented thousands of years ago and still in use today.
 image= middleeast.jpg
 music= middleeast.ogg
-_shortPrompt = Where is music used to call people to prayer?
-svgId = #MIDDLE_EAST
+_shortPrompt=Where is music used to call people to prayer?
+svgId=#MIDDLE_EAST
 
 [4]
-_title = Japan
-_text = Taiko drumming comes from Japan. This type of drumming was originally used to scare enemies in 
battle. It is very loud, and performances are very exciting with crowds cheering and performers yelling!
-image = japan.jpg
-music = japan.ogg
-_shortPrompt = Where do performers yelp as they play the drums?
-svgId = #JAPAN
+_title=Japan
+_text=Taiko drumming comes from Japan. This type of drumming was originally used to scare enemies in battle. 
It is very loud, and performances are very exciting with crowds cheering and performers yelling!
+image=japan.jpg
+music=japan.ogg
+_shortPrompt=Where do performers yelp as they play the drums?
+svgId=#JAPAN
 
 [5]
-_title = Scotland and Ireland
-_text = Folk music of this region is called celtic music, often incorporates a narrative poem or story. 
Typical instruments include bagpipes, fiddles, flutes, harps, and accordions.
-_shortPrompt = Bagpipers, who often wear kilts, are from this location.
-image = ireland.jpg
-music = ireland.ogg
-svgId = #IRELAND
+_title=Scotland and Ireland
+_text=Folk music of this region is called celtic music, often incorporates a narrative poem or story. 
Typical instruments include bagpipes, fiddles, flutes, harps, and accordions.
+_shortPrompt=Bagpipers, who often wear kilts, are from this location.
+image=ireland.jpg
+music=ireland.ogg
+svgId=#IRELAND
 
 [6]
-_title = Italy
-_text = Italy is famous for its Opera. Opera is a musical theater where actors tell a story by acting and 
singing. Opera singers, both male and female, learn special techniques to sing operas.
-_shortPrompt = This country is known for its opera music.
-image = italy.jpg
-music = italy.ogg
-svgId = #ITALY
+_title=Italy
+_text=Italy is famous for its Opera. Opera is a musical theater where actors tell a story by acting and 
singing. Opera singers, both male and female, learn special techniques to sing operas.
+_shortPrompt=This country is known for its opera music.
+image=italy.jpg
+music=italy.ogg
+svgId=#ITALY
 
 [7]
-_title = European Classical Music
-_text = Europe is the home of classical music. Famous composers like Bach, Beethoven, and Mozart forever 
changed music history.
-_shortPrompt = Bach, Beethoven, and Mozart composed music in this location.
-image = orchestra.jpg
-music = beethoven.ogg
-svgId = #ORCHESTRA
+_title=European Classical Music
+_text=Europe is the home of classical music. Famous composers like Bach, Beethoven, and Mozart forever 
changed music history.
+_shortPrompt=Bach, Beethoven, and Mozart composed music in this location.
+image=orchestra.jpg
+music=beethoven.ogg
+svgId=#ORCHESTRA
 
 [8]
-_title = Mexico
-_text = Mariachi is a famous type of Mexican music. It features guitars, trumpets, and violins. These bands 
play for many occasions, including weddings and parties.
-_question = At parties, people often dance to the Mariachi music. A Famous dance is:
-_shortPrompt = Where is Mariachi music from?
-music = mexico.ogg
-image = mexico.jpg
-svgId = #MEXICO
+_title=Mexico
+_text=Mariachi is a famous type of Mexican music. It features guitars, trumpets, and violins. These bands 
play for many occasions, including weddings and parties.
+_question=At parties, people often dance to the Mariachi music. A Famous dance is:
+_shortPrompt=Where is Mariachi music from?
+music=mexico.ogg
+image=mexico.jpg
+svgId=#MEXICO
 
 [9]
-_title = United State of America
-_text = USA also has a wide variety of musical genres, but perhaps it is most famous for rock n' roll music. 
This music features vocalists, guitars, and drums.
-_question = The 'king' of rock n' roll is
-_shortPrompt = The 'king' of rock n' roll, Elvis Presley, made his music famous in this country.
-music = america.ogg
-image = america.jpg
-svgId = #USA
+_title=United State of America
+_text=USA also has a wide variety of musical genres, but perhaps it is most famous for rock n' roll music. 
This music features vocalists, guitars, and drums.
+_question=The 'king' of rock n' roll is
+_shortPrompt=The 'king' of rock n' roll, Elvis Presley, made his music famous in this country.
+music=america.ogg
+image=america.jpg
+svgId=#USA
diff --git a/src/piano_composition-activity/resources/piano_composition/melodies.desktop.in 
b/src/piano_composition-activity/resources/piano_composition/melodies.desktop.in
index 42d40bd..1043a38 100644
--- a/src/piano_composition-activity/resources/piano_composition/melodies.desktop.in
+++ b/src/piano_composition-activity/resources/piano_composition/melodies.desktop.in
@@ -1,207 +1,207 @@
 [1]
-title = Twinkle Twinkle Little Star
-_origin = America: English Lullaby
-lyrics = Twinkle, twinkle, little star, how I wonder what you are; Up above the world so high, like a 
diamond in the sky. Twinkle, twinkle, little star, how I wonder what you are.
-melody = trebleClef C4 C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C2 G4 G4 F4 F4 E4 E4 D2 G4 G4 F4 F4 E4 E4 D2 C4 
C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C1
+title=Twinkle Twinkle Little Star
+_origin=America: English Lullaby
+lyrics=Twinkle, twinkle, little star, how I wonder what you are; Up above the world so high, like a diamond 
in the sky. Twinkle, twinkle, little star, how I wonder what you are.
+melody=trebleClef C4 C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C2 G4 G4 F4 F4 E4 E4 D2 G4 G4 F4 F4 E4 E4 D2 C4 C4 
G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C1
 
 [2]
-title = Yankee Doodle
-_origin = America: Patriotic
-lyrics = Yankee Doodle went to town, Riding on a pony; He stuck a feather in his hat, And called it macaroni
-melody = trebleClef G8 G8 A8 B8 G8 B8 A4 G8 G8 A8 B8 G4 F#4 G8 G8 A8 B8 2C8 B8 A8 G8 F#8 D8 E8 F#8 G4 G4
+title=Yankee Doodle
+_origin=America: Patriotic
+lyrics=Yankee Doodle went to town, Riding on a pony; He stuck a feather in his hat, And called it macaroni
+melody=trebleClef G8 G8 A8 B8 G8 B8 A4 G8 G8 A8 B8 G4 F#4 G8 G8 A8 B8 2C8 B8 A8 G8 F#8 D8 E8 F#8 G4 G4
 
 [3]
-title = Simple Gifts
-_origin = America: Shaker Tune
-lyrics = Tis the gift to be simple, 'tis the gift to be free, 'tis the gift to come down where we ought to 
be. And when we find ourselves in the place just right, 'Twill be in the valley of love and delight.
-melody = trebleClef C8 C8 F4 F8 G8 A8 F8 A8 Bb8 2C4 2C8 Bb8 A4 G8 F8 G4 C4 G4 F4 G8 A8 G8 E8 C4 C4 F8 E8 F8 
G8 A4 G8 G8 A4 Bb4 2C4 A4 G4 G8 G8 A4 A8 G8 F4 F8 F8 F2
+title=Simple Gifts
+_origin=America: Shaker Tune
+lyrics=Tis the gift to be simple, 'tis the gift to be free, 'tis the gift to come down where we ought to be. 
And when we find ourselves in the place just right, 'Twill be in the valley of love and delight.
+melody=trebleClef C8 C8 F4 F8 G8 A8 F8 A8 Bb8 2C4 2C8 Bb8 A4 G8 F8 G4 C4 G4 F4 G8 A8 G8 E8 C4 C4 F8 E8 F8 G8 
A4 G8 G8 A4 Bb4 2C4 A4 G4 G8 G8 A4 A8 G8 F4 F8 F8 F2
 
 [4]
-title = Old MacDonald Had a Farm
-_origin = America: Nursery Rhyme
-lyrics = Old MacDonald had a farm, EE-I-EE-I-O, And on that farm he had a [animal name], EE-I-EE-I-O
-melody = bassClef G4 G4 G4 D4 E4 E4 D2 B4 B4 A4 A4 G2 D2 G4 G4 G4 D4 E4 E4 D2 B4 B4 A4 A4 G1
+title=Old MacDonald Had a Farm
+_origin=America: Nursery Rhyme
+lyrics=Old MacDonald had a farm, EE-I-EE-I-O, And on that farm he had a [animal name], EE-I-EE-I-O
+melody=bassClef G4 G4 G4 D4 E4 E4 D2 B4 B4 A4 A4 G2 D2 G4 G4 G4 D4 E4 E4 D2 B4 B4 A4 A4 G1
 
 [5]
-title = Un elefante se balanceaba
-_origin = Mexico
-lyrics = Un elefante se columpiaba sobre la tela de una araña. Como veia que resistía fue a llamar a otro 
elefante
-melody = trebleClef g4 g8 g8 e4 e4 g4 g8 g8 e4 e4 g4 g8 g8 a8 g8 f8 e8 f2 d2 f4 f8 f8 d4 d4 f4 f8 f8 d4 d4 
f4 f8 f8 g8 f8 e8 d8 e2 c2
+title=Un elefante se balanceaba
+_origin=Mexico
+lyrics=Un elefante se columpiaba sobre la tela de una araña. Como veia que resistía fue a llamar a otro 
elefante
+melody=trebleClef g4 g8 g8 e4 e4 g4 g8 g8 e4 e4 g4 g8 g8 a8 g8 f8 e8 f2 d2 f4 f8 f8 d4 d4 f4 f8 f8 d4 d4 f4 
f8 f8 g8 f8 e8 d8 e2 c2
 
 [7]
-title = Piove, Piove
-_origin = Italy
-lyrics = Piove, piove. La gatta non si muove. La fiamma traballa. La mucca è nella stalla. La mucca ha il 
vitello. La pecora ha l’agnello. [La chioccia ha il pulcino.] Ognuno ha il suo bambino. Ognuno ha la sua 
mamma. E tutti fanno nanna!
-melody = trebleClef E8 G4 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G2 
E8 G2 E8 G8 A8 G8 E8 G2
+title=Piove, Piove
+_origin=Italy
+lyrics=Piove, piove. La gatta non si muove. La fiamma traballa. La mucca è nella stalla. La mucca ha il 
vitello. La pecora ha l’agnello. [La chioccia ha il pulcino.] Ognuno ha il suo bambino. Ognuno ha la sua 
mamma. E tutti fanno nanna!
+melody=trebleClef E8 G4 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G2 E8 
G2 E8 G8 A8 G8 E8 G2
 
 [8]
-title = Que llueva, que llueva
-_origin = Spain
-lyrics = Que llueva, que llueva. La Virgen de la Cueva. Los pajaritos cantan, Las nubes se levantan. ¡Que 
sí, que no, que caiga un chaparrón! Que siga lloviendo, Los pájaros corriendo. Florezca la pradera. Al sol de 
la primavera....
-melody = trebleClef E8 G4 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G2 
E8 G2 E8 G8 A8 G8 E8 G2
+title=Que llueva, que llueva
+_origin=Spain
+lyrics=Que llueva, que llueva. La Virgen de la Cueva. Los pajaritos cantan, Las nubes se levantan. ¡Que sí, 
que no, que caiga un chaparrón! Que siga lloviendo, Los pájaros corriendo. Florezca la pradera. Al sol de la 
primavera....
+melody=trebleClef E8 G4 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G8 G8 G8 A8 G4 G8 E8 G2 E8 
G2 E8 G8 A8 G8 E8 G2
 
 [9]
-title = Backe, backe Kuchen
-_origin = German Kid's Song
-lyrics = Backe, backe, Kuchen Der Bäcker hat gerufen! Wer will guten Kuchen backen Der muß haben sieben 
Sachen: Eier und Schmalz Butter und Salz Milch und Mehl/Safran macht den Kuchen gehl!Schieb, schieb in´n Ofen 
´nein.
-melody = trebleClef A4 A4 B4 B4 A2 F#4 D4 A4 A4 B4 B4 A2 F#2 A4 A4 B4 B4 A4 A4 F#4 D4 A4 A4 B4 B4 A4 A4 F#4 
F#4 A8 A8 A4 F#2 A8 A8 A4 F#2 A4 A4 F#2
+title=Backe, backe Kuchen
+_origin=German Kid's Song
+lyrics=Backe, backe, Kuchen Der Bäcker hat gerufen! Wer will guten Kuchen backen Der muß haben sieben 
Sachen: Eier und Schmalz Butter und Salz Milch und Mehl/Safran macht den Kuchen gehl!Schieb, schieb in´n Ofen 
´nein.
+melody=trebleClef A4 A4 B4 B4 A2 F#4 D4 A4 A4 B4 B4 A2 F#2 A4 A4 B4 B4 A4 A4 F#4 D4 A4 A4 B4 B4 A4 A4 F#4 
F#4 A8 A8 A4 F#2 A8 A8 A4 F#2 A4 A4 F#2
 
 [10]
-title = Se essa rua fosse minha
-_origin = Children's Song from Brazil
-lyrics = Se essa rua Se essa rua fosse minha Eu mandava Eu mandava ladrilhar Com pedrinhas Com pedrinhas de 
brilhante Só pra ver Só pra ver meu bem passar Nessa rua Nessa rua tem um bosque Que se chama Que se chama 
solidão...
-melody = trebleClef E8 E8 A8 A8 E8 C8 A8 C8 F8 E8 E4 D4 E8 E8 B8 B8 F8 E8 G#8 E8 C8 B8 A2 A8 A8 Bb8 A8 E8 
C#8 A8 G8 F8 E8 G8 F8 E8 D8 E4 B8 G#8 E8 D8 C8 B8 A2
+title=Se essa rua fosse minha
+_origin=Children's Song from Brazil
+lyrics=Se essa rua Se essa rua fosse minha Eu mandava Eu mandava ladrilhar Com pedrinhas Com pedrinhas de 
brilhante Só pra ver Só pra ver meu bem passar Nessa rua Nessa rua tem um bosque Que se chama Que se chama 
solidão...
+melody=trebleClef E8 E8 A8 A8 E8 C8 A8 C8 F8 E8 E4 D4 E8 E8 B8 B8 F8 E8 G#8 E8 C8 B8 A2 A8 A8 Bb8 A8 E8 C#8 
A8 G8 F8 E8 G8 F8 E8 D8 E4 B8 G#8 E8 D8 C8 B8 A2
 
 [11]
-title = Fuchs du hast die Gans gestohlen
-_origin = German
-lyrics = Fuchs, du hast die Gans gestohlen, gib sie wieder her, gib sie wieder her! Sonst wird dich der 
Jäger holen, mit dem Schießgewehr! Sonst wird dich der Jäger holen, mit dem Schießgewehr!
-melody = trebleClef D4 E4 F#4 G4 A4 A4 A4 A4 B4 G4 2D4 B4 A1 B4 G4 2D4 B4 A1 A4 G4 G4 G4 G4 F#4 F#4 F#4 F#4 
E4 F#4 E4 D4 F#4 A2
+title=Fuchs du hast die Gans gestohlen
+_origin=German
+lyrics=Fuchs, du hast die Gans gestohlen, gib sie wieder her, gib sie wieder her! Sonst wird dich der Jäger 
holen, mit dem Schießgewehr! Sonst wird dich der Jäger holen, mit dem Schießgewehr!
+melody=trebleClef D4 E4 F#4 G4 A4 A4 A4 A4 B4 G4 2D4 B4 A1 B4 G4 2D4 B4 A1 A4 G4 G4 G4 G4 F#4 F#4 F#4 F#4 E4 
F#4 E4 D4 F#4 A2
 
 [12]
-title = Un éléphant qui se balançait
-_origin = France
-lyrics = Un éléphant qui se balançait\nSur une toile toile toile\nToile d'araignée\nIl trouvait ça tellement 
amusant\nQu'il alla chercher un\nDeuxième éléphant.
-melody = trebleClef g4 g8 g8 e4 e4 g4 g8 g8 e4 e4 g4 g8 g8 a8 g8 f8 e8 f2 d2 f4 f8 f8 d4 d4 f4 f8 f8 d4 d4 
f4 f8 f8 g8 f8 e8 d8 e2 c2
+title=Un éléphant qui se balançait
+_origin=France
+lyrics=Un éléphant qui se balançait\nSur une toile toile toile\nToile d'araignée\nIl trouvait ça tellement 
amusant\nQu'il alla chercher un\nDeuxième éléphant.
+melody=trebleClef g4 g8 g8 e4 e4 g4 g8 g8 e4 e4 g4 g8 g8 a8 g8 f8 e8 f2 d2 f4 f8 f8 d4 d4 f4 f8 f8 d4 d4 f4 
f8 f8 g8 f8 e8 d8 e2 c2
 
 [13]
-title = Alle Meine Entchen
-_origin = Germany
-lyrics = Alle meine Entchen schwimmen auf dem See, schwimmen auf dem See, Köpfchen in das Wasser, 
Schwänzchen in die Höh'.
-melody = trebleClef C8 D8 E8 F8 G4 G4 A8 A8 A8 A8 G2 A8 A8 A8 A8 G2 F8 F8 F8 F8 E4 E4 D8 D8 D8 G8 C2
+title=Alle Meine Entchen
+_origin=Germany
+lyrics=Alle meine Entchen schwimmen auf dem See, schwimmen auf dem See, Köpfchen in das Wasser, Schwänzchen 
in die Höh'.
+melody=trebleClef C8 D8 E8 F8 G4 G4 A8 A8 A8 A8 G2 A8 A8 A8 A8 G2 F8 F8 F8 F8 E4 E4 D8 D8 D8 G8 C2
 
 [14]
-title = À la claire fontaine
-_origin = France
-lyrics = À la claire fontaine\nM'en allant promener\nJ'ai trouvé l'eau si belle\nQue je m'y suis baigné\nIl 
y a longtemps que je t'aime\nJamais je ne t'oublierai.
-melody = trebleClef G4 G8 B8 B8 A8 B8 B8 G4 G8 B8 B8 A8 B4 B4 B8 A8 G8 B8 2D8 B8 2D4 2D8 B8 G8 B8 A2 G2 G4 
B4 B4 A8 G8 B4 G4 B2 B4 A8 G8 B4 A4 G1
+title=À la claire fontaine
+_origin=France
+lyrics=À la claire fontaine\nM'en allant promener\nJ'ai trouvé l'eau si belle\nQue je m'y suis baigné\nIl y 
a longtemps que je t'aime\nJamais je ne t'oublierai.
+melody=trebleClef G4 G8 B8 B8 A8 B8 B8 G4 G8 B8 B8 A8 B4 B4 B8 A8 G8 B8 2D8 B8 2D4 2D8 B8 G8 B8 A2 G2 G4 B4 
B4 A8 G8 B4 G4 B2 B4 A8 G8 B4 A4 G1
 
 [15]
-title = O Cravo e a Rosa
-_origin = Brazil
-lyrics = O Cravo brigou com a Rosa Debaixo de uma sacada O Cravo ficou ferido E a Rosa despedaçada O Cravo 
ficou doente A Rosa foi visitar O Cravo teve um desmaio A Rosa pôs-se a chorar
-melody = trebleClef G4 G4 E4 2C8 B8 A8 G4 F2 A4 A4 F4 2C8 B8 A8 G4 G2 G4 2C4 2C4 2C8 2D8 2C8 B4 A2 A4 G4 B2 
A8 F8 D8 C4
+title=O Cravo e a Rosa
+_origin=Brazil
+lyrics=O Cravo brigou com a Rosa Debaixo de uma sacada O Cravo ficou ferido E a Rosa despedaçada O Cravo 
ficou doente A Rosa foi visitar O Cravo teve um desmaio A Rosa pôs-se a chorar
+melody=trebleClef G4 G4 E4 2C8 B8 A8 G4 F2 A4 A4 F4 2C8 B8 A8 G4 G2 G4 2C4 2C4 2C8 2D8 2C8 B4 A2 A4 G4 B2 A8 
F8 D8 C4
 
 [16]
-title = Marcha Soldado
-_origin = Brazil
-lyrics = Marcha soldado Cabeça de papel Se não marchar direito Vai preso pro quartel O quartel pegou fogo A 
polícia deu sinal Acode acode acode A bandeira nacional
-melody = trebleClef G4 G8 E8 C4 C8 E8 G8 G8 G8 E8 D2 E8 F8 F8 F8 D8 G4 G8 A8 G8 F8 E8 D8 C2
+title=Marcha Soldado
+_origin=Brazil
+lyrics=Marcha soldado Cabeça de papel Se não marchar direito Vai preso pro quartel O quartel pegou fogo A 
polícia deu sinal Acode acode acode A bandeira nacional
+melody=trebleClef G4 G8 E8 C4 C8 E8 G8 G8 G8 E8 D2 E8 F8 F8 F8 D8 G4 G8 A8 G8 F8 E8 D8 C2
 
 [17]
-title = Frère jacques
-_origin = France
-lyrics = Frère Jacques\nFrère Jacques\nDormez-vous ?\nDormez-vous ?\nSonnez les matines\nSonnez les 
matines\nDing ding dong\nDing ding dong
-melody = trebleClef F4 G4 A4 F4 F4 G4 A4 F4 A4 Bb4 2C2 A4 Bb4 2C2 2C8 2D8 2C8 Bb8 A4 F4 2C8 2D8 2C8 Bb8 A4 
F4 F4 C4 F2 F4 C4 F2
+title=Frère jacques
+_origin=France
+lyrics=Frère Jacques\nFrère Jacques\nDormez-vous ?\nDormez-vous ?\nSonnez les matines\nSonnez les 
matines\nDing ding dong\nDing ding dong
+melody=trebleClef F4 G4 A4 F4 F4 G4 A4 F4 A4 Bb4 2C2 A4 Bb4 2C2 2C8 2D8 2C8 Bb8 A4 F4 2C8 2D8 2C8 Bb8 A4 F4 
F4 C4 F2 F4 C4 F2
 
 [18]
-title = Au clair de la lune
-_origin = France
-lyrics = Au clair de la lune\nMon ami Pierrot\nPrête-moi ta plume\nPour écrire un mot\nMa chandelle est 
morte\nJe n'ai plus de feu\nOuvre-moi ta porte\nPour l'amour de Dieu.
-melody = trebleClef G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1 G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1 A4 A4 A4 A4 E2 E2 A4 
G4 F#4 E4 D1 G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1
+title=Au clair de la lune
+_origin=France
+lyrics=Au clair de la lune\nMon ami Pierrot\nPrête-moi ta plume\nPour écrire un mot\nMa chandelle est 
morte\nJe n'ai plus de feu\nOuvre-moi ta porte\nPour l'amour de Dieu.
+melody=trebleClef G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1 G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1 A4 A4 A4 A4 E2 E2 A4 G4 
F#4 E4 D1 G4 G4 G4 A4 B2 A2 G4 B4 A4 A4 G1
 
 [19]
-title = Boci, boci tarka
-_origin = Hungary, Nursery Rhyme
-lyrics = Boci, boci tarka, Se füle, se farka, Oda megyünk lakni, Ahol tejet kapni.
-melody = trebleClef D8 F#8 D8 F#8 A4 A4 D8 F#8 D8 F#8 A4 A4 2D8 2C#8 B8 A8 G4 B4 A8 G8 F#8 E8 D4 D4
+title=Boci, boci tarka
+_origin=Hungary, Nursery Rhyme
+lyrics=Boci, boci tarka, Se füle, se farka, Oda megyünk lakni, Ahol tejet kapni.
+melody=trebleClef D8 F#8 D8 F#8 A4 A4 D8 F#8 D8 F#8 A4 A4 2D8 2C#8 B8 A8 G4 B4 A8 G8 F#8 E8 D4 D4
 
 [20]
-title = Nyuszi ül a fűben
-_origin = Hungary, Nursery Rhyme
-lyrics = Nyuszi ül a fűben, ülve szundikálva. Nyuszi talán beteg vagy, hogy már nem is ugorhatsz? Nyuszi 
hopp! Nyuszi hopp! Máris egyet elkapott.
-melody = trebleClef A8 A8 A8 B8 A4 F#4 A8 A8 A8 B8 A8 G8 F#4 F#8 E8 F#8 E8 D8 D8 D4 A8 A8 2D4 A8 A8 2D4 F#8 
E8 F#8 E8 D8 D8 D4
+title=Nyuszi ül a fűben
+_origin=Hungary, Nursery Rhyme
+lyrics=Nyuszi ül a fűben, ülve szundikálva. Nyuszi talán beteg vagy, hogy már nem is ugorhatsz? Nyuszi hopp! 
Nyuszi hopp! Máris egyet elkapott.
+melody=trebleClef A8 A8 A8 B8 A4 F#4 A8 A8 A8 B8 A8 G8 F#4 F#8 E8 F#8 E8 D8 D8 D4 A8 A8 2D4 A8 A8 2D4 F#8 E8 
F#8 E8 D8 D8 D4
 
 [21]
-title = Lánc, lánc, eszterlánc
-_origin = Hungary, Children's Song
-lyrics = Lánc, lánc, eszterlánc,/ eszterlánci cérna,/ cérna volna, selyem volna,/ mégis kifordulna. / Pénz 
volna karika, karika,/ forduljon ki Marika,/ Marikának lánca.
-melody = trebleClef A4 B4 A8 A8 F#4 A8 A8 A8 B8 A4 F#4 A8 A8 A8 B8 A8 G8 F#8 E8 F#8 E8 F#8 E8 D4 D4 A4 A8 A8 
A8 2D8 A4 A8 G8 F#8 E8 D8 2D8 A4 A8 G8 F#8 E8 D4 D4
+title=Lánc, lánc, eszterlánc
+_origin=Hungary, Children's Song
+lyrics=Lánc, lánc, eszterlánc,/ eszterlánci cérna,/ cérna volna, selyem volna,/ mégis kifordulna. / Pénz 
volna karika, karika,/ forduljon ki Marika,/ Marikának lánca.
+melody=trebleClef A4 B4 A8 A8 F#4 A8 A8 A8 B8 A4 F#4 A8 A8 A8 B8 A8 G8 F#8 E8 F#8 E8 F#8 E8 D4 D4 A4 A8 A8 
A8 2D8 A4 A8 G8 F#8 E8 D8 2D8 A4 A8 G8 F#8 E8 D4 D4
 
 [22]
-title = Tavaszi szél vizet áraszt
-_origin = Hungary, Children's Song
-lyrics = Tavaszi szél vizet áraszt, virágom, virágom. / Minden madár társat választ virágom, virágom. / Hát 
én immár kit válasszak? Virágom, virágom. / Te engemet, én tégedet, virágom, virágom.
-melody = trebleClef F4 G4 A4 A4 G4 G8 A8 F4 G4 A8 A4 G4 G8 A8 F2 C2 F4 G4 A8 A4 G4 G8 A8 F8 E8 D4 G8 G4 A8 
F4 E4 D2 D2
+title=Tavaszi szél vizet áraszt
+_origin=Hungary, Children's Song
+lyrics=Tavaszi szél vizet áraszt, virágom, virágom. / Minden madár társat választ virágom, virágom. / Hát én 
immár kit válasszak? Virágom, virágom. / Te engemet, én tégedet, virágom, virágom.
+melody=trebleClef F4 G4 A4 A4 G4 G8 A8 F4 G4 A8 A4 G4 G8 A8 F2 C2 F4 G4 A8 A4 G4 G8 A8 F8 E8 D4 G8 G4 A8 F4 
E4 D2 D2
 
 [23]
-title = Zec kopa repu
-_origin = Serbia
-lyrics = Zec kopa repu, a lisica cveklu / Vuk im se prikrade, zeca da ukrade / Zec spazi repu, a lisica 
cveklu / Vuka nije bilo, u snu im se snilo
-melody = trebleClef A2 A4 F#4 G2 E2 D4 E4 E4 E4 E2 D2 F4 F4 E4 F4 G2 E2 F4 F4 E4 D4 E2 D2
+title=Zec kopa repu
+_origin=Serbia
+lyrics=Zec kopa repu, a lisica cveklu / Vuk im se prikrade, zeca da ukrade / Zec spazi repu, a lisica cveklu 
/ Vuka nije bilo, u snu im se snilo
+melody=trebleClef A2 A4 F#4 G2 E2 D4 E4 E4 E4 E2 D2 F4 F4 E4 F4 G2 E2 F4 F4 E4 D4 E2 D2
 
 [24]
-title = Jack and Jill
-_origin = Britain
-lyrics = Jack and Jill went up the hill / To fetch a pail of water. / Jack fell down and broke his crown,/ 
And Jill came tumbling after
-melody = trebleClef C4 C8 D4 D8 E4 E8 F4 F8 G4 G8 A4 A8 B2 2C2 2C4 2C8 B4 B8 A4 A8 G4 G8 F4 F8 E4 E8 D2 C2
+title=Jack and Jill
+_origin=Britain
+lyrics=Jack and Jill went up the hill / To fetch a pail of water. / Jack fell down and broke his crown,/ And 
Jill came tumbling after
+melody=trebleClef C4 C8 D4 D8 E4 E8 F4 F8 G4 G8 A4 A8 B2 2C2 2C4 2C8 B4 B8 A4 A8 G4 G8 F4 F8 E4 E8 D2 C2
 
 [25]
-title = Wlazł kotek na płotek
-_origin = Poland
-lyrics = Wlazł kotek na płotek i mruga,/ Ładna to piosenka nie długa. / Nie długa, nie krótka, lecz w sam 
raz,/ Zaśpiewaj koteczku jeszcze raz.
-melody = trebleClef G4 E4 E4 F4 D4 D4 C8 E8 G2 G4 E4 E4 F4 D4 D4 C8 E8 C2
+title=Wlazł kotek na płotek
+_origin=Poland
+lyrics=Wlazł kotek na płotek i mruga,/ Ładna to piosenka nie długa. / Nie długa, nie krótka, lecz w sam 
raz,/ Zaśpiewaj koteczku jeszcze raz.
+melody=trebleClef G4 E4 E4 F4 D4 D4 C8 E8 G2 G4 E4 E4 F4 D4 D4 C8 E8 C2
 
 [26]
-title = Φεγγαράκι μου λαμπρό
-_origin = Greece
-lyrics = Φεγγαράκι μου λαμπρό,/ Φέγγε μου να περπατώ,/ Να πηγαίνω στο σχολειό / Να μαθαίνω γράμματα,/ 
Γράμματα σπουδάματα / Του Θεού τα πράματα.
-melody = trebleClef C4 C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C2 G4 G4 F4 F4 E4 E4 D2 G4 G4 F4 F4 E4 E4 D2 C4 
C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C1
+title=Φεγγαράκι μου λαμπρό
+_origin=Greece
+lyrics=Φεγγαράκι μου λαμπρό,/ Φέγγε μου να περπατώ,/ Να πηγαίνω στο σχολειό / Να μαθαίνω γράμματα,/ Γράμματα 
σπουδάματα / Του Θεού τα πράματα.
+melody=trebleClef C4 C4 G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C2 G4 G4 F4 F4 E4 E4 D2 G4 G4 F4 F4 E4 E4 D2 C4 C4 
G4 G4 A4 A4 G2 F4 F4 E4 E4 D4 D4 C1
 
 [27]
-title = Βρέχει, χιονίζει
-_origin = Greece
-lyrics = Βρέχει, χιονίζει,/ Τα μάρμαρα ποτίζει,/ Κι' ο γέρος πα στα ξύλα / Κ' η γριά του μαγειρεύει / 
Κουρκούτι με το μέλι. / "'Ελα γέρο μου να φας / Πού να φας την / κουτσουλιά,/ Και του σκύλλου την οριά."
-melody = trebleClef D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 
A8 G8 G8
+title=Βρέχει, χιονίζει
+_origin=Greece
+lyrics=Βρέχει, χιονίζει,/ Τα μάρμαρα ποτίζει,/ Κι' ο γέρος πα στα ξύλα / Κ' η γριά του μαγειρεύει / 
Κουρκούτι με το μέλι. / "'Ελα γέρο μου να φας / Πού να φας την / κουτσουλιά,/ Και του σκύλλου την οριά."
+melody=trebleClef D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 A8 G8 G8 D8 G8 G8 G8 A8 A8 
G8 G8
 
 [28]
-title = Котику сіренький
-_origin = Ukraine
-lyrics = Котику сіренький,/ Котику біленький,/ Котку волохатий,/ Не ходи по хаті! / Не ходи по хаті,/ Не 
буди дитяти! / Дитя буде спати,/ Котик воркотати. / Ой на кота воркота,/ На дитину дрімота. / А-а, люлі!
-melody = trebleClef C4 F4 G4 Bb8 Ab8 G4 F4 C4 F4 G4 Bb8 Ab8 G2 F2 Bb4 Bb4 Bb4 Ab4 G2 F2 Bb4 Bb4 Bb4 Ab4 G2 
F2 C4 F4 G4 Bb8 Ab8 G8 F8 G4 F2
+title=Котику сіренький
+_origin=Ukraine
+lyrics=Котику сіренький,/ Котику біленький,/ Котку волохатий,/ Не ходи по хаті! / Не ходи по хаті,/ Не буди 
дитяти! / Дитя буде спати,/ Котик воркотати. / Ой на кота воркота,/ На дитину дрімота. / А-а, люлі!
+melody=trebleClef C4 F4 G4 Bb8 Ab8 G4 F4 C4 F4 G4 Bb8 Ab8 G2 F2 Bb4 Bb4 Bb4 Ab4 G2 F2 Bb4 Bb4 Bb4 Ab4 G2 F2 
C4 F4 G4 Bb8 Ab8 G8 F8 G4 F2
 
 [29]
-title = Baa, Baa, Blacksheep
-_origin = Britain
-lyrics = Baa, baa, black sheep, / Have you any wool? / Yes, sir, yes, sir, / Three bags full; / One for the 
master, / And one for the dame, / And one for the little boy / Who lives down the lane
-melody = trebleClef G4 G4 2D4 2D4 2E8 2E8 2E8 2E8 2D2 2C4 2C4 B4 B4 A4 A4 G2 2D4 2D8 2D8 2C4 2C4 B4 B8 B8 A2 
2D4 2D8 2D8 2C8 2C8 2C8 2C8 B4 B8 B8 A2
+title=Baa, Baa, Blacksheep
+_origin=Britain
+lyrics=Baa, baa, black sheep, / Have you any wool? / Yes, sir, yes, sir, / Three bags full; / One for the 
master, / And one for the dame, / And one for the little boy / Who lives down the lane
+melody=trebleClef G4 G4 2D4 2D4 2E8 2E8 2E8 2E8 2D2 2C4 2C4 B4 B4 A4 A4 G2 2D4 2D8 2D8 2C4 2C4 B4 B8 B8 A2 
2D4 2D8 2D8 2C8 2C8 2C8 2C8 B4 B8 B8 A2
 
 [30]
-title = A la rueda de San Miguel
-_origin = Mexico
-lyrics = A la rueda, a la rueda de San Miguel / Todos traen su caja de miel. / A lo maduro, a lo maduro / 
Que se voltee (nombre del niño) de burro.
-melody = trebleClef G4 G4 2C4 G4 2C4 G8 G8 2C4 2D4 2E2 2C4 2D4 2E2 2C4 2C4 2D4 2D8 2D8 G4 G8 G8 2C2
+title=A la rueda de San Miguel
+_origin=Mexico
+lyrics=A la rueda, a la rueda de San Miguel / Todos traen su caja de miel. / A lo maduro, a lo maduro / Que 
se voltee (nombre del niño) de burro.
+melody=trebleClef G4 G4 2C4 G4 2C4 G8 G8 2C4 2D4 2E2 2C4 2D4 2E2 2C4 2C4 2D4 2D8 2D8 G4 G8 G8 2C2
 
 [31]
-title = Arroz con leche
-_origin = Mexico
-lyrics = Arroz con leche / me quiero casar / con una mexicana / de la capital.
-melody = trebleClef C8 F2 A8 F4 F8 C8 F4 F8 A8 G2 A8 Bb8 A8 G8 F8 E4 E8 C8 D4 E8 E8 F4
+title=Arroz con leche
+_origin=Mexico
+lyrics=Arroz con leche / me quiero casar / con una mexicana / de la capital.
+melody=trebleClef C8 F2 A8 F4 F8 C8 F4 F8 A8 G2 A8 Bb8 A8 G8 F8 E4 E8 C8 D4 E8 E8 F4
 
 [32]
-title = Los pollitos dicen
-_origin = Mexico
-lyrics = Los pollitos dicen / pío pío pío / cuando tienen hambre / cuando tienen frío
-melody = trebleClef A8 E8 A8 B8 2C#4 2C#4 B8 2D8 2C#8 B8 A4 A4 A8 G#8 F#8 E8 B4 B4 E8 E8 F#8 G#8 A4 A4
+title=Los pollitos dicen
+_origin=Mexico
+lyrics=Los pollitos dicen / pío pío pío / cuando tienen hambre / cuando tienen frío
+melody=trebleClef A8 E8 A8 B8 2C#4 2C#4 B8 2D8 2C#8 B8 A4 A4 A8 G#8 F#8 E8 B4 B4 E8 E8 F#8 G#8 A4 A4
 
 [33]
-title = Dale dale dale
-_origin = Mexican song to break a piñata
-lyrics = Dale dale dale / no pierdas el tino / porque si lo pierdes / pierdes el camino
-melody = trebleClef G8 G8 G8 E8 A4 A4 B8 B8 B8 G8 2C4 2C4 G8 G8 G8 E8 A4 A4 B8 B8 B8 G8 2C2
+title=Dale dale dale
+_origin=Mexican song to break a piñata
+lyrics=Dale dale dale / no pierdas el tino / porque si lo pierdes / pierdes el camino
+melody=trebleClef G8 G8 G8 E8 A4 A4 B8 B8 B8 G8 2C4 2C4 G8 G8 G8 E8 A4 A4 B8 B8 B8 G8 2C2
 
 [34]
-title = Kolme varista
-_origin = Finland
-lyrics = Kolme varista istui aidalla. Silivati seilaa, silivati seilaa, yksi lensi pois. Kaksi varista istui 
aidalla. Silivati seilaa, silivati seilaa, yksi lensi pois. Yksi varis vain istui aidalla. Silivati seilaa, 
silivati seilaa, sekin lensi pois.
-melody = trebleClef A4 Bb4 A8 F2 D1 A4 D4 2C4 Bb4 G1 A8 A8 A8 G8 E4 G4 A8 A8 A8 G8 E4 G4 A2 G8 F4 E4 D4
+title=Kolme varista
+_origin=Finland
+lyrics=Kolme varista istui aidalla. Silivati seilaa, silivati seilaa, yksi lensi pois. Kaksi varista istui 
aidalla. Silivati seilaa, silivati seilaa, yksi lensi pois. Yksi varis vain istui aidalla. Silivati seilaa, 
silivati seilaa, sekin lensi pois.
+melody=trebleClef A4 Bb4 A8 F2 D1 A4 D4 2C4 Bb4 G1 A8 A8 A8 G8 E4 G4 A8 A8 A8 G8 E4 G4 A2 G8 F4 E4 D4
 
 
 [35]
-title = Humpty Dumpty
-_origin = Britain
-lyrics = Humpty Dumpty sat on a wall, / Humpty Dumpty had a great fall. / All the king's horses and all the 
king's men / Couldn't put Humpty together again
-melody = trebleClef E4 G8 F4 A8 G8 A8 B8 2C2 E4 G8 F4 A8 G8 F8 E8 D2 E8 E8 G8 F8 F8 A8 G8 A8 B8 2C4 2C8 2E8 
2E8 2C8 2F4 2E8 2D8 2C8 B8 2C2
+title=Humpty Dumpty
+_origin=Britain
+lyrics=Humpty Dumpty sat on a wall, / Humpty Dumpty had a great fall. / All the king's horses and all the 
king's men / Couldn't put Humpty together again
+melody=trebleClef E4 G8 F4 A8 G8 A8 B8 2C2 E4 G8 F4 A8 G8 F8 E8 D2 E8 E8 G8 F8 F8 A8 G8 A8 B8 2C4 2C8 2E8 
2E8 2C8 2F4 2E8 2D8 2C8 B8 2C2
 
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]