Midnight shadows dancing on the floor
I only want to pull you close and lock the door
The quiet moments burning up the room
We are getting tangled in the sweet perfume
I trace the memories written on your skin
Wondering where the silence ends and we begin
The glowing embers catch the gentle spark
As I try to navigate you in the dark
I hear the heartbeat racing in your chest
And suddenly I am forgetting all the rest
You pull me deeper into something true
There is nothing else I want to feel but you
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
Ooh, feeling you close
You are the magic that I need the most
A single touch is whispering a thousand words
The sweetest conversation that I ever heard
I read the longing looking in your eyes
We are a constellation in the midnight skies
I hear the heartbeat racing in your chest
And suddenly I am forgetting all the rest
You pull me deeper into something true
There is nothing else I want to feel but you
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
Ooh, feeling you close
You are the magic that I need the most
In the midnight stillness we ignite the fire
The shadows fade but we are holding on
I want to keep you here until the dawn
The world outside is fading out of view
It always comes right back to me and you
Yeah, it is Sayed giving everything to you
I am leaving my heart open tonight
And every single word I say is right
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
import re
import sys
def main():
with open('lyric-raw.txt', 'r') as f:
content = f.read()
forbidden_words =
errors =
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', content, re.IGNORECASE):
errors.append.. f"Forbidden word found: {word}"..
# check headers
headers = ", "", "", "", "", "", "", "", "", "", "", ""]
for header in headers:
if header not in content:
errors.append.. f"Missing header: {header}"..
# check that parentheses are only used after a bracketed vocal delivery instruction, or not incorrectly used for headers
# We allow (text), but want to make sure the structure is correct.
if errors:
print.. "Validation errors found:"..
for e in errors:
print.. "-", e..
sys.exit.. 1..
else:
print.. "Validation passed."..
sys.exit.. 0..
if __name__ == '__main__':
main()
I only want to pull you close and lock the door
The quiet moments burning up the room
We are getting tangled in the sweet perfume
I trace the memories written on your skin
Wondering where the silence ends and we begin
The glowing embers catch the gentle spark
As I try to navigate you in the dark
I hear the heartbeat racing in your chest
And suddenly I am forgetting all the rest
You pull me deeper into something true
There is nothing else I want to feel but you
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
Ooh, feeling you close
You are the magic that I need the most
A single touch is whispering a thousand words
The sweetest conversation that I ever heard
I read the longing looking in your eyes
We are a constellation in the midnight skies
I hear the heartbeat racing in your chest
And suddenly I am forgetting all the rest
You pull me deeper into something true
There is nothing else I want to feel but you
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
Ooh, feeling you close
You are the magic that I need the most
In the midnight stillness we ignite the fire
The shadows fade but we are holding on
I want to keep you here until the dawn
The world outside is fading out of view
It always comes right back to me and you
Yeah, it is Sayed giving everything to you
I am leaving my heart open tonight
And every single word I say is right
In the midnight stillness we ignite the fire
Falling slowly into our desire
Every breath we share is pulling me right in
Starting up a journey where we both can win
import re
import sys
def main():
with open('lyric-raw.txt', 'r') as f:
content = f.read()
forbidden_words =
errors =
for word in forbidden_words:
if re.search(r'\b' + re.escape(word) + r'\b', content, re.IGNORECASE):
errors.append.. f"Forbidden word found: {word}"..
# check headers
headers = ", "", "", "", "", "", "", "", "", "", "", ""]
for header in headers:
if header not in content:
errors.append.. f"Missing header: {header}"..
# check that parentheses are only used after a bracketed vocal delivery instruction, or not incorrectly used for headers
# We allow (text), but want to make sure the structure is correct.
if errors:
print.. "Validation errors found:"..
for e in errors:
print.. "-", e..
sys.exit.. 1..
else:
print.. "Validation passed."..
sys.exit.. 0..
if __name__ == '__main__':
main()