From 889c0ed49c3ba9c3e87e4fc1a4e82b6811f8596b Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sun, 23 Mar 2025 17:33:44 -0700 Subject: [PATCH] Border of Life 1st part --- touhou/07-border-of-life.ly | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 touhou/07-border-of-life.ly diff --git a/touhou/07-border-of-life.ly b/touhou/07-border-of-life.ly new file mode 100644 index 0000000..3c275bb --- /dev/null +++ b/touhou/07-border-of-life.ly @@ -0,0 +1,60 @@ +\version "2.24.0" +\language "english" +\header { + title = "幽雅に咲かせ、墨染の桜 ~ Border of Life" + subtitle = "東方妖々夢 ~ Perfect Cherry Blossoms" + composer = "ZUN" + poet = "Transcribed by Leni Aniva" +} +violin = +<< +\new Staff \with { + instrumentName = "Violin" + shortInstrumentName = "V." + midiInstrument = "violin" +} +\fixed c'' { + \tempo 4 = 120 + \key f \minor + 4.-3-1\mf 8~-3-4 4 4-3-4 | 4. 8~ 4 4 | + \set fingeringOrientations = #'(right) + 16 + \set fingeringOrientations = #'(left) + 8. 4 -2\finger"♭3" | 1-3-4 | + 4.-3-1\mf 8~ 4 4 | 4.-3-1 8~ 4 4 | + 4 | 1 | + + r1 | + \key gs \minor + \tempo 4 = 150 + \section + + 8\f r8 ~ | + 8 r8 | + 8 r8 ~ | + 8 r8 | + 8 r8 ~ | + 8 r8 | + 8 r8 ~ | + 8 | + + \section + + 4.\mf 8~ 4 4 | 4. 8~ 4 4 | + 4 | 1 | +} +>> +\score { + \violin + \layout { + \context { + \Score + } + } +} +\score { + \unfoldRepeats { + \violin + } + \midi { } +}