Compare commits

..

4 Commits

Author SHA1 Message Date
Leni Aniva d4871c789d
Finger position fix 2024-03-10 16:31:50 -07:00
Leni Aniva d6e2d50348
Senbonzakura finger positions 2024-03-01 17:02:56 -08:00
Leni Aniva 0965eff789
Senbonzakura last part 2024-02-27 20:01:59 -08:00
Leni Aniva 78eaea97be
Senbonzakura for violin 2024-02-27 13:14:09 -08:00
7 changed files with 202 additions and 563 deletions

View File

@ -1,95 +0,0 @@
\version "2.24.0"
\language "english"
\header {
title = "I Vow to Thee, My Country"
composer = "Gustav Holst"
poet = "Cecil Spring Rice"
}
violin = \relative { \repeat volta 2 {
\tempo 4 = 100
\numericTimeSignature
\time 3/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key c \major
r2 e'8( g) | a4. c8 b8. g16 |
c8(d c4) b | a8( b) a4( g) |
e2 e8( g) | a4. c8 b8. g16 |
c8(d) e4 e | e8( d) c4 d |
c2 g8( e) | d4. d8( c e) |
d4(g) g8( e) | d4. d8( e g) |
a2 a8( b) | c8. c16 b4 a |
g4 c4 e, | d8( c) d4 e |
g2 e8( g) | a4.(c8) b8.(g16)|
c8(d c4) b | a8( b) a4( g) |
e2 e8( g) | a4.(c8) b8. g16 |
c8(d) e4 e | e8 d c4 d |
c2 r4 | r2 r4 |
}}
first = \lyricmode {
I vow to thee my
country all earthly "things a" --
bove, En -- tire and whole and
per -- fect, the service of my
love. The love "that asks no"
questions, the love "that stands the"
test. That lays up -- on the
al -- tar the dearest and the
best. The "love that" never
falters, the "love that" "pays the"
price. The "love that" makes un --
daun -- ted the fin -- al sa -- cri --
fice.
}
second = \lyricmode {
And there -- 's ano -- ther
country I've "heard of" "long a" --
go. Most dear to them that
love her, most great-to them that
know. We may "not count her"
armies, we may "not see her"
king. Her for -- tress is a
faithful heart her "pride is" su -- ffer --
ing. And "soul by" soul
silently, her shining "bounds in" --
crease. "And her" "ways are" ways of
gentle -- ness, and all her paths are
peace.
}
\score{
\midi {
\context {
\Score
midiChannelMapping = #'instrument
}
}
\layout {
\context {
\Score
}
}
<<
\new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
}
<<
\new Voice = "violin" {
\violin
}
>>
\new Lyrics \lyricsto "violin" {
<<
\first
\new Lyrics {
\set associatedVoice = "violin"
\second
}
>>
}
>>
}

View File

@ -1,133 +0,0 @@
\version "2.24.0"
\language "english"
\header {
title = "The Maple Leaf Forever"
composer = "Alexander Muir"
poet = "Alexander Muir"
}
violinU = \fixed c' { \repeat volta 2 {
\tempo 4 = 110
\time 4/4
\key bf \major
\partial 4 f4 |
d4 f d'4. bf8 | g4 bf f2 | a4. bf8 c'4 bf | a4 g f4. ef8 |
d4 f bf bf | d'4 bf g a8(bf)| c'8 8 bf4 a g8(f)| f2 4 4 |
g4 f bf4. f8 | g4 bf f4. 8 | g4 4 ef'4. d'8 | d'8 c'4. r4 f4 |
f'4 d' bf a | g4 bf f4. 8 | g4 ef' d'4. c'8 | \partial 2. c'8 bf4.(4) |
\section
\sectionLabel "Refrain"
\partial 4 f4 |
d4 f bf4. f8 | g4 bf f4. 8 | g4 g ef'4. d'8 | d'8 c'4. r4 f |
f'4 d' bf a | g4 bf f4. 8 | g4 ef' d'4. c'8 | \partial 2. c'8 bf4.(4) |
}}
violinL = \fixed c' {
\tempo 4 = 110
\time 4/4
\key bf \major
\partial 4 d4 |
bf,4 d f4. f8 | ef4 ef d2 | ef4. d8 ef4 d | e4 e f4. c8 |
bf,4 d d d | f4 f ef f | f8 f e4 4 8(f)| c4 d ef ef |
d4 4 4. 8 | ef4 ef d4. 8 | ef4 f g4. 8 | f8 4.(4) f4 |
f4 4 4 4 | ef4 ef d4. 8 | ef4 g f4. ef8 | \partial 2. ef8 d4.(4) |
\section
\sectionLabel "Refrain"
\partial 4 d4 |
bf,4 d4 4. 8 | ef4 ef d4. 8 | ef4 f g4. 8 | f8 4.(4) 4 |
f4 4 4 4 | ef4 4 d4. 8 | ef4 g f4. ef8 | \partial 2. ef8 d4.(4) |
}
%violin = \fixed c' { \repeat volta 2 {
% \tempo 4 = 110
% \numericTimeSignature
% \time 4/4
% \override Accidental.hide-tied-accidental-after-break = ##t
% \key bf \major
%
% \partial 4 <d f>4 |
% <bf, d>4 <d f> <f d'>4. <f bf >8 | <ef g>4 <ef bf>4 <d f>2 |
% <ef a>4. <d bf>8 <ef c>4 <d bf>4 | <e a>4 <e g> f4. <c ef>8 |
% <bf, d>4 <d f> <d bf> | <f d'> <f bf> <ef g>
%}}
\bookpart{ \score{
%\midi {
% \context {
% \Score
% midiChannelMapping = #'instrument
% }
%}
\layout {
\context {
\Score
}
}
<<
\new Staff \with {
instrumentName = "Violin 1"
shortInstrumentName = "V1"
midiInstrument = "violin"
} <<
\override Accidental.hide-tied-accidental-after-break = ##t
\new Voice = "violin" {
\violinU
}
>>
\new Staff \with {
instrumentName = "Violin 2"
shortInstrumentName = "V2"
midiInstrument = "violin"
} <<
\override Accidental.hide-tied-accidental-after-break = ##t
\new Voice = "violin" {
\violinL
}
>>
>>
}}
\bookpart{ \score{
\midi {
\context {
\Score
midiChannelMapping = #'instrument
}
}
\layout {
\context {
\Score
}
}
<<
\new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "Vln."
midiInstrument = "violin"
} <<
\override Accidental.hide-tied-accidental-after-break = ##t
\new Voice = "violin" {
\violinU
}
>>
\new Staff \with {
instrumentName = "Viola"
shortInstrumentName = "Vla."
midiInstrument = "viola"
} <<
\override Accidental.hide-tied-accidental-after-break = ##t
\new Voice = "viola" {
\clef alto
\violinL
}
>>
>>
}}

View File

@ -1,84 +0,0 @@
\version "2.24.0"
\language "english"
\header {
title = "Broken Moon (Incomplete Version)"
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 c \minor
r2 f4-4 g-1 | bf8-3 c'-4 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 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
f g f ef c4 c8 bf, |
\tempo 4 = 95
<af, c>4 8 ef <bf, f> ef bf4 | <ef c'>1 |
%\tuplet 3/2 {ef16 f fs} g fs f ef c bf c ef c4.~ | c1 |
%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 |
}
\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 { }
}

View File

@ -39,7 +39,7 @@ violin = \new Staff \with {
{
as='4 es' bs es | cs4. ds4. gs4 | as4.-3
\override NoteHead.color = "blue"
a2~-1 a8 | cs4. bs4. as4~ |
a2~-1 a8 | cs4. bs4. as4 |
as=''4.
\override NoteHead.color = "black"
gs4.-2 as4 | es4 gs ds bs | cs4. bs2~ bs8 |
@ -57,17 +57,15 @@ violin = \new Staff \with {
d=''4 d8 d r d d r | cs4 cs8 e4 e8 fs8 r8 |
d=''4 r8 cs4 r8 d4 | r1 |
<b=' b'>4-1-4 8 8 r8 8 8 r8 | <cs cs'>4-1-4 8 8 r8 8 8 r8 |
<cs cs'='''>4 8 8 r8 8 8 r8 | fs4-1 r8 fs4 r8 fs4 |
cs'='''4-4 8 8 r8 cs8 8 r8 | fs,4-1 r8 as4 r8 fs4 |
%d'='''4 d8 d r d d r | cs4 cs8 e4 e8 fs8 r8 |
%d='''4 r8 cs4 r8 d4 | r1 |
%<b, b'>4 8 8 r8 8 8 r8 | <cs cs'>4 8 8 r8 8 8 r8 |
%cs'=''4 8 8 r8 cs8 8 r8 | fs,4 r8 bf4 r8 fs4 |
}
\key a \minor
\key c \major
r1 |
\repeat volta 2 {
e=''4-2 c'-3 b d,8 e~ | e=''2.. r8 |
e4 d' c b8 c8~ | c='''4 b a g8-2 a8~ |
a4 g e g8 a8~ | a=''4 g e g8 e~ |
@ -77,9 +75,6 @@ violin = \new Staff \with {
a=''4 g e g8 a~ | a=''4 g e g8 <cs, a'>~-2-3 |
1~ | 2.. r8
\volta 2 \fine
\volta 1
c=''4 e d b8 c8~ | c2.. r8 |
c4 d e d8 e8~ | e4 d c b8 c8~ |
c4 b a b8 c8~ | c4 b a b8 a8~ |
@ -100,13 +95,13 @@ violin = \new Staff \with {
%1~ | 2.. r8 |
\key gs \minor
gs='2..-1 r8 | gs4 as b cs8 gs8~ |
gs='2.. r8 | gs4 as b cs8 gs8~ |
gs2.. r8 | ds'4 cs b cs8 b8~ |
b4-3 as-3 gs as8 b8~ | b4 as gs as8 b8~ |
b4 as gs as8 b8~ | b4 as gs as8 b8~ |
b4 cs ds cs8 ds8~ | ds2.. r8 |
ds=''2.. r8 | gs,4 as b as8 b8~ |
b4 as gs fs8 gs8~ | gs2..-2 r8 |
ds'4-1 cs b cs8 b8~ | b4 as gs as8 bs8~ |
b4 as gs fs8 gs8~ | gs2.. r8 |
ds'4 cs b cs8 b8~ | b4 as gs as8 bs8~ |
1~ | 2.. r8 |
% Fitted closer to ZUN version
@ -124,7 +119,6 @@ violin = \new Staff \with {
%b4 as gs fs8 gs8~ | gs2.. r8 |
%gs4 as b cs8 gs8~ | gs4 as gs as8 bs8~ |
%bs1~ | bs2.. r8 |
}
}
\score {

View File

@ -3,51 +3,48 @@
\header {
title = "Прощание славянки"
composer = "Васи́лий Ива́нович Ага́пкин"
poet = "В. Лазарев, А. Федотов"
poet = "А. Федотов, В. Лазарев"
}
violin = \fixed c' {
\tempo 4 = 210
\tempo 4 = 114
\numericTimeSignature
\time 4/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key f \minor
\clef treble
\repeat segno 2 {
f'2\ff df' | c'2 bf4\upbow r8 g8\upbow | af4 c' g c' |
f'2\ff df' | c'2 bf4 r8 g8 | af4 c' g c' |
\repeat volta 2 {
f r c'4.(\mf df'8) |
c'2\downbow af4.( g8) | f2 e4( f) | g2.( e4)| c r c'4.( df'8) |
c'2 af4.( g8) | f2 e4( f) | g2. e4(| c) r c'4.( df'8) |
c'2 b4( c') | g'2 af'4.(g'8)| f'1~ | f'4 r f'4.( e'8) |
g'2 f'4( df') | bf2 df'4(f')| c'2.( af4)| f2 c'4.( df'8) |
c'2 e4.( g8) | c'4 r g4.(af8)| f4\downbow 8\downbow 8 4 4 |
g'2 f'4( df') | bf2 df'4(f')| c'2. af4(| f2) c'4.( df'8) |
c'2 e4.( g8) | c'4 r g4.(af8)| f4 8 8 4 4 |
}
\repeat volta 2 {
4 r4 c2\f | af1~ | 2 g4.( f8) |
g1~ | 4 r4 c2 | g1~ | 2 af4.( g8) |
f1~ | 4 r4 c2 | f1~ | 2 g4.( f8) |
bf1~ | 4 4(\< c' df')\! | c'2\f g2 | af2. g4 |
}}
f4 r e2 | f4\downbow 8\downbow 8 4 r4 | r2 c'2\p| af' f' |
bf1~ | 4 4\< c' df'\! | c'2\f g2 | af2. g4 |}
f4 r e2 | f4 8 8 4 r4 | r2 c'2\p| af' f' |
c' af | g1~ | 4 r4 c'2 | g'2 e'4.( c'8)|
g'2 af'4.( g'8)| f'1~ | 4 c'(df' c')\mp| bf2 g2 |
r4 bf( c' bf)| af2 f | r4 af(bf af)| g2 df' |
c' e | f1~ | 4 4(\< g af) | bf2\mf\! g |
r4 bf( c' bf)| af2 f | r4 af(bf af)| g2 df' |
c' e | f4 r e2 | f4\downbow 8\upbow 8 4 r4 | f'2\ff df' |
c' bf4.\upbow g8\upbow
| af4 c' g c' | f\f r c'4.(df'8)| ef'2 af'4.(g'8)|
c' e | f4 r e2 | f4 8 8 4 r4 | f'2\ff df' |
c' bf4. g8 | af4 c' g c' | f\f r c'4.(df'8)| ef'2 af'4.(g'8)|
f'2 e'4( f') | g'2. e'4 | c' r c'4.(df'8)| c'2 b4( c')|
g'2 af'4.( g'8)|
f'1~ | f'4 r f'4.( e'8) |
g'2 f'4( df')| bf2 df'4(f')| c'2. af4 | f2 c'4.( df'8) |
c'4 r4 e4.( g8)| c'4 r g4. af8| f4\downbow 8\downbow 8 4 4 |
c'4 r4 e4.( g8)| c'4 r g4. af8| f4 8 8 4 4 |
4 r4 c2\f | af1~ | 2 g4.( f8) |
g1~ | 4 r4 c2 | g1~ | 2 af4.( g8) |
f1~ | 4 r4 c2 | f1~ | 2 g4.( f8) |
bf1~ | 4 4( c' df') | c'2 g2 | af2. g4 |
bf1~ | 4 4 c' df' | c'2 g2 | af2. g4 |
f4 r e2 | f1~ | 4 r4 c2\mf | af1~ |
2 g4. f8 | g1~ | 4 r4 c2 | g1~ |
g2 af4.( g8) | f1~ | 4 r4 c2 | f c' |
@ -55,77 +52,55 @@ violin = \fixed c' {
af'2. g'4 | f'4 r e'2 | f'4 8 8 4 r4 |
}
lyrics_lazarev = \lyricmode {
\override LyricText.color = "#005555"
_ _ _ _ _ _ _ _ _
<<
{ _ Нас --
тупа -- ет мин -- ута про -- щания,
Ты глядишь мне тревож -- но в_глаза,
И лов -- лю я родное дыха -- ние,
А вдали уже дышит гро -- за.
\repeat unfold 4 { \skip 1 }
_ Про -- щай, отчий край,
Ты нас вспоми -- най,
Про -- щай, милый взгляд,
Прости-прощай _, прости- -- про -- щай. }
\new Lyrics = "lazarev2" \with { alignBelowContext = "lazarev" } {
\override LyricText.color = "#005555"
\set associatedVoice = "violin"
_ Дро -- гнул во -- здух туманный и синий,
И_тре -- вога ко -- снул -- ась висков,
И зо -- вёт нас на_подвиг Ро -- ссия,
Веет ветром от шага пол -- ков.
\repeat unfold 4 { \skip 1 }
_ Про -- щай, отчий край,
Ты нас вспоми -- най,
Про -- щай, милый взгляд,
Несе_из нас придут на -- зад.
}
>>
\repeat unfold 2 { \skip 2 }
_ _ _ _
Ле -- тят, ле -- тят го -- да,
У -- хо -- дят_во мглу по -- езда,
А_в них солдаты.
И_в небе тёмном,
Горит сол -- да -- тская зве -- зда.
}
lyrics_fedotov = \lyricmode {
\override LyricText.color = "#550000"
_ _ _ _ _ _ _ _ _
<<
{ _ Этот
марш не смол -- кал на перронах,
Когда враг зас -- лонял гори -- зонт.
С_ним отцов наших в дымных ваго -- нах
Пое -- зда уво -- зи -- ли_наронт.
\repeat unfold 2 { \skip 1 }
И лов -- лю я родное дыха -- ние,
А вдали уже ды -- шит гро -- за.
\repeat unfold 4 { \skip 1 }
}
\new Lyrics {
\override LyricText.color = "#550000"
\set associatedVoice = "violin"
_ Он Мос -- кву от -- стоял в_сорок первом,
В_со -- рок пятом шагал на Берлин,
Он c_сол -- датом про -- шёл до Победы
По до -- рогам нелёг -- ких годин.
\repeat unfold 2 { \skip 1 }
_ Дро -- гнул во -- здух туманный и синий,
И_тре -- вога ко -- снул -- ась вис -- ков,
И зо -- вёт нас на подвиг Россия,
Ве -- ет ветром от шага пол -- ков.
\repeat unfold 4 { \skip 1 }
}
>>
_ И если в_по -- ход
Стра -- на позо -- вёт,
За край наш родной
Мы_все пойдём в священный бой!
\repeat unfold 2 { \skip 2 }
_ _ _ _
Шу -- мят в_по -- лях хле -- ба.
Ша -- га -- ет Отчи -- зна моя
К_вы -- сотам счастья,
Сквозь все ненастья,
Дорогой ми -- ра и тру -- да.
}
\bookpart { \score {
lyrics_lazarev = \lyricmode {
_ _ _ _ _ _ _ _ _
<<
{ _ Нас --
тупа -- ет мин -- ута про -- щания,
Ты глядишь мне тревож -- но в_гла -- за,
И лов -- лю я родное дыха -- ние,
А вдали уже ды -- шит гро -- за.
\repeat unfold 4 { \skip 1 }
_ Про -- щай, отчий край,
Ты нас вспоми -- най,
Про -- щай, милый взгляд,
Прости-прощай _ _ _, прости- -- прощай _. }
\new Lyrics = "lazarev2" \with { alignBelowContext = "lazarev" } {
\set associatedVoice = "violin"
_ Дро -- гнул во -- здух туманный и синий,
И_тре -- вога ко -- снул -- ась вис -- ков,
И зо -- вёт нас на подвиг Россия,
Ве -- ет ветром от шага пол -- ков.
\repeat unfold 4 { \skip 1 }
_ Про -- щай, отчий край,
Ты нас вспоми -- най,
Про -- щай, милый взгляд,
Не все из нас придут на -- зад.
}
>>
\repeat unfold 2 { \skip 2 }
}
\score {
\midi {
\context {
\Score
@ -156,38 +131,5 @@ lyrics_fedotov = \lyricmode {
\lyrics_lazarev
>>
}
\new Lyrics = "fedotov" \lyricsto "violin" {
<<
\lyrics_fedotov
>>
}
>>
}}
\bookpart { \score {
%\midi {
% \context {
% \Score
% midiChannelMapping = #'instrument
% }
%}
\layout {
\context {
\Score
proportionalNotationDuration = #(ly:make-moment 1/2)
\override SpacingSpanner.uniform-stretching = ##t
\override SpacingSpanner.strict-grace-spacing = ##t
}
}
<<
\new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
}
<<
\new Voice = "violin" {
\violin
}
>>
>>
}}
}

138
misc/senbonzakura.ly Normal file
View File

@ -0,0 +1,138 @@
\version "2.24.0"
\language "english"
\header {
title = "千本桜 Senbonzakura"
composer = "Kurousa-P"
}
violin = \fixed c'' {
\tempo 4 = 150
\numericTimeSignature
\time 4/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key d \minor
\sectionLabel "Verse 1"
d4-2 d8.( c16) d8 f f g | d4 d8.( c16) d8 c a, c |
d4 d8.( c16) d8 f g a | a4 \tuplet 3/2 {g8( a g)} f4 d |
d4 d8.( c16) d8 f f g | d4 d8.( c16) d8 c c a, |
d4 d8.( c16) c8 d f g | a4 \tuplet 3/2 {g8( a g)} f4 d |
f4-4( e-3) d-2( c-1) | c8 c16( d) a,8-0 g, a,2 |
a,8( c8 d4) g e-0| f4 e8( c ) d2
f4( e) d( c) | c8 c16( d) a,8 g, a,4 a,8( c) |
<d, d>8 8 r8 <d, d>8 <d, f-4>4 g4 |
\section
\sectionLabel "Chorus 1"
<a, e>2-0 r4 d8 f |
g8. 16~( 8 a) a4. a8-1| c'8-3 d'-4 g-2 f-1 a4-3 d8( f) |
g8. 16~( 8 a) a4. a8 | bf8 a g f f4 d8 (f) |
g8. 16~( 8 a) a4. a8-1| c'8 d' g f a4 d8( f) |
bf4 a g f | g8 a e-0 c d4 d8( f) |
g8. 16~( 8 a) a4. a8-1| c'8 d' g f a4 d8( f) |
g8. 16~( 8 a) a4. a8 | bf8 a g16( a)g( f) 4 d8( f)|
g8. 16~( 8 a) a2-1 | c'8 d' g f a4 d8( f) |
bf4 a g f | g8 f-1 a-3 c'-3 d'2~-4 |
d'1 | r1
\section
\sectionLabel "Instrumental Bridge"
g8-1 a-2 d16 c d c g8 a d16 c d c | g8 a c'-1 f'-4 e'16(f') e'(d') c'8 a-2 |
g8 a d16 c d c g8 a d16 c d c | g8 a d16 c d c f8 e16( f)d8 c |
a16 g a c'-3 d' c' a-2 g d8 f g a | <d, d>8. 16( 8) 8 4 r4 |
\section
\sectionLabel "Verse 2"
\fixed c' {
d4-0 d8.(c16-3) d8 f f g | d4 d8.( c16) d8 c a, c |
d4 d8.(c16) d8 f g a | a4 g f d |
}
<d, d>8-0-2 r8 8(r16 <d, c>) 8 d f g | d4 d8.( c16) d8 c c a, |
c16( d8.) d8.( c16) c8 d f g | g16( a8.) g4 f d |
f4( e) d( c)| c8 16(d) a,8 g, a,2 |
a,8(c d4) g e | f4 e8( c) d2 |
f4( e) d( c)| c8 16(d) a,8 g, a,4 8 c |
<d, d>8-2 8(r <d, d>8) <d, f>4 g |
\section
\sectionLabel "Chorus 2"
e4.-0 f32( g a c' e'8) r8 d-3 f-1 |
g8. 16~( 8 a) a4. a8-1 | c'8 d' g f a4 d8( f) |
g8. 16~( 8 a) a4 r8 g16(a) | bf8 a g f f4 d8 (f) |
g8. 16~( 8 a) a2-1 | c'8 d' g f a4 d8( f) |
bf4 a g f | g8 a e-0 c d4 d8( f) |
g8. 16~( 8 a) a4. a8-1| c'8 d' g f a4 d8( f) |
g8. 16~( 8 a) a4. g16(a) | bf8 a g f f4 d8( f) |
g8. 16~( 8 a) a4 r8 a8-1| c'8 d' g f a4 d8( f) |
bf4 a g16(a g8) f4 | g8 f a c'-3 d'2-4 |
\section
\sectionLabel "Instrumental Bridge"
<f d'>8-3-4 8 8 8 8 8 d'16-4(c'-3)a8-2 |
<d g>8-3-2 8 8 8 8 8 g16-2( f-1) d8-3 |
<f, d>8-2-3 8 8 8 8 8 d16-3( c-2) a,8-0 |
g,16-3 16 8 c16-2 16 8 cs16-3 16 8 e16-0 16 8 |
a16-3 f-1 d-3 f a f d f a f d f a f d f |
bf16-3 g-1 ef-3 g bf g ef g bf g ef g bf g ef g |
bf16-4 f-1 d-3 f bf f d f bf f d f bf f d f |
g16-2 e-0 c-2 e g e c e a-3 e cs e a e cs e |
a16-3 f-1 d-3 a,-0 a f d a, a f d f a f d f |
bf16-3 g-1 ef-3 g bf g ef g bf g ef g bf g ef g |
bf16-4 f-1 d-3 f bf f d f bf f d f bf f d f |
g16-2 e-0 c-2 e g e c a,-0 a-3 e-0 cs-2(e)a4\upbow |
\fixed c' {
f4-2( e) d( c) | c8 16(d-4) a,8 g,8 a,2 |
a,8(c) d4 g e | f4( e8 c) d2 |
f4( e) d( c) | c8 16(d) a,8 g,8 a,4 a,8 c |
d8 4 8 f4 g | e1\> |
}
\section
\sectionLabel "Chorus 3"
r2.\p d8(\upbow f ) |
g8. 16~( 8 a) a4. a8-1| c'8 d' g f a4 d8( f) |
g8. 16~( 8 a) a4. a8 | bf8 a g f f4 d8 (f) |
g8. 16~( 8 a) a4. a8-1| c'8 d' g f a4 d8( f) |
bf4 a g f | g8 a g a a4 e8-0\f( g-1) |
\key e \minor
a8.-2 16~(8 b) b4. 8-1 | d'8 e' a-2 g-1 b4 e8( g) |
g8.-1 16~(8 a) a4. a8 | c'8 b a16( b) a( g) g4 e8( g) |
g16(a8.) a8( b) 4. 8-1 | d'8 e' a g a16( b8.) e8( g-1) |
b16( c'8.) b4 a16( b a8) g4 | a8 g b-1 d' e'2~ |
% Instrumental Bridge
\section
\sectionLabel "Instrumental Bridge"
e'1~ | e'2 fs'4. g'16 fs' |
e'1 | e'2 b4 a8 g |
<e, c>16 c <e, c> c <e, c> c <e, c> c <d, d> d <d, d> d <d, d> d <d, d> d |
<e, g>16 g <e, g> g <e, g> g <e, g> g <e, g> g <e, g> g <d, d> d <d, d> d |
<e, c>16 c <e, c> c <e, c> c <e, c> c <d, d> d <d, d> d <d, d> r <d, d> r |
<e, e>8. 16(8) <e, d> <e, e>4 r8 b16 d' | e'8. 16(8) d' e'2~ |
e'2.~ 8 b16( g) | e8 r2.. |
}
\score{
\midi {
\context {
\Score
midiChannelMapping = #'instrument
}
}
\layout {
\context {
\Score
}
}
<<
\new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
} <<
\new Voice = "violin" {
\violin
}
>>
>>
}

View File

@ -1,123 +0,0 @@
\version "2.24.0"
\language "english"
\header {
title = "Lemon"
composer = "米津 玄師"
poet = "Transcribed by Halwa Zakia; Leni Aniva"
}
violin = \new Staff \with {
instrumentName = "Violin"
shortInstrumentName = "V."
midiInstrument = "violin"
}
\fixed c' {
\tempo 4 = 164
\numericTimeSignature
\time 4/4
\override Accidental.hide-tied-accidental-after-break = ##t
\key b \major
\sectionLabel "Verse 1/2"
\repeat volta 2
{
\partial 4 b8-2(\upbow cs'-3) |
ds'4 b8 gs8~4 cs'4 | as4 fs8 ds8~4 as4 |
gs4 fs8 b,8~4 fs4 | ds2 r4 cs8(ds)|
e2 b4 as8 gs | fs2 e4 ds8 8 |
e4. 8 b4 as8(gs)| fs2 r4 b8(cs')|
ds'4 b8 gs8~4 cs'4 | as4 fs8 ds8~4 as4 |
gs4 fs8 b,8~4 fs4 | ds2 r4 cs8(ds)|
e2 fs4 e8 fs | ds4 fs b ds' |
cs'8 4. 4. b8 | \partial 4*3 b2 r4 |
}
\partial 4 r4 |
\section
gs4. as8 b4 as8 gs | fs4 ds' 4 2 |
cs'4. ds'8 e'4 ds'8 cs' | b4 cs' fs2 |
e4. fs8 gs4 fs8( e) | ds4 b b b |
as2 gs4 as-1 | b2-1 cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | gs'8 fs'4. 8. b'4~ 16 |
as'8 fs'4. ds'8 fs'4. | cs'2 cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. 4 cs'8(ds')|
e'8 ds'4. cs'8 as4.-1 | b2. 8(as8)|
gs4 as b cs' | b4 fs e8 ds4. |
e8 cs'4. as8 b4. | b2. 8(as8)|
gs4 as b-1 cs' | b4 fs b8 cs'4. |
ds'8 e'4. cs'8 b4. | b2. r4 |
\sectionLabel "Verse 3"
r2. b8-2(\upbow cs'-3) |
ds'4 b8 gs8~4 cs'4 | as4 fs8 ds8~4 as4 |
gs4 fs8 b,8~4 fs4 | ds2 r4 cs8(ds)|
e2 b4 as8 gs | fs2 e4 ds8 8 |
e4. 8 b4 as8(gs)| fs2 r4 b8(cs')|
ds'4 b8 gs8~4 cs'4 | as4 fs8 ds8~4 as4 |
gs4 fs8 b,8~4 fs4 | ds2 r4 cs8(ds)|
e2 fs4 e8 fs | ds4 fs b ds' |
cs'8 ds'4. cs'8 b8~4 | b2 r2 |
gs4. as8 b4 as8 gs | fs4 ds' 4 2 |
cs'4. ds'8 e'4 ds'8 cs' | b4 cs' fs2 |
e4. fs8 gs4 fs8( e) | ds4 b b b |
as2 gs4 as-1 | b2-1 cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | gs'8 fs'4. 8. b'4~ 16 |
as'8 fs'4. ds'8 fs'4. | cs'2 cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'2 b4 cs'8(ds')|
e'8 ds'4. cs'8 as4.-1 | b2. 8(as8)|
gs4 as b cs' | b4 fs e8 ds4. |
e8 cs'4. as8 b4. | b2. 8(as8)|
gs4 as b-1 cs' | b4 fs b8 cs'4. |
ds'8 e'4. cs'8 b4. | b2. r4 |
\sectionLabel "Bridge"
\key gs \major
gs2\p-1 ds'-1 | es' ds' | as cs' | bs2.\> r4\! |
gs2 bs | cs' bs | as fss | gs2.\> r4\! |
gs2 ds' | es' ds' | as cs' | bs2.\> r4\! |
gs2 bs | cs' bs | as fss | gs r8 es4-3 fss8-4 |
gs4 r ds'2 | es' ds' | as cs' | bs2.\> r4\! |
gs2 bs | cs' bs | as fss | gs r8 es4 fss8 |
gs4 r ds'2 | es' ds' | fss' gs'| gs'2.\> r4\! |
gs'2 ds' | cs' bs | as bs | as gs |
\key b \major
\sectionLabel "Verse 4"
r1 | r2 cs'8-2\mf ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | gs'8 fs'4. 8. b'4~ 16 |
as'8 fs'4. ds'8 fs'4. | cs'2 cs'8 ds' cs' b |
gs8 b4. ds'8 fs'4. | cs'8 b4. 4 cs'8(ds')|
gs'8 ds'4. cs'8 as4.-1 | b2. 8(as8)|
gs4 as b cs' | b4 fs e8 ds4. |
e8 cs'4. as8 b4. | b2. 8(as8)|
gs4 as b cs' | b4 fs e8 ds4.-1 |
e8-1 b4. 8 fs'4. | ds'2. 8(cs'8)|
b4 cs' ds' e' | ds'4 b fs8 b4. |
cs'8 ds'4. cs'8 b4. | b2.\> r4\! |
}
\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 { }
}