I feel the moonlight pulling at the tide
There is nowhere else I ever want to hide
Your shadows dancing right across the floor
I am knocking softly on your open door
The midnight breeze is whispering so slow
We let the heavy thoughts of morning go
A single glance across the darkened room
And every little silence starts to bloom
Closer now, the fire is burning bright
Caught inside this magic of the night
Every breath is pulling me to you
There is nothing that I would rather do
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
Oh, sink into my warmth, pull me near
Sink into my warmth, pull me near
The timber glowing softly by the fire
We are wrapped inside a slow-burning desire
Your fingers trace a circle on my skin
And this is where the better parts begin
Closer now, the fire is burning bright
Caught inside this magic of the night
Every breath is pulling me to you
There is nothing that I would rather do
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
Oh, sink into my warmth, pull me near
Sink into my warmth, pull me near
The quiet world is fading to the gray
But you and I were meant to find a way
We leave the busy rushing far behind
With only tender visions on my mind
A gentle rhythm softly takes command
Just let Sayed take you by the hand
Close your eyes and breathe the moment in
Let the sweet and slow embrace begin
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
import re
with open('lyrics_draft.txt', 'r') as f:
lyrics = f.read()
forbidden_words = [
"808", "trap", "reggaeton", "garage", "bpm", "synth", "hi-hat", "bassline", "autotune", "reverb", "dhol", "loop", "mix", "master",
"luxury", "speed", "urban", "club", "lavish", "exclusive", "vip", "nightclub", "boujee", "opulent", "street",
"designer", "penthouse", "champagne", "velvet", "rope", "gold", "chain", "diamond", "sleek", "car", "tumbi",
"boy", "girl", "he", "she", "him", "her", "his", "hers"
]
lower_lyrics = lyrics.lower()
for word in forbidden_words:
if re.search(r'\b' + word + r'\b', lower_lyrics):
print.. f"Forbidden word found: {word}"..
if "sayed" not in lower_lyrics:
print.. "Sayed not found!"..
if lower_lyrics.count("sayed") != 1:
print.. "Sayed should appear exactly once!"..
sections = [
"", "", "", "", "",
"", "", "", "",
"", "", ""
]
for section in sections:
if section not in lyrics:
print.. f"Section {section} missing!"..
print.. "Check done."..
There is nowhere else I ever want to hide
Your shadows dancing right across the floor
I am knocking softly on your open door
The midnight breeze is whispering so slow
We let the heavy thoughts of morning go
A single glance across the darkened room
And every little silence starts to bloom
Closer now, the fire is burning bright
Caught inside this magic of the night
Every breath is pulling me to you
There is nothing that I would rather do
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
Oh, sink into my warmth, pull me near
Sink into my warmth, pull me near
The timber glowing softly by the fire
We are wrapped inside a slow-burning desire
Your fingers trace a circle on my skin
And this is where the better parts begin
Closer now, the fire is burning bright
Caught inside this magic of the night
Every breath is pulling me to you
There is nothing that I would rather do
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
Oh, sink into my warmth, pull me near
Sink into my warmth, pull me near
The quiet world is fading to the gray
But you and I were meant to find a way
We leave the busy rushing far behind
With only tender visions on my mind
A gentle rhythm softly takes command
Just let Sayed take you by the hand
Close your eyes and breathe the moment in
Let the sweet and slow embrace begin
Sink into my embrace and let it fade
Every little promise we have made
Hold me till the stars begin to fall
I just want to give you my all
import re
with open('lyrics_draft.txt', 'r') as f:
lyrics = f.read()
forbidden_words = [
"808", "trap", "reggaeton", "garage", "bpm", "synth", "hi-hat", "bassline", "autotune", "reverb", "dhol", "loop", "mix", "master",
"luxury", "speed", "urban", "club", "lavish", "exclusive", "vip", "nightclub", "boujee", "opulent", "street",
"designer", "penthouse", "champagne", "velvet", "rope", "gold", "chain", "diamond", "sleek", "car", "tumbi",
"boy", "girl", "he", "she", "him", "her", "his", "hers"
]
lower_lyrics = lyrics.lower()
for word in forbidden_words:
if re.search(r'\b' + word + r'\b', lower_lyrics):
print.. f"Forbidden word found: {word}"..
if "sayed" not in lower_lyrics:
print.. "Sayed not found!"..
if lower_lyrics.count("sayed") != 1:
print.. "Sayed should appear exactly once!"..
sections = [
"", "", "", "", "",
"", "", "", "",
"", "", ""
]
for section in sections:
if section not in lyrics:
print.. f"Section {section} missing!"..
print.. "Check done."..