From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m ((forgot to sign))
Line 27: Line 27:
</nowiki></pre></code>
</nowiki></pre></code>


I don't know if Wikibooks uses [[w:WikiTeX|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.
I don't know if Wikibooks uses [[w:WikiTeX|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. --[[User:Wwwwolf|Wwwwolf]] 10:37, 3 October 2005 (UTC)

Revision as of 10:37, 3 October 2005

LilyPond source for Tifa's limit break

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


\version "2.6"

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)