Broken Moon stub

This commit is contained in:
Leni Aniva 2023-10-20 23:07:10 -07:00
parent c717ff7f0e
commit fe7f3f2dce
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 41 additions and 0 deletions

41
game/broken-moon.ly Normal file
View File

@ -0,0 +1,41 @@
\version "2.24.0"
\language "english"
\header {
title = "Broken Moon"
composer = "ZUN"
poet = "Transcribed by Nekorare, Leni Aniva"
}
violin = \new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
}
\fixed c'' {
\tempo 4 = 83
\numericTimeSignature
\time 4/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key ef \major
r2 f4 g | bf8 c' g f g c ef f |
<g, d> ef <g, d> bf, <g c>4 g,8 bf, | <af, c> ef f ef <bf, f>4 f8 ef |
f bf <ef g>2 g8 bf |
}
\score {
\violin
\layout {
\context {
\Score
proportionalNotationDuration = #(ly:make-moment 1/4)
\override SpacingSpanner.uniform-stretching = ##t
\override SpacingSpanner.strict-grace-spacing = ##t
}
}
}
\score {
\unfoldRepeats {
\violin
}
\midi { }
}