From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search

LilyPond source for Tifa's limit break

The Lilypond source for Tifa's limit break would be as follows:


\version "2.6.0"

Song = {
  \clef treble
  \time 4/4
  c'2  d'4  e'  b'2  a'2 r4 c'4  d'  e'  g'  f'  c'  d'  c'1
  \bar "|."
}
NLyrics = \lyricmode {
  Do2 Re4 Mi Ti2 La2 _4 Do4 Re Mi So Fa Do Re Do1
}
\score {
  <<
       \Song
       \new Lyrics << \NLyrics >>
  >>
  \layout { }
  \midi { \tempo 4 = 120 }
}

I don't know if Wikibooks uses WikiTeX, probably not (last I checked Wikipedia didn't, thus I don't think Wikibooks does either), but when and if it does, we could use this score. --Wwwwolf 10:37, 3 October 2005 (UTC)