How does lstening to classical music help with school work?

January 272010

I only understand calc II when I listen to classical music and i cant take my ipod to the test lol, but anyway how does that help ppl concentrate?

Studies have shown that listening to music while studying actually reduces concentration. My guess is that you are not actively listening to the music (which requires concentration on the music), but perhaps listening passively to drown out ambient sounds. It is also possible that you are a rare case, but I don’t think it applies to most other people. Science has never shown that listening to any music (classical or otherwise) while performing a task helps in the performance of that task.

Listening to some music that you like before doing something can help you relax, however.

How do I transfer music from one iTunes list to another?

January 272010

Posted in music | 1 Comment »

Alright, so I’ve got like 3 different computers, and I have an iTunes list on each of them and have different music on all of them. So, is there a way that I can compile all my music onto one computer? I know there’s a website out there, but I can’t remember what it’s called. Other than burning all my music onto database CDs or separate music discs, can I get all my songs from one computer to another?
Thank ya!

IM the files then import them to iTunes.

I sing folk songs to a small guitar- to start my professional career should I gig at old folks homes?

January 252010

My best number is ‘There was a lover and his lass, with a hey nonny no and rosemary and thyme’
I follow this with ‘What shall we do with the drunken sailor? Hey nay and up she rises’
I finsih after about two hours with a comic version of ‘Old Jed is dead and so is his daughter, the both drank from the stream they knew they didn’t aughter.’

I think it’s a good idea to do that to give you practice in front of a live audience. Then when your ready hit an open mic. But think of all the joy you’ll bring to the elderly giving them something different in their monotonous nursing home life. Have fun and keep going.

How do you get a girl or boyfriend on animal crossing city folk wii?

January 232010

Posted in folk | 2 Comments »

I’m wanting to know if you can get a girl or boy friend on animal crossing city folk wii and if so how?

No, there’s no way to get one.

Do you know any Bb Clarinet sheet music for 1st year players - maybe jazz music?

January 232010

Do you know any Bb Clarinet sheet music for 1st year players - maybe jazz music. I just need something to do

Clarinet doesn’t play much jazz…
If ur bored, buy trumpet music
and play it with the clarinet
That would be super fantastic

How do you get your music on a iphone to a new itunes library ?

January 232010

Posted in music | 6 Comments »

So i got a new computer and had to redownload everything. i downloaded itunes but there’s no music on it. i know that if i synch my phone it would have no music at all on it. i still have music on my iphone , is there a way where i can transfer that music into my new itunes library.

What you need is an iPhone Transfer. It is a program that can help you easily transfer the music on your iPhone from iPhone to iTunes.
Here is a quick guide of how to transfer the music from iPhone to iTunes.
1. Before you start to transfer, please make sure that you have installed the latest iTunes and your iPhone is connecting to your computer.
2. Install and launch iPhone Transfer, this program will read the files on your iPhone
3. Select the mustic you want to transfert to iTunes
3. Just click "iTunes" to trasfer the music to your new iTunes
That is it. It can’t be much easier to get the music to your new iTunes.

can someone check my grammar pls?

January 202010

According to Balliger, politics are not merely political structure but it’s all about power relation in everyday activities. From my personal musical experience I also encounter some of this situation where dominating power of foreign music influence the society. I was watching a primetime TV show in which the singers singing pop music are collaborated by the kulintang ensemble, but instead of playing the instruments on its traditional manner the performer were instructed to change the rhythmic pattern in order to cope to the pop music. The function of the kulintang ensamble is purely to accompany the group of pop singers. This situation show how the music industry today politically manipulates and washout the value of traditional music of our country. Aside from this I also notice that some of the radio station in the country is purchasing and continuously airing Korean pop even though we don’t understand the language some people are trying to sing and do the dances step of these songs.

According to Balliger, politics are not merely political a* structure but *they are* all about power relation in everyday activities. From my personal musical experience I also encounter some of this situations** where dominating power of foreign music influence *todays society*. I was watching a prime time television* show in which the singers singing pop music are collaborated by the Kulintang ensemble, but instead of playing the instruments on its traditional manner the performer were instructed to change the rhythmic pattern in order to cope to the pop music. The function of the Kulintang ensemble??? is purely to accompany the group of pop singers. This situation shows* how the music industry today politically manipulates and washes out* the value of traditional music of our country. Aside from this I also noticed* that some of the radio stations* in the country are** purchasing and continuously airing Korean Pop even though we don’t understand the language. Some people are trying to sing and do the dances step of these songs.

I put stars next to the things I fixed. I’m guessing you’re not very good at grammar? Understandable. There might be more that needs fixing those are just what I saw right away.

What are good sites to find the lyrics of famous russian folk songs (romanized)…?

January 202010

and also lyrics for songs by baskov

http://pesenki.ru/

http://top-charts.ru/lyrics-ru.php

What does it mean to be called square in Jazz music?

January 202010

I am a Classically trained pianist in a Jazz band. Unfortunately, my instructor tells me that I am square all the time. He says I need to be triangle. What the heck does that mean?

you dont swing
everything is on the beat
your chord voicings are very basic

How to move music player down and add a picture in between display pic and music player?

January 202010

Posted in music | 2 Comments »

Oops that’s a lengthy question.

But yes I want to add a picture beneath my display picture (it’s not a big one it’s 151 x 45) and I want to move the music player down because I see now that there won’t be enough space for my pic.

Any codes please from you myspace gurus?

The cleanest way to do that, is to add the image as a background to the profileInfo area, position it at the bottom of the profileInfo area, and then apply padding or a margin, to the inner table of that space, to create the space for your image to show through.

Is 151 the length or the height?

For example:
<style>
table.profileInfo table {margin-bottom:45px;}
table.profileInfo {
background-image:url(YOUR URL HERE);
background-position:left bottom;
background-repeat:no-repeat;}
</style>

Because the above code block consists of only a style block, the code location doesn’t matter much. The about me will work.

That puts the image just under your profileInfo space (well within it really, at the bottom).

This will automatically move the music player down.
It will move all content, that you have, below the profileInfo area, down.

If you want the image under the profile picture, and above the mood display and links, you need different code.
Slightly more complex, but easy enough.