% vim:ts=4:fenc=utf8 \version "2.10.33" \header { title = "At Dawn" subtitle = "from anime “Noir”" composer = "梶浦 由記 (Kajiura Yuki)" version = "03 (2007-12-04)" enteredby = "Michał Gawron based on transcription by Jushua C. Agarrado" copyright = "Public Domain" instrument = "Piano" maintainer = "Michał Gawron" maintainerEmail = "mcv@mulabs.org" maintainerWeb = "http://mcv.jogger.pl/" tagline = "" %\markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \teeny \line { Typeset using \with-url #"http://www.LilyPond.org" \line { www.LilyPond.org } by \maintainer } \line { \teeny \line { This sheet music has been placed in the public domain by the typesetter, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/publicdomain" http://creativecommons.org/licenses/publicdomain } } } } } Tu = \tupletUp Td = \tupletDown Tn = \tupletNeutral \paper { #(set-paper-size "a4" 'portrait) between-system-space = 1.4\cm %between-system-padding = #1 ragged-bottom = ##t ragged-last-bottom = ##f bottom-margin = 7\mm top-margin = 0\mm %annotate-spacing = ##t } music = { \tempo 4=70 \time 4/4 \parallelMusic #'(upper lower) { \once \override TextScript #'padding = #6 % 0 \key e \minor \clef treble \partial 4 e''8 g''8 | \key e \minor \clef treble \partial 4 r4 % 1 | b''4. b''8 c'''8 b''8 a''8 g''8 | e'8 b'8 e''4 a8 e'8 a'4 % 2 | a''8 g''8 fis''8 d''8 b'4. d''8 | d'8 a'8 d''4 g8 d'8 g'4 % 3 | e''4 fis''8 g''8 fis''4 d''4 | c'8 g'8 c''4 d'8 a'8 d''4 % 4 | c''4 b'2 e''8 g''8 | g8 d'8 g'2. % 5 | b''4. b''8 c'''8 b''8 a''8 g''8 | e'8 b'8 e''4 a8 e'8 a'4 % 6 | a''8 g''8 fis''8 8 4. b''8 | d'8 a'8 d''4 g8 d'8 g'4 % 7 | a''8 g''8 fis''8 e''8 fis''4 d''4 | c'8 g'8 c''4 b8 fis'8 b'4 % 8 | \appoggiatura { a'8[ b' d''] } e''2. e''8 d'''8 | e8 b8 e'8 a'8 gis'2 % 9 | \appoggiatura { a''8[ b''8] } c'''4. b''8 a''4. c'''8 | a8 e'8 a'4 d'8 a'8 d''4 % 10 | 4. a''8 4 e''8 b''8 | g8 d'8 g'4 c'8 g'8 c''4 % 11 | 4. 8 4 dis''8 fis''8 | fis8 cis'8 fis'4 b8 fis'8 b'4 % 12 | 4 8 8 4 e''8 d'''8 | e8 b8 e'8 g'8 b'2 % 13 | \appoggiatura { a''8[ b''] } c'''4. b''8 4. c'''8 | a8 e'8 a'4 d'8 a'8 d''4 % 14 | << { c'''8 b''4 a''8 4 e''8 b''8 } \\ { 2 s2 } >> | \clef bass g8 d'8 g'4 c8 g8 c'4 % 15 | \appoggiatura { e''8[ fis''] } b''8 a''8 g''8 a''8 fis''8 e''8 dis''8 e''8 | a,8 e8 a2. % 16 | fis''8 g''8 a''8 c'''8 4\fermata e''8 g''8 | b,8 fis8 b2. % 17 | 4. b''8 \appoggiatura { a''[ b''] } c'''8 b''8 a''8 g''8 | \clef treble e'8 b'8 e''4 a8 e'8 a'4 % 18 | a''8 g''8 fis''8 d''8 b'4. d''8 | d'8 a'8 d''4 g8 d'8 g'4 % 19 | 4 fis''8 g''8 fis''4 d''4 | c'8 g'8 c''4 d'8 a'8 d''4 % 20 | c''4 b'8 a'8 4 e''8 g''8 | g8 d'8 g'2. % 21 | b''4. d'''8 c'''8 d'''8 e'''8 c'''8 | e'8 b'8 e''4 c'8 g'8 c''4 % 22 | << { \stemDown fis''2 \stemNeutral s2 } \\ { \stemUp d'''8 c'''8 b''8 a''8 4 g''8 fis''8 \stemNeutral } >> | d'8 a'8 d''4 g8 d'8 g'4 % 23 | e''4 g''8 b''8 a''8 g''8 fis''8 d''8 | a8 e'8 a'4 b8 fis'8 b'4 % 24 | \appoggiatura { a'8[ b' d''] } e''1 | e8 b8 e'8 a'8 b'8 e''8 a''8 c'''8\fermata % 25 | \appoggiatura { e''8[ fis'' b''] } d'''2. s4 | e'2. s4 \bar "|." } } \score { \context PianoStaff << \override Score.MetronomeMark #'padding = #3 % \set Score.proportionalNotationDuration = #(ly:make-moment 1 4) \music \context Staff=upper << % \setEasyHeads \upper >> \context Staff=lower << % \setEasyHeads \lower >> >> \layout { } \midi { } }