\version "2.24.0"
\language "english"
\header {
	title = "Touhou Intro"
	composer = "ZUN"
	poet = "Adapted by Leni Aniva"
}
violin = \new Staff \with {
	instrumentName = "Violin"
	shortInstrumentName = "V."
	midiInstrument = "violin"
}
\fixed c' {
	\tempo 4 = 130
	\numericTimeSignature
	\time 3/4

	\key d \minor

	\repeat volta 2 {
		d8 g a c' a g |
		d8 g a c' a g |
		e8 f e c d4 |
	}
}
\score {
	\violin
	\layout {
		\context {
			\Score
		}
	}
}
\score {
	\unfoldRepeats {
		\violin
	}
	\midi {  }
}