Leave It Alone (The Forester Sisters song)

"Leave It Alone" is a song written by Radney Foster and Bill Lloyd, and recorded by American country music group The Forester Sisters. It was released in November 1989 as the second single from their Greatest Hits compilation album. The song reached number 7 on the Billboard Hot Country Singles & Tracks chart.[1]

"Leave It Alone"
Single by The Forester Sisters
from the album Greatest Hits
B-side"I Fell in Love Again Last Night"
ReleasedNovember 25, 1989
GenreCountry
Length3:11
LabelWarner Bros. Nashville
Songwriter(s)Radney Foster, Bill Lloyd
Producer(s)Wendy Waldman
The Forester Sisters singles chronology
"Don't You"
(1989)
"Leave It Alone"
(1989)
"Drive South"
(1990)

Chart performance

Chart (1989–1990) Peak
position
Canada Country Tracks (RPM)[2] 6
US Hot Country Songs (Billboard)[3] 7

Year-end charts

Chart (1990) Position
Canada Country Tracks (RPM)[4] 61
US Country Songs (Billboard)[5] 56
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?

References

  1. Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. p. 125.
  2. "Top RPM Country Tracks: Issue 9237." RPM. Library and Archives Canada. March 17, 1990. Retrieved August 23, 2013.
  3. "The Forester Sisters Chart History (Hot Country Songs)". Billboard.
  4. "RPM Top 100 Country Tracks of 1990". RPM. December 22, 1990. Retrieved August 23, 2013.
  5. "Best of 1990: Country Songs". Billboard. Prometheus Global Media. 1990. Retrieved August 23, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.