Are you listening close in the quiet dark
I can feel the steady rhythm of your beating heart
Every breath we take is a spark igniting
With your hand in mine the world is inviting
The shadows dance across the wooden floor
I never knew a hunger like this before
Your eyes are holding onto every word I say
I want to lose myself in you and hide away
The fire burns down to a glowing ember
This is the night I always will remember
Your skin is warm against the midnight air
There is a magic swirling everywhere
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
Falling into this love tonight
Deep into this love tonight
The coffee on the table has gone cold by now
But we are burning up the room and I do not know how
Your fingertips trace circles on my waiting skin
This is the exact moment where our lives begin
The fire burns down to a glowing ember
This is the night I always will remember
Your skin is warm against the midnight air
There is a magic swirling everywhere
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
Falling into this love tonight
Deep into this love tonight
We trace the memories written in the fading light
Holding on to everything that feels so right
I want to freeze this second and make it ours alone
You are the greatest love that Sayed has ever known
Every single touch is a promise I will keep
Falling into your arms so wonderfully deep
I just want to hold you here forever
We can take on the whole world together
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
import re
def validate_lyrics(filepath):
with open(filepath, 'r') as f:
content = f.read()
sections = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
for sec in sections:
if sec not in content:
print.. f"Missing section: {sec}"..
return False
# Check for gendered words
gendered_words =
words = re.findall(r'\b\w+\b', content.lower())
for gw in gendered_words:
if gw in words:
print.. f"Found gendered word: {gw}"..
return False
# Check bridge lines
bridge_match = re.search(r'\(.*?)\', content, re.DOTALL)
if not bridge_match:
print.. "Could not extract bridge"..
return False
bridge_lines =
if len(bridge_lines) != 6:
print(f"Bridge has {len(bridge_lines)} lines, expected 6")
return False
# Check Sayed in bridge
sayed_lines =
if len(sayed_lines) != 1:
print(f"Sayed found in {len(sayed_lines)} lines in bridge, expected exactly 1")
return False
print.. "Validation passed!"..
return True
if __name__ == "__main__":
validate_lyrics.. "lyric-raw.txt"..
I can feel the steady rhythm of your beating heart
Every breath we take is a spark igniting
With your hand in mine the world is inviting
The shadows dance across the wooden floor
I never knew a hunger like this before
Your eyes are holding onto every word I say
I want to lose myself in you and hide away
The fire burns down to a glowing ember
This is the night I always will remember
Your skin is warm against the midnight air
There is a magic swirling everywhere
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
Falling into this love tonight
Deep into this love tonight
The coffee on the table has gone cold by now
But we are burning up the room and I do not know how
Your fingertips trace circles on my waiting skin
This is the exact moment where our lives begin
The fire burns down to a glowing ember
This is the night I always will remember
Your skin is warm against the midnight air
There is a magic swirling everywhere
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
Falling into this love tonight
Deep into this love tonight
We trace the memories written in the fading light
Holding on to everything that feels so right
I want to freeze this second and make it ours alone
You are the greatest love that Sayed has ever known
Every single touch is a promise I will keep
Falling into your arms so wonderfully deep
I just want to hold you here forever
We can take on the whole world together
And I am falling deep into this crimson heart love
It is a feeling sent from somewhere up above
You pull me close and steal my breath away
I want to stay right here and let the music play
import re
def validate_lyrics(filepath):
with open(filepath, 'r') as f:
content = f.read()
sections = [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
for sec in sections:
if sec not in content:
print.. f"Missing section: {sec}"..
return False
# Check for gendered words
gendered_words =
words = re.findall(r'\b\w+\b', content.lower())
for gw in gendered_words:
if gw in words:
print.. f"Found gendered word: {gw}"..
return False
# Check bridge lines
bridge_match = re.search(r'\(.*?)\', content, re.DOTALL)
if not bridge_match:
print.. "Could not extract bridge"..
return False
bridge_lines =
if len(bridge_lines) != 6:
print(f"Bridge has {len(bridge_lines)} lines, expected 6")
return False
# Check Sayed in bridge
sayed_lines =
if len(sayed_lines) != 1:
print(f"Sayed found in {len(sayed_lines)} lines in bridge, expected exactly 1")
return False
print.. "Validation passed!"..
return True
if __name__ == "__main__":
validate_lyrics.. "lyric-raw.txt"..