reflections lyrics and art
This commit is contained in:
parent
2afda79384
commit
8eec5236e7
BIN
reflections/_art/reflections-clouds.png
Normal file
BIN
reflections/_art/reflections-clouds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 462 KiB |
BIN
reflections/_art/reflections-clouds2.png
Normal file
BIN
reflections/_art/reflections-clouds2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 498 KiB |
142
reflections/_art/reflections.html
Normal file
142
reflections/_art/reflections.html
Normal file
@ -0,0 +1,142 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<link href="https://fonts.googleapis.com/css?family=Federo" rel="stylesheet">
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.bg {
|
||||
/*background-image:*/
|
||||
/*linear-gradient(to bottom, #484848 0, #363636 100px, #363636 500px, #181818);*/
|
||||
background-color: #363636;
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.clouds {
|
||||
background-image: url(./reflections-clouds2.png);
|
||||
z-index: 68;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.inner {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(103, 128, 87, 1), rgba(255, 255, 255, 0) 50%),
|
||||
linear-gradient(to left, rgba(107, 113, 128, 1), rgba(255, 255, 255, 0) 50%),
|
||||
linear-gradient(to top, rgba(128, 82, 77, 1), rgba(255, 255, 255, 0) 50%),
|
||||
linear-gradient(to right, rgba(126, 87, 128, 1), rgba(255, 255, 255, 0) 50%);
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
left: 200px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
z-index: 2;
|
||||
}
|
||||
.circle {
|
||||
z-index: 50;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border-radius: 50%;
|
||||
background-color: #363636;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.artist, .title {
|
||||
z-index: 1000;
|
||||
font-family: Federo;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
text-shadow: 1px 1px 1px black,
|
||||
2px 2px 1px rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.artist {
|
||||
font-size: 40px;
|
||||
top: 50px;
|
||||
}
|
||||
.title {
|
||||
font-size: 28px;
|
||||
bottom: 50px;
|
||||
}
|
||||
|
||||
.circle-shadow {
|
||||
position: absolute;
|
||||
top: 300px;
|
||||
left: 300px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
z-index: 60;
|
||||
}
|
||||
.circle-shadow .shadow {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
z-index: 60;
|
||||
/*border: 1px solid rgba(255, 255, 255, 0.4);*/
|
||||
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.circle-shadow [class*="mask"] {
|
||||
z-index: 61;
|
||||
position: absolute;
|
||||
background-color: #363636;
|
||||
|
||||
}
|
||||
.circle-shadow .maskh {
|
||||
width: calc(100% + 5px);
|
||||
height: calc(50% + 5px);
|
||||
}
|
||||
|
||||
.circle-shadow .maskv {
|
||||
width: calc(50% + 5px);
|
||||
height: calc(100% + 5px);
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
|
||||
<div class="bg">
|
||||
<div class="clouds"></div>
|
||||
<div class="artist">Tommy Montgomery</div>
|
||||
<div class="title">Reflections</div>
|
||||
|
||||
<div class="circle" style="top: 100px; left: 100px"></div>
|
||||
<div class="circle" style="top: 100px; left: 300px"></div>
|
||||
<div class="circle" style="top: 300px; left: 100px"></div>
|
||||
<div class="circle" style="top: 300px; left: 300px"></div>
|
||||
|
||||
<div class="circle-shadow" style="top: 100px; left: 100px;">
|
||||
<div class="shadow"></div>
|
||||
<div class="maskv" style="left: -5px; top: -5px"></div>
|
||||
<div class="maskh" style="left: -5px; top: -5px"></div>
|
||||
</div>
|
||||
<div class="circle-shadow" style="top: 100px; left: 300px;">
|
||||
<div class="shadow"></div>
|
||||
<div class="maskh" style="left: -5px; top: -5px"></div>
|
||||
<div class="maskv" style="left: 50%; top: -5px"></div>
|
||||
</div>
|
||||
<div class="circle-shadow" style="top: 300px; left: 100px;">
|
||||
<div class="shadow"></div>
|
||||
<div class="maskh" style="left: -5px; top: 50%;"></div>
|
||||
<div class="maskv" style="left: -5px; top: -5px;"></div>
|
||||
</div>
|
||||
<div class="circle-shadow" style="top: 300px; left: 300px;">
|
||||
<div class="shadow"></div>
|
||||
<div class="maskh" style="left: -5px; top: 50%"></div>
|
||||
<div class="maskv" style="left: 50%; top: -5px"></div>
|
||||
</div>
|
||||
<div class="inner"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
113
reflections/awake/05 Awake.lrc
Normal file
113
reflections/awake/05 Awake.lrc
Normal file
@ -0,0 +1,113 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Awake]
|
||||
[length:12:19]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[01:41.00]Awake arise
|
||||
[01:49.00]and let the Sun open your eyes
|
||||
[01:56.00]Align your mind
|
||||
[02:03.00]you were never that blind
|
||||
|
||||
[02:10.00]
|
||||
|
||||
[02:25.00]To live
|
||||
[02:29.00]To die
|
||||
[02:32.00]Just clip your wings and you'll fly
|
||||
[02:40.00]Give up
|
||||
[02:43.00]Give in
|
||||
[02:47.00]Don't let the madness begin
|
||||
|
||||
[02:55.00]
|
||||
|
||||
[03:31.00]Eyes open wide
|
||||
[03:34.00]trying to see the truth
|
||||
[03:38.00]I don't know why
|
||||
[03:41.00]I never see you
|
||||
[03:45.00]Sun in my eyes
|
||||
[03:49.00]washing away the pain
|
||||
[03:53.00]Awake today
|
||||
[03:56.00]tomorrow the darkness will fade back to light
|
||||
|
||||
[04:03.00]
|
||||
|
||||
[04:38.00]I've felt the wonder
|
||||
[04:41.00]as the pride left my eyes
|
||||
[04:46.00]I've seen the roses
|
||||
[04:48.00]as they reach for the skies
|
||||
[04:53.00]Death and decay our mortal shame
|
||||
[04:56.00]'til our soul leaves the Earth
|
||||
[05:00.00]Futile plan from an ignorant man
|
||||
[05:03.00]We all deserve to burn
|
||||
|
||||
[05:07.00]
|
||||
|
||||
[05:15.00]Roses are red
|
||||
[05:17.00]with the blood of the dead
|
||||
[05:22.00]See the light
|
||||
[05:23.00]for the darkness it will become
|
||||
|
||||
[05:26.00]
|
||||
|
||||
|
||||
[05:40.00]Eyes open wide
|
||||
[05:43.00]trying to see the truth
|
||||
[05:47.00]I don't know why
|
||||
[05:50.00]I never see you
|
||||
[05:54.00]Sun in my eyes
|
||||
[05:58.00]washing away the pain
|
||||
[06:02.00]Awake today
|
||||
[06:05.00]tomorrow the darkness will fade back to light
|
||||
|
||||
[06:12.00]
|
||||
|
||||
[09:05.00]Just let go
|
||||
[09:08.00]of the pain behind those eyes
|
||||
[09:14.00]
|
||||
[09:20.00]Say goodbye
|
||||
[09:23.00]to the rage that never dies
|
||||
|
||||
[09:29.00]
|
||||
|
||||
[09:37.00]If you're nearing the end
|
||||
[09:39.00]just let me in
|
||||
[09:42.00]and I will take you home
|
||||
[09:45.00]If time runs out
|
||||
[09:47.00]but you're still in doubt
|
||||
[09:49.00]remember you're not alone
|
||||
|
||||
[09:52.00]
|
||||
|
||||
[09:53.00]Light will shine on
|
||||
[09:55.00]even after we're gone
|
||||
[10:00.00]Open your eyes
|
||||
[10:02.00]to the legacy you leave behind
|
||||
|
||||
[10:05.00]
|
||||
|
||||
[10:07.00]Eyes open wide
|
||||
[10:11.00]trying to see the truth
|
||||
[10:15.00]I don't know why
|
||||
[10:18.00]I never see you
|
||||
[10:22.00]Sun in my eyes
|
||||
[10:26.00]washing away the pain
|
||||
[10:29.00]Awake today
|
||||
[10:33.00]tomorrow the darkness will fade back to light
|
||||
|
||||
[10:40.00]
|
||||
|
||||
[10:58.00]Open your eyes (Awake)
|
||||
[11:01.00]and I'll show you the light (arise)
|
||||
[11:06.00]Awake and arise (To live)
|
||||
[11:09.00]and step out of the night (To die)
|
||||
[11:13.00]Pain and fear will disappear (Awake)
|
||||
[11:16.00]as your body turns to dust (arise)
|
||||
[11:20.00]Your only sin was giving in (To fall)
|
||||
[11:24.00]it's time to wake up (To fly)
|
||||
|
||||
[11:35.00]
|
||||
|
||||
[11:35.05]Ah
|
||||
|
||||
[11:44.00]
|
100
reflections/blinded/02 Blinded.lrc
Normal file
100
reflections/blinded/02 Blinded.lrc
Normal file
@ -0,0 +1,100 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Blinded]
|
||||
[length:16:17]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[04:00.00]All along the horizon
|
||||
[04:05.00]fleeing threads of gold betray
|
||||
[04:09.00]The night descends in scarlet
|
||||
[04:12.00]with the sound of her refrain
|
||||
[04:18.00]Dream within a dream
|
||||
[04:22.00]lucid thoughts escaping free
|
||||
[04:27.00]Blinded by the vision
|
||||
[04:31.00]but periphery remains
|
||||
|
||||
[04:36.00]
|
||||
|
||||
[04:36.05]Waiting for the lightning strike
|
||||
[04:43.00]But will it come to all who hide their eyes
|
||||
[04:52.00]It's their disguise
|
||||
|
||||
[04:55.00]
|
||||
|
||||
[05:49.00]Under singing thunder
|
||||
[05:54.00]rain begets the thirst for life
|
||||
[05:58.00]Flooding our perception
|
||||
[06:02.00]until the well runs dry
|
||||
[06:07.00]Light shines through the darkness
|
||||
[06:11.00]illuminating all the signs
|
||||
[06:16.00]of what was never questioned
|
||||
[06:20.00]and all that's left to try
|
||||
|
||||
[06:24.00]
|
||||
|
||||
[06:25.00]Whoa
|
||||
[06:42.00]Whoa
|
||||
|
||||
[06:56.00]
|
||||
|
||||
[07:00.00]Looking for the lightning strike
|
||||
[07:07.00]and when it comes I'll let it burn my eyes
|
||||
[07:16.00]No more disguise
|
||||
|
||||
[07:20.00]
|
||||
|
||||
[08:01.00]Scientific explanation never seemed to satisfy
|
||||
[08:14.00]Didactic honorifics can never seem to empathize
|
||||
[08:25.00]A picture's worth a thousand words unless you're deaf and blind
|
||||
[08:36.00]Find the beauty in existing until you're allowed to die
|
||||
|
||||
[08:46.00]
|
||||
|
||||
[08:48.00]Manipulated never stimulated
|
||||
[08:52.00]Seeing red but never really seeing at all
|
||||
[08:59.00]Scars on my wrist
|
||||
[09:01.00]the pain deep inside
|
||||
[09:03.00]I've got to find a way to live
|
||||
[09:06.00]so that I may continue to die
|
||||
|
||||
[09:13.00]
|
||||
|
||||
[11:28.00]Waiting for the sunrise
|
||||
[11:33.00]tendrils in the heav'nly night
|
||||
[11:37.00]Facing new beginnings
|
||||
[11:41.00]with open mind and eyes
|
||||
[11:46.00]All along the horizon
|
||||
[11:50.00]colors bleed new life in me
|
||||
[11:55.00]Beauty in the moment
|
||||
[11:59.00]this dream within a dream
|
||||
|
||||
[12:03.00]
|
||||
|
||||
[12:16.00]No other way to watch it rise
|
||||
[12:20.00]No other way to feast my eyes
|
||||
[12:25.00]Reflections that we see they change with time
|
||||
|
||||
[12:31.00]
|
||||
|
||||
[12:33.00]No other way to pass the time
|
||||
[12:38.00]No other way to let it shine
|
||||
[12:42.00]Reflections that I see they are not mine
|
||||
|
||||
[12:49.00]
|
||||
|
||||
[13:00.00]No other way to see the light
|
||||
[13:05.00]No other time is ever right
|
||||
[13:09.00]Reflections that you see they will be mine
|
||||
|
||||
[13:16.00]
|
||||
|
||||
[13:18.00]No other way to be set free
|
||||
[13:22.00]No other sight mine eyes will see
|
||||
[13:27.00]Reflections that we make they change with time
|
||||
|
||||
[13:34.00]
|
||||
|
||||
[13:36.00]Ah
|
||||
|
||||
[13:45.00]
|
118
reflections/broken-glass/03 Broken Glass.lrc
Normal file
118
reflections/broken-glass/03 Broken Glass.lrc
Normal file
@ -0,0 +1,118 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Broken Glass]
|
||||
[length:9:17]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[00:55.00]Hey sit
|
||||
[00:58.00]I'll tell you a story
|
||||
[01:00.00]of how we came to be this far apart
|
||||
[01:06.00]But it's only the start
|
||||
[01:10.00]and we both know how it will end
|
||||
|
||||
[01:15.00]
|
||||
|
||||
[01:15.05]I'm sinking in
|
||||
[01:17.00]getting under your skin
|
||||
[01:20.00]and you're looking for a way out
|
||||
[01:25.00]Looking back
|
||||
[01:28.00]at all we had
|
||||
[01:30.00]Guess it just wasn't enough
|
||||
|
||||
[01:35.00]
|
||||
|
||||
[01:49.00]As I look through this broken window
|
||||
[01:58.00]I see why I couldn't reach you
|
||||
[02:07.00]All this broken glass between my toes
|
||||
[02:13.00]just can't be swept away
|
||||
[02:17.00]You're unbreakable
|
||||
[02:20.00]I'm unfixable
|
||||
[02:23.00]So maybe it's better this way
|
||||
[02:28.00]To go our separate ways
|
||||
|
||||
[02:33.00]
|
||||
|
||||
[02:49.00]Hey there
|
||||
[02:52.00]how is it going with
|
||||
[02:55.00]all of your dreams and ambitions
|
||||
[02:59.00]I hope that I'm forgiven
|
||||
[03:03.00]for all of the times
|
||||
[03:05.00]that I tried to be a friend in need
|
||||
|
||||
[03:10.00]I can take a hint
|
||||
[03:13.00]but it's been so long
|
||||
[03:17.00]that I just want to know
|
||||
[03:21.00]why we drifted apart
|
||||
[03:23.00]so can you just give me a lie
|
||||
|
||||
[03:29.00]
|
||||
|
||||
[03:29.05]You're sinking in
|
||||
[03:31.00]getting under my skin
|
||||
[03:34.00]And I'm starting to understand why
|
||||
[03:39.00]Looking back
|
||||
[03:42.00]at all we had
|
||||
[03:44.00]Guess it just wasn't enough
|
||||
|
||||
[03:49.00]
|
||||
|
||||
[03:49.05]You stopped caring
|
||||
[03:54.00]I stopped bleeding
|
||||
[03:59.00]I never wanted this
|
||||
[04:02.00]Now I don't need this
|
||||
[04:04.00]I've moved on
|
||||
|
||||
[04:09.00]
|
||||
|
||||
[04:09.05]Ah
|
||||
|
||||
[04:16.00]
|
||||
|
||||
[06:14.00]Hey
|
||||
[06:15.00]I saw you again
|
||||
[06:18.00]and I won't say anything
|
||||
[06:21.00]just like you asked
|
||||
[06:23.00]I hope that you're fine
|
||||
[06:25.00]with the way things fell into place
|
||||
|
||||
[06:30.00]
|
||||
|
||||
[06:30.05]I turned away
|
||||
[06:32.00]nothing to say
|
||||
[06:35.00]and found that it turned out all right
|
||||
[06:39.00]Looking back
|
||||
[06:41.00]at all we had
|
||||
[06:43.00]Guess it just wasn't enough
|
||||
|
||||
[06:48.00]
|
||||
|
||||
[07:01.00]As I look through this broken window
|
||||
[07:11.00]I see why I couldn't reach you
|
||||
[07:20.00]All this broken glass between my toes
|
||||
[07:26.00]just can't be swept away
|
||||
[07:30.00]You're unbreakable
|
||||
[07:33.00]I'm unfixable
|
||||
[07:36.00]So maybe it's better this way
|
||||
[07:41.00]to go our separate ways
|
||||
|
||||
[07:46.00]
|
||||
|
||||
[07:49.00]Our separate ways
|
||||
[07:57.00]Then we'll fade away
|
||||
[08:04.00]Yeah
|
||||
|
||||
[08:06.00]
|
||||
|
||||
[08:07.00]Whoa
|
||||
[08:12.00]Whoa
|
||||
[08:17.00]Whoa
|
||||
|
||||
[08:27.00]
|
||||
|
||||
[08:27.05]Whoa
|
||||
[08:32.00]Whoa
|
||||
[08:37.00]Whoa
|
||||
[08:47.00]Whoa
|
||||
|
||||
[08:50.00]
|
55
reflections/goodbye/08 Goodbye.lrc
Normal file
55
reflections/goodbye/08 Goodbye.lrc
Normal file
@ -0,0 +1,55 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Goodbye]
|
||||
[length:6:03]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[00:54.00]I say goodbye
|
||||
[00:58.00]to all your lies
|
||||
[01:02.00]and then I die
|
||||
[01:07.00]I want to cry
|
||||
[01:12.00]tears fill my eyes
|
||||
[01:15.00]and then I die
|
||||
|
||||
[01:19.00]
|
||||
|
||||
[01:20.00]I tried to leave you behind
|
||||
[01:28.00]but I can't seem to free my mind
|
||||
[01:35.00]When nothing remains inside
|
||||
[01:43.00]all that's left to do
|
||||
[01:48.00]is to say goodbye
|
||||
|
||||
[01:53.00]
|
||||
|
||||
[02:07.00]I wonder why
|
||||
[02:12.00]this love of mine
|
||||
[02:15.00]will never die
|
||||
[02:20.00]I'm out of time
|
||||
[02:25.00]to fix my crimes
|
||||
[02:29.00]and still we'll die
|
||||
|
||||
[02:32.00]
|
||||
|
||||
[02:34.00]I tried to leave you behind
|
||||
[02:41.00]but I can't seem to free my mind
|
||||
[02:49.00]When nothing remains inside
|
||||
[02:56.00]all that's left to do
|
||||
[03:01.00]is to say goodbye
|
||||
|
||||
[03:06.00]
|
||||
|
||||
[03:07.00]This obsession has made me insane as my temple dissolves
|
||||
[03:15.00]But the voices inside of me tell me to never divide
|
||||
[03:23.00]As I say my goodbyes to the hate and the lies I evolve
|
||||
[03:31.00]But the pain will remain 'til it's all washed away with my pride
|
||||
|
||||
[03:38.00]
|
||||
|
||||
[04:47.00]I tried to leave you behind
|
||||
[04:54.00]but I can't seem to free my mind
|
||||
[05:02.00]When nothing remains inside
|
||||
[05:09.00]all that's left to do
|
||||
[05:14.00]is to say goodbye
|
||||
|
||||
[05:20.00]
|
69
reflections/i-built-the-sky/01 I Built the Sky.lrc
Normal file
69
reflections/i-built-the-sky/01 I Built the Sky.lrc
Normal file
@ -0,0 +1,69 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:I Built the Sky]
|
||||
[length:6:52]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[01:14.00]Once upon a time, I tried to read between the lines
|
||||
[01:21.25]All I ever found was the emptiness inside
|
||||
|
||||
[01:29.00]
|
||||
|
||||
[01:30.00]But still life goes on
|
||||
[01:34.75]and I'll carry on
|
||||
[01:39.00]And still the light will never fade because
|
||||
|
||||
[01:44.00]
|
||||
|
||||
[01:44.05]I built the sky
|
||||
[01:54.00]I never asked why
|
||||
[02:03.00]And when it falls
|
||||
[02:07.00]and shatters all
|
||||
[02:11.00]I will not despair because
|
||||
[02:15.00]you'll still be right there
|
||||
|
||||
[02:21.00]
|
||||
|
||||
[02:34.00]Once upon a time I saw the clouds roll across the sky
|
||||
[02:41.50]As the rain fell I felt a pain in my eye
|
||||
[02:49.00]When I looked up I saw that the sky was bare
|
||||
[02:57.00]All of my pain was the absence of your stare
|
||||
|
||||
[03:04.00]
|
||||
|
||||
[03:05.00]There I was trying to find a way out
|
||||
[03:12.00]All the time wasted in fear and in doubt
|
||||
[03:20.00]Building my prison one brick at a time
|
||||
[03:27.00]You made me break through and reach for the sky
|
||||
|
||||
[03:35.00]
|
||||
|
||||
[03:42.25]And all this time I never knew that
|
||||
|
||||
[03:46.00]
|
||||
|
||||
[03:46.25]I built the sky
|
||||
[03:56.00]I never asked why
|
||||
[04:05.00]And when it falls
|
||||
[04:09.00]and shatters all
|
||||
[04:13.00]I will not despair because
|
||||
[04:17.00]you'll still be right there
|
||||
|
||||
[04:23.00]
|
||||
|
||||
[05:23.00]And I'll always know
|
||||
[05:27.00]that when I have to go
|
||||
[05:31.50]I'll see the sky that never fades because
|
||||
|
||||
[05:37.00]
|
||||
|
||||
[05:37.05]You built the sky
|
||||
[05:46.25]You always knew why
|
||||
[05:56.00]And when I fall
|
||||
[05:59.50]you must stand tall
|
||||
[06:03.50]There's nothing to fear because
|
||||
[06:07.00]I'll still be right here
|
||||
|
||||
[06:13.00]
|
||||
|
89
reflections/lost-in-time/06 Lost in Time.lrc
Normal file
89
reflections/lost-in-time/06 Lost in Time.lrc
Normal file
@ -0,0 +1,89 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Lost in Time]
|
||||
[length:10:23]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[02:03.00]Take a breath and let it out
|
||||
[02:18.00]Say the words that won't come out
|
||||
|
||||
[02:30.00]
|
||||
|
||||
[02:34.00]Once the world stops spinning 'round
|
||||
[02:40.00]will you believe enough to hold your ground
|
||||
[02:46.00]The years wasted
|
||||
[02:50.00]tears created
|
||||
[02:53.00]will wash away in the end
|
||||
|
||||
[02:57.00]
|
||||
|
||||
[03:01.00]Watching and waiting
|
||||
[03:05.00]for the time to come
|
||||
[03:09.00]Breathing in then giving up
|
||||
[03:12.00]there's nothing left to say
|
||||
|
||||
[03:17.00]
|
||||
|
||||
[03:42.00]All those tears you heard me cry
|
||||
[03:46.00]All those times I tried to fly
|
||||
[03:50.00]Could not stand for fear to try
|
||||
[03:54.00]Lost in time
|
||||
|
||||
[03:57.00]All those fears you could deny
|
||||
[04:01.00]All the love that passed on by
|
||||
[04:05.00]Striving for the perfect lie
|
||||
[04:09.00]Lost in time
|
||||
|
||||
[04:13.00]
|
||||
|
||||
[05:37.00]Losing your sense of perception
|
||||
[05:46.00]Wondering where it went wrong
|
||||
[05:55.00]Staring back at your reflection
|
||||
[06:03.00]It's stringing you along
|
||||
|
||||
[06:11.00]
|
||||
|
||||
[06:12.00]Clinging to the ash of a flame that once burned bright
|
||||
[06:17.00]Waging your own war for a little peace of mind
|
||||
[06:23.00]Stepping toward the doorway that's been swinging open wide
|
||||
[06:29.00]And for one tiny moment it finally felt right
|
||||
|
||||
[06:34.00]
|
||||
|
||||
[06:35.00]And as it flickers out
|
||||
[06:39.00]your only hope
|
||||
[06:42.00]is one more moment in time
|
||||
|
||||
[06:48.00]
|
||||
|
||||
[07:28.00]Sitting so silently
|
||||
[07:32.00]nothing left to say
|
||||
[07:36.00]Acting like there's no way out
|
||||
[07:39.00]for all eternity
|
||||
|
||||
[07:44.00]
|
||||
|
||||
[07:58.00]All those tears you heard me cry
|
||||
[08:02.00]All those times I tried to fly
|
||||
[08:06.00]Could not stand for fear to try
|
||||
[08:10.00]Lost in time
|
||||
|
||||
[08:13.00]All those fears you could deny
|
||||
[08:17.00]All the love that passed on by
|
||||
[08:20.00]Striving for the perfect lie
|
||||
[08:25.00]Lost in time
|
||||
|
||||
[08:28.00]
|
||||
|
||||
[08:40.00]Always wondering if you're done
|
||||
[08:44.00]Life for you has just begun
|
||||
[08:48.00]Fight the war that's never won
|
||||
[08:52.00]Lost in time
|
||||
|
||||
[08:55.00]Vowing that you'd never run
|
||||
[08:58.00]Looking past the ones who shun
|
||||
[09:02.00]Now you know your work's not done
|
||||
[09:07.00]Lost in time
|
||||
|
||||
[09:11.00]
|
62
reflections/silence/07 Silence.lrc
Normal file
62
reflections/silence/07 Silence.lrc
Normal file
@ -0,0 +1,62 @@
|
||||
[ar:Tommy Montgomery]
|
||||
[al:Reflections]
|
||||
[ti:Silence]
|
||||
[length:3:56]
|
||||
|
||||
[00:00.00]
|
||||
|
||||
[00:16.00]The silence fades away
|
||||
[00:24.00]I can't hear anything
|
||||
[00:30.00]but the sound of all the years gone by
|
||||
[00:38.00]But I'm so close
|
||||
[00:42.00]almost there
|
||||
|
||||
[00:48.00]
|
||||
|
||||
[00:53.00]So I reach out
|
||||
[00:57.00]for the last time again
|
||||
|
||||
[01:03.00]
|
||||
|
||||
[01:09.00]The moment slips away
|
||||
[01:17.00]Thinking of everything that remains
|
||||
[01:24.00]of all the wasted time
|
||||
[01:30.00]But I'm waiting
|
||||
[01:35.00]fading out
|
||||
|
||||
[01:40.00]
|
||||
|
||||
[01:45.00]So I reach out
|
||||
[01:49.00]for the last time again
|
||||
|
||||
[01:55.00]
|
||||
|
||||
[02:01.00]Reach out
|
||||
[02:04.00]and try to hold on
|
||||
[02:07.00]until the silence
|
||||
[02:12.00]breaks you down
|
||||
|
||||
[02:19.00]
|
||||
|
||||
[02:35.00]Until the end of time
|
||||
[02:41.00]our story waits for our reply
|
||||
|
||||
[02:48.00]
|
||||
|
||||
[02:50.00]And when our time runs out
|
||||
[02:56.00]all we can do is try and
|
||||
|
||||
[03:05.00]
|
||||
|
||||
[03:05.05]Reach out
|
||||
[03:08.00]for the last time again
|
||||
[03:13.00](Reach out hold on)
|
||||
[03:19.00]So I'll reach out
|
||||
[03:23.00]for the last time again
|
||||
[03:27.00](Reach out for the silence)
|
||||
|
||||
[03:34.00]
|
||||
|
||||
[03:35.00]Ah
|
||||
|
||||
[03:41.00]
|
Loading…
Reference in New Issue
Block a user