OpenMusicScores/game/broken-moon.ly

85 lines
2.8 KiB
Plaintext
Raw Permalink Normal View History

2023-10-20 23:07:10 -07:00
\version "2.24.0"
\language "english"
\header {
2024-02-27 20:04:55 -08:00
title = "Broken Moon (Incomplete Version)"
2023-10-20 23:07:10 -07:00
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
2023-10-21 22:14:21 -07:00
\key c \minor
2023-10-20 23:07:10 -07:00
2023-11-19 22:35:36 -08:00
r2 f4-4 g-1 | bf8-3 c'-4 g f g c ef f |
2023-10-21 22:14:21 -07:00
<bf, 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 | <ef c'> c' bf c' g4 <d g>8 ef |
f g f ef c4 c8 bf, | <af, c>4 <af, c>8 ef <bf, f> ef <d f> g |
<ef, c>2 <g, c>4 c8 d |
\tempo 4 = 95
ef4. g8 f ef d ef |
\tempo 4 = 100
c4. d8 ef4. c8 | <d f>4. ef8 f \tuplet 3/2 {ef16 f ef} f8 g |
g4. f16 g <d g>4 8 c16 d |
\tempo 4 = 103
<c ef>4. g8 f ef f g |
<ef bf>4. <ef c'>8 ef4. c8 | d4. c8 d ef f ef |
d4. ef16 d c4. c16 d |
%<ef c'>8 c' bf c' g4 <d g>8 ef | f g f ef c4 c8 bf,|
\tempo 4 = 107
ef4. g8 f ef d ef |
c4. d8 ef4. c8 | <d f>4. ef8 f \tuplet 3/2 {ef16 f ef} f8 g |
g4. f16 g <d g>4 8 c16 d | <c ef>4. g8 f ef f g |
<ef bf>4. <ef c'>8 ef4. c8 | d4. c8 d ef f ef |
d4. ef16 d c4. c16 d |
% identical to beginning
bf8 c' g f g c ef f |
<bf, 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 | <ef c'> c' bf c' g4 <d g>8 ef |
f g f ef c4 c8 bf, | <af, c>4 <af, c>8 ef <bf, f> ef <d f> g |
<ef, c>2 <g, c>4 f8 g | <bf, d>8 ef \tuplet 3/2 {d16 ef d} bf,8 <g, c>4 g,8 bf, |
<af, c> ef f ef <bf, f>4 f8 ef |
\tempo 4 = 107
f f16 ef f8 bf <ef g>4 g8 bf |
\tempo 4 = 104
<ef c'> c' bf c' g4 <d g>8 ef |
\tempo 4 = 100
2023-10-26 20:51:00 -07:00
f g f ef c4 c8 bf, |
2023-10-21 22:14:21 -07:00
\tempo 4 = 95
<af, c>4 8 ef <bf, f> ef bf4 | <ef c'>1 |
2024-02-27 20:04:55 -08:00
%\tuplet 3/2 {ef16 f fs} g fs f ef c bf c ef c4.~ | c1 |
2023-10-26 20:51:00 -07:00
2023-10-21 22:14:21 -07:00
%ef4. g8 f ef d ef |
%c4. d8 ef4. c8 | <d f>4. ef8 f \tuplet 3/2 {ef16 f ef} f8 g |
%g4. f16 g <d g>4 8 c16 d | <c ef>4. g8 f ef f g |
%<ef bf>4. <ef c'>8 ef4. c8 | d4. c8 d ef f ef |
2023-10-20 23:07:10 -07:00
}
\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 { }
}