answersLogoWhite

0

it is really hard......i would use 6

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Music & Radio

Will wetting the string of a string telephone improve the transmission of sound?

Yes, but only if the string is kept taut. A slack string causes the vibrations to dissipate in the first 1/2 inch of string.


String instrument only 4 letters?

String instrument four letters


What is an open e string?

An open E is when you pluck your E string only, without touching the frets.


How much is it to get a electic guitar string fixed?

You could easily just replace the string yourself. normal guitar strings cost about 12-20 dollars. If you dont know how just look up how to do so online, the whole process only takes like ten minutes, but before you buy the strings find out what gauge of string (thickness) you are using


Who plays a twelve string guitar?

Between none and 12 depending on how many are missing! And that's not as daft as it sounds. An unusual but not unheard-of technique is to remove the octave (usually e, a and d, sometimes also g) strings from a 12-string, leaving only the unison strings and resulting in a 9-string or 8-string guitar. This retains the chorused sound of the higher strings but removes the octave doubling of the lower strings. Another technique is known as "Nashville tuning". This can also be done on a six-string but there is no reason why it shouldn't be applied to a 12-string. It consists of using ONLY the octave and unison strings from a 12-string set, giving a 6-string with a re-entrant tuning which can be used to double a conventional rhythm part, or to produce a less bass-heavy chordal part.

Related Questions

What has the author Sidney R Campion written?

Sidney R. Campion has written: 'Only the stars remain'


How many stars and stripes on flag when star spangled banner was written?

13 stars. We still had only the 13 states.


How do you make a hand prosthesis that is able to grasp release and grip by only using a string?

I HAVE TO DO THIS FOR A PROJECT AND I DONT KNOW WHAT TO DO


Calculate length of string using printf statement only?

printf does return the length: size_t len = printf ("%s", str);


If you are using light strings on your parlor acoustic guitar can you replace your G string with a B string?

Yes it is. It is not recommended to do this all the time though, as each gauge string exerts different stress and tension on the guitar neck. It's best to do this only until you can get yourself new strings.


How do you make the strongest chain only using straws craft sticks index cards paper string masking tape pipe cleaners rubber bands and cds?

How do you make the strongest chain only using straws craft sticks index cards paper string masking tape pipe cleaners rubber bands and cds?Read more: How_do_you_make_the_strongest_chain_only_using_straws_craft_sticks_index_cards_paper_string_masking_tape_pipe_cleaners_rubber_bands_and_cds


Difference between thong and g-string?

g string only has a string in the back thong has triangle of fabric g string= T thong = Y


Will wetting the string of a string telephone improve the transmission of sound?

Yes, but only if the string is kept taut. A slack string causes the vibrations to dissipate in the first 1/2 inch of string.


Where string is primitive data type of string data type?

String is not primitive data. Only char,int,double,and boolean are!


Can you summon your hyper psychic blaster if your tuner is a psychic?

yes you can. The only draw back is that you must get 9 stars using ONLY psychic non-tuners.


String instrument only 4 letters?

String instrument four letters


How do you convert char to String in java?

A String is nothing but a bunch of characters one after the other whereas a character has a size of only '1' So converting a string into a char is not possible. what you can do is form a character based on only one element from the string. Ex: String name = "Rocky"; char xyz = name.charAt(0); now the char xyz will have one character from the String.