体はパンで出来ている
I am the bone of my bread.
血潮はパン生地、心はあんこ
Dough is my body, and beanpaste is my blood.
幾たびも頭を変えて不敗
I have changed over a thousand heads.
ただ一度の敗走もなく、
Unaware of loss.
ただ一度の勝利もなし
Nor aware of gain.
作り手はただの孤り
Withstood pain to bake ann-buns.
パン工場でパンを焼く
waiting for one's arrival.
ならば、我が生涯に意味は不要ず
I have no regrets. This is the only path.
この体は、無限のパンで出来ていた
My whole life was "unlimited bread works"
−−−−−−−体は機械で出来ている。
We are the bone of my gun.
血潮はオイルで 心は執念。
Bullet is our body , and oil is our blood.
幾たびもミスターを追いかけ失敗。
We have chased them over a thousand times.
ただの一度の敗走も無く、
Unknown to failure.
ただの一度も捕獲できない。
Nor known to success.
彼女らは十二姉妹 マダムマルチアーノの下で忠誠を謳う。
Have withstood pain to fight with guild.
故に、生涯に意味は無く。
Yet , those hands will never hold happiness.
その体は、きっと機械で出来ていた。
So as we shout , unlimited machine-gun talking.
Private Declare Function midiOutGetNumDevs Lib "winmm" () As Integer
Private Declare Function midiOutOpen Lib "winmm.dll" (lphMidiOut As Long, ByVal uDeviceID As Long, ByVal dwCallBack As Long, ByVal dwInstance As Long, ByVal dwFlags As Long) As Long
Private Declare Function midiOutShortMsg Lib "winmm.dll" (ByVal hMidiOut As Long, ByVal dwMsg As Long) As Long
Private Declare Function mciExecute Lib "winmm.dll" (ByVal lpstrCommand As String) As Long
Private Declare Function midiOutReset Lib "winmm.dll" (ByVal hMidiOut As Long) As Long
Private Declare Function midiOutClose Lib "winmm.dll" (ByVal hMidiOut As Long) As Long
Const MMSYSERR_NOERROR = 0
Private Declare Function mciSendString Lib "winmm.dll" Alias _
"mciSendStringA" (ByVal lpstrCommand As String, ByVal _
lpstrReturnString As Any, ByVal uReturnLength As Long, ByVal _
hwndCallback As Long) As Long
Dim hMidiOut As Long