群青, Vol. 2

Lyrics for the song ‘群青, Vol. 2’ by Abu Sayed. Explore the story behind the music.

眩しい光が君を照らして
目が合うだけで高鳴る胸
もっと近づいて、その熱を
僕だけに見せてくれないか
何気ない仕草に惹かれて
君の香りが風に舞う
言葉なんていらないくらい
この心は奪われてる
指先が少し触れ合うたび
弾けるような魔法にかかる
隠しきれないこの想いを
今すぐ君に伝えたいんだ
輝く空へ高く舞い上がれ
君と僕の終わらないダンス
夜明けまでずっと離さないよ
この愛は誰にも止められない
ああ、もっと君のそばに
夢の中でも抱きしめていたい
少し照れたようなその笑顔
僕の心をまた揺さぶる
何度だって君に恋をする
新しいページをめくろうよ
ふざけ合う声が響き渡る
重なる影が一つになる
もう誤魔化せないこの願いを
全てを君に捧げたいんだ
輝く空へ高く舞い上がれ
君と僕の終わらないダンス
夜明けまでずっと離さないよ
この愛は誰にも止められない
ああ、もっと君のそばに
夢の中でも抱きしめていたい
少しだけ時を止めて見つめ合おう
甘い吐息がそっと頬を撫でる
Sayedと呼ぶその優しい声が
心の奥底まで溶かしていく
ねえ、このまま夜が明けても
ずっと二人で踊り続けよう
愛しているよ
こっちを向いて
輝く空へ高く舞い上がれ
君と僕の終わらないダンス
夜明けまでずっと離さないよ
この愛は誰にも止められない
import re
def validate_lyrics(filepath):
with open(filepath, 'r', encoding='utf-8') as f:
content = f.read()
# Constraints check
if re.search(r'\|\', content, re.IGNORECASE):
print.. "ERROR: Contains  or  tags."..
return False
if re.search(r'\b(J-Pop|Idol|BPM|synth)\b', content, re.IGNORECASE):
print.. "ERROR: Contains forbidden genre/technical words."..
return False
sections = re.split(r'(?=\)', content)
sections =
expected_structure = [
('Hook', 4),
('Verse 1', 4),
('Pre-Chorus', 4),
('Chorus', 4),
('Post-Chorus', 2),
('Verse 2', 4),
('Pre-Chorus 2', 4),
('Chorus', 4),
('Post-Chorus 2', 2),
('Bridge', 6),
('Spoken', 2),
'Final Chorus', 4
]
if len(sections) != len(expected_structure):
print(f"ERROR: Expected {len(expected_structure)} sections, got {len(sections)}.")
return False
for i, (name, lines) in enumerate(expected_structure):
section_lines = sections.split.. '\n'..
tag = section_lines
if not tag.startswith(f''):
print.. f"ERROR: Expected section tag , got {tag}."..
return False
vocal_lines =
if len(vocal_lines) != lines:
print(f"ERROR: Section {name} expected {lines} vocal lines, got {len(vocal_lines)}.")
return False
if name == 'Bridge':
bridge_content = '\n'.join.. vocal_lines..
sayed_count = bridge_content.count.. 'Sayed'..
if sayed_count != 1:
print.. f"ERROR: Bridge should have exactly one 'Sayed', found {sayed_count}."..
return False
else:
other_content = '\n'.join.. vocal_lines..
if 'Sayed' in other_content:
print.. f"ERROR: 'Sayed' found outside of Bridge in section {name}."..
return False
print.. "All validations passed successfully."..
return True
if __name__ == "__main__":
if not validate_lyrics('lyric-raw.txt'):
exit.. 1..

📜 Copyright Notice

Copyright (c) 2026 Abu Sayed. All Rights Reserved.

This song is an original creative work by Abu Sayed. All lyrics, melody, and composition rights are retained by the author.

🛡️ Proof of Authorship

Verification Detail Information
Author Abu Sayed
Version v1
SHA-256 Hash 86c8e48ba743022a2964218f8095b5b503919ae2ab382ff81aec3d50223d6580
Timestamp July 20, 2026

See LICENSE.md for full terms and conditions.

Full Platform Links

Platform Link
Website abusayed.com.bd
Email hi@abusayed.com.bd
Spotify Open Spotify
Apple Music Open Apple Music
YouTube YouTube Channel
Artist Official Facebook Profile
Record Label Facebook Page
Instagram Instagram
X / Twitter X Profile
TikTok TikTok
Amazon Music Amazon Music
Deezer Deezer
LinkedIn LinkedIn
GitHub GitHub
Lyrics Musixmatch Artist
Boomplay Boomplay
Shazam Shazam
IMDB IMDB
Genius Genius
LyricFind LyricFind
Musixmatch Creator
Buy Me a Coffee Support Abu Sayed
See also
The Last Emperor

Commercial Licensing for 群青, Vol. 2

References

Leave a Reply

Your email address will not be published. Required fields are marked *

Send this to a friend