- MusicHub - https://musichub.greensparkstudio.com/ -

Hai Apna Dil To Awara – Hemant Kumar

[Chorus]

    G              C

Hai apanaa dil, to aawaaraa,

    D            G

Naa jaane kis pe aayegaa.

 

[Verse 1]

  G                    G

Haseenon ne bulayaa, gale se bhee lagaya,

   C               D           G

Bahut samajhaya, yahi naa samajhaa,

  G                    G

Haseenon ne bulayaa, gale se bhee lagaya,

   C               D           G

Bahut samajhaya, yahi naa samajhaa,

  G               C

Bahut bholaa hain bechaaraa,

    D            G

Na jaane kis pe aayegaa.

    G              C

Hai apanaa dil, to aawaaraa,

     D            G

Naa jaane kis pe aayegaa.

 

[Verse 2]

 G                    G

Ajab hai deewana, na ghar na thikana,

  C                 D         G

Zameen se begana, falak se judaa.

G                    G

Ajab hai deewana, na ghar na thikana,

  C                 D         G

Zameen se begana, falak se judaa.

 

   G          C

Ye ek toota hua tara,

    D            G

Na jaane kis pe aayegaa.

    G              C

Hai apanaa dil, to aawaaraa,

    D            G

Naa jaane kis pe aayegaa.

 

[Verse 3]

  G                       G

Zamana dekhaa sara, hain sab kaa sahara,

   C               D          G

Ye dil hi humara, hua na kise ka,

  G                       G

Zamana dekhaa sara, hain sab kaa sahara,

   C               D          G

Ye dil hi humara, hua na kise ka,

  G                C

Safar mein hain ye banjara,

     D            G

Naa jaane kis pe aayegaa.

     G             C

Hai apanaa dil, to aawaaraa,

     D            G

Naa jaane kis pe aayegaa.

 

[Verse 4]

  G                    G

Hua jo kabhi raazi, to mila naheen kaazi,

   C                  D           G

Janhaa pe lagi baazi, waheen pe hara,

  G                    G

Hua jo kabhi raazi, to mila naheen kaazi,

   C                  D           G

Janhaa pe lagi baazi, waheen pe hara,

 

   G            C

Zaamane bhar ka naakara,

    D            G

Naa jaane kis pe aayegaa.

    G              C

Hai apanaa dil, to aawaaraa,

     D            G

Naa jaane kis pe aayegaa.

Video(s)

Official Video Music - Saregama Music

Hai apna dil to awara - Solva Saal (1958) - Voice from the past

Guitar Tutorial - The Euphony

Guitar lesson | Chords & Melody | (With Tab) - Kush Plays

Guitar Lesson | Easy + Advance Chords - StringgBender

.auto-scroll { position: fixed; left: 20px; top: 60%; transform: translateX(-60%); z-index: 1000; width: 35px; text-align:center; } .auto-scroll button { font-size: 14px; padding:0px; margin-bottom:5px; border: none; background-color: #992600; border-radius: 50px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: all 0.3s ease; width: 30px; height: 30px; } .auto-scroll button.active { background-color: #2196F3; color: #fff; } .auto-scroll button i { font-size: 18px; display: block; } .auto-scroll button i.fa-pause-circle { font-size: 18px; }
var scrollInterval; var currentSpeed = 1; function startScroll(speed) { var scrollSpeed = 1; if (speed === 2) { scrollSpeed = 2; } else if (speed === 3) { scrollSpeed = 3; } currentSpeed = speed; document.querySelectorAll(".auto-scroll button").forEach(function(btn) { btn.classList.remove("active"); }); document.getElementById("speed-" + speed + "x").classList.add("active"); scrollInterval = setInterval(function() { window.scrollBy(0, scrollSpeed); if ((window.innerHeight + window.pageYOffset) >= document.body.offsetHeight) { stopScroll(); resetScroll(); } }, 50); } function stopScroll() { clearInterval(scrollInterval); } function resetScroll() { document.getElementById("start-stop").innerHTML = ''; document.querySelectorAll(".auto-scroll button:not(#start-stop)").forEach(function(btn) { btn.setAttribute("disabled", true); btn.classList.remove("active"); }); } document.getElementById("start-stop").addEventListener("click", function() { if (this.innerHTML === '') { startScroll(1); this.innerHTML = ''; document.querySelectorAll(".auto-scroll button:not(#start-stop)").forEach(function(btn) { btn.removeAttribute("disabled"); }); } else { stopScroll(); resetScroll(); } }); document.getElementById("speed-1x").addEventListener("click", function() { if (currentSpeed !== 1) { stopScroll(); startScroll(1); } }); document.getElementById("speed-2x").addEventListener("click", function() { if (currentSpeed !== 2) { stopScroll(); startScroll(2); } }); document.getElementById("speed-3x").addEventListener("click", function() { if (currentSpeed !== 3) { stopScroll(); startScroll(3); } });