Skip to content

Instantly share code, notes, and snippets.

@thenoviceoof
Created May 1, 2013 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenoviceoof/5493705 to your computer and use it in GitHub Desktop.
Save thenoviceoof/5493705 to your computer and use it in GitHub Desktop.
Because sometimes your other musically inclined roommates notice you can provide ambient strings
\version "2.14.1"
\header {
title = "Firefly Theme"
}
<<
\new ChordNames {
\chordmode {
s2
s1
s2. g2:m
s1
s2. g2.:m
s1
s1 s4
s1
s1 g2.:m
}
}
% accompanying violin part
\relative g' {
\key bes \major
% here to accomodate the guitar doodling
\partial 2 r2
r1 |
r2. \pitchedTrill g4\startTrillSpan bes8 g4\stopTrillSpan |
ees2 f2 |
\acciaccatura g8 f2 << g,4 e' >> bes8. a16 g16 a bes8 g' f16 ees |
c1 |
% this is a hack to get the glissando without a visible leading note
r2 r4 r8*3/4 \hideNotes a8*1/4 \glissando \unHideNotes d'8 c16 bes g f |
ees2 f |
\grace g8( f2) << g,4 e' >> << g, d' >> g,16( bes8.) c16( d8.) |
ees8( g << g4) bes >> << g8( bes >> f) \times 2/3 { << f16( bes >> g f) } ees8 |
<< f4. bes >> d,16[ f] g[ bes g f] d[ c bes g] |
a8[( f'16 a,]) bes8[( g'16 bes,]) c8 \glissando a'( a \times 2/3 { a16) bes a } |
g1 |
r2 r4 bes,8. a16 g a bes8( |
bes4.) bes'8 r4 r f8 g bes16 g f ees \grace g, g'4
}
% vocals
\relative g' {
\key bes \major
\partial 2 r2
g8 g g4 f8 f f4 |
\time 5/4
f8 f f g f16 ees8. d2 |
\time 4/4
g16 g8. g4 a8 g g4 |
\time 6/4
% here for grace note synching
\grace s8
f16 f8. f g16 f8 ees d2. |
\time 4/4
g8. g16 g4 f8. f16 f4 |
\time 5/4
f8 f f g f16 ees8. d2 |
\time 4/4
g8. g16 g4 f8 a8. g16 g8 |
\time 6/4
\grace s8
f8 f f g f16 ees8. d2. |
\time 4/4
r1 |
r1 |
r1 |
g8 g g4 f8 f f4 |
\time 5/4
f8 f f g f16 ees8. d2 |
f8 f f ees a16 g8. g2 |
r2 \bar "|."
}
\addlyrics {
Take my love, take my land, take me where I cannot _ stand
I don't care, I'm still free, you can't take the sky from me
Take me out, to the black, tell em I ain't coming _ back
Burn the land and boil the sea, you can't take the sky from me
There's no place I can be since I found serenity _ _ _
You can't take the sky from me
}
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment