Skip to content

Commit

Permalink
Horizontal sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Apr 19, 2015
1 parent 0216f0f commit ad275ac
Show file tree
Hide file tree
Showing 18 changed files with 157 additions and 123 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: $(PDFS)

pdfs/%.pdf: chords/%.cho
mkdir -p `dirname $@`
$(CHORDLAB) --style $(STYLE) --ukulele -o $@ $<
$(CHORDLAB) -p 842x595 --style $(STYLE) --ukulele -o $@ $<

clean:
rm -rf pdfs
2 changes: 2 additions & 0 deletions chords/crazy-little-thing-called-love.cho
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{t:Crazy Little Thing Called Love}
{st:Queen}
{col:2}
{define:D* base-fret 5 frets 3 2 1 1}
{define:A* base-fret 4 frets 3 1 2 1}
{c:Intro}
Expand All @@ -22,6 +23,7 @@ then she [F]leaves me in a cool, cool sweat.
[A*] [G #] [G (barre 4-2th fret)]
[E] [A]
{eoc}
{colb}

I gotta be [D]cool, relax, get [G]hip, get [C]on my[G] tracks.
Take a [D]back seat, hitch-hike, and[G] take a long ride on my [C]motor [G]bike,
Expand Down
2 changes: 2 additions & 0 deletions chords/dream-a-little-dream.cho
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{t:Dream A Little Dream Of Me}
{define:G base-fret 1 frets 4 2 3 2}
{col:2}

[C]Stars [B7]shining bright a[Ab]bove [G]you
[C]Night [E7]breezes seem to [A]whisper I [A7]love you
Expand All @@ -15,6 +16,7 @@
[A]Stars [Gbm]fading but [Bm]I linger [E7]on dear, [A]still [Gbm]craving your [Bm]kiss [E7]
[A]I'm [Gbm]longing to [Bm]linger till [E7]dawn dear, [A]just [Gbm]saying [Ab]this [G]
{eoc}
{colb}

[C]Sweet [B7]dreams till sunbeams [Ab]find [G]you
[C]Sweet [E7]dreams that leave all [A]worries far [A7]behind you
Expand Down
4 changes: 2 additions & 2 deletions chords/i-will-survive.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{t:I Will Survive}
{st:Gloria Gaynor}
{col:2}
{col:3}
[Am (x1)]First I was afraid I was [Dm (x1)]petrified,
Kept thinkin' [G (x1)]I could never live
without you [C (x1)]by my side.
Expand All @@ -21,6 +21,7 @@ you'd be [E7]back to bother me.
Go on now [Am]go, walk out the [Dm]door,
Just turn [G]around now,
cause you're not [C]welcome anymore
{colb}
[F]Weren't you the one who tried
to [Dm]hurt me with goodbyes?
Did you think I'd [E]crumble?
Expand All @@ -33,7 +34,6 @@ I've got [F]all my life to live,
I've got [Dm]all my love to give,
And I'll [E]survive, I will [E7]survive
{eoc}
{colb}

{c:break}
[Am] [Dm] [G] [C] [F] [Dm] [E]
Expand Down
5 changes: 3 additions & 2 deletions chords/karma-chameleon.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{t:Karma Chameleon}
{st:Culture Club}
{col:2}
{col:3}
# easier in G: transpose -3 semitones

[Bb] [F] [Bb] [Bb (...x2)]
Expand All @@ -23,6 +23,7 @@ You come and [Bb]go-o-[F]oh
Red gold and [Cm]green
Red gold and [Bb]gree-ee-[F]een
{eoc}
{colb}

Didn't [Bb]hear your wicked [F]words every [Bb]day
And you [Bb]used to be so [F]sweet I heard you [Bb]say
Expand All @@ -31,7 +32,6 @@ When we [Eb]cling... our love is [F]strong
When you [Eb]go... you're gone for[F]ever
You string a[Eb]long
You string a[Gm]long [F]
{colb}

{soc}
[Bb]Karma karma karma karma
Expand All @@ -45,6 +45,7 @@ You string a[Gm]long [F]

[Bb] [F] [Bb] [Bb]
[Bb] [F] [Bb] [Bb]
{colb}

I'm a [Eb]man... without con[F]viction
I'm a [Eb]man... who doesn't [F]know
Expand Down
7 changes: 3 additions & 4 deletions chords/karma-police.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{t:Karma Police}
{st:Radiohead}
{cols:2}
{cols:3}

{c:Intro:}
[Am] [D] [Em] [G]
Expand All @@ -24,10 +24,8 @@ and [D]we have [G]crashed her [C]par[Cmaj7]ty[F]y.
[C]this is [D]what you'll [G]get, [F#]
[C]this is [D]what you'll [G]get, [F#]
[C]this is [D]what you'll [G]get,
when you [Bm]mess with [C]us...
[Bm] [D]
when you [Bm]mess with [C]us... [Bm] [D]
{eoc}

{colb}

[Am] Kar[D]ma Po[Em]lice,
Expand All @@ -48,6 +46,7 @@ when you [Bm]mess with [C]us...
I [D]lost my[G]eslf I [D]lost my[E7]self,
[Bm]For a [D]minute [G]there,
I [D]lost my[G]eslf I [D]lost my[E7]self,
{colb}

[Bm]For a [D]minute [G]there,
I [D]lost my[G]eslf I [D]lost my[E7]self,
Expand Down
43 changes: 22 additions & 21 deletions chords/light-my-fire.cho
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
{t:Light My Fire}
{st:The Doors}
{col:2}
{col:3}

You [Am]know that it would be un[F#m]true
You [Am]know that I would be a [F#m]liar
[Am]If I was to say to [F#m]you
[Am]Girl, we couldn't get much [F#m]higher
You [Am]know that it would be un[F#m]true
You [Am]know that I would be a [F#m]liar
[Am]If I was to say to [F#m]you
[Am]Girl, we couldn't get much [F#m]higher

[G]Come on baby, [A]light my [D]fire[Dsus4] [D]
[G]Come on baby, [A]light my [D]fire
[G]Come on baby, [A]light my [D]fire
[G]Try to set the [D]night on [E]fire [E7]

The [Am]time to hesitate is [F#m]through
No [Am]time to wallow in the [F#m]mire
[Am]Try now we can only [F#m]lose
[Am]And our love become a funeral [F#m]pyre
The [Am]time to hesitate is [F#m]through
No [Am]time to wallow in the [F#m]mire
[Am]Try now we can only [F#m]lose
[Am]And our love become a funeral [F#m]pyre

[G]Come on baby, [A]light my [D]fire[Dsus4] [D]
[G]Come on baby, [A]light my [D]fire
[G]Come on baby, [A]light my [D]fire
[G]Try to set the [D]night on [E]fire [E7]
{colb}

You [Am]know that it would be un[F#m]true
You [Am]know that I would be a [F#m]liar
[Am]If I was to say to [F#m]you
[Am]Girl, we couldn't get much [F#m]higher
You [Am]know that it would be un[F#m]true
You [Am]know that I would be a [F#m]liar
[Am]If I was to say to [F#m]you
[Am]Girl, we couldn't get much [F#m]higher

[G]Come on baby, [A]light my [D]fire[Dsus4] [D]
[G]Come on baby, [A]light my [D]fire
[G]Come on baby, [A]light my [D]fire
[G]Try to set the [D]night on [E]fire [E7]

The [Am]time to hesitate is [F#m]through
No [Am]time to wallow in the [F#m]mire
[Am]Try now we can only [F#m]lose
[Am]And our love become a funeral [F#m]pyre
The [Am]time to hesitate is [F#m]through
No [Am]time to wallow in the [F#m]mire
[Am]Try now we can only [F#m]lose
[Am]And our love become a funeral [F#m]pyre
{colb}

[G]Come on baby, [A]light my [D]fire[Dsus4] [D]
[G]Come on baby, [A]light my [D]fire
[G]Come on baby, [A]light my [D]fire
[G]Try to set the [D]night on [D]fire
[G]Try to set the [D]night on [D]fire
[G]Try to set the [D]night on [D]fire
Expand Down
35 changes: 18 additions & 17 deletions chords/lithium.cho
Original file line number Diff line number Diff line change
@@ -1,49 +1,50 @@
{t:Lithium}
{st:Nirvana}
{define:G base-fret 1 frets 4 2 3 2}
{col:2}
{col:3}

{c:Intro:}
[D] [Gbm] [Bm] [G] [Bb] [C] [A] [C]
[D] [F#m] [Bm] [G] [Bb] [C] [A] [C]

[D] [Gbm]I'm so [Bm]happy.
[D] [F#m]I'm so [Bm]happy.
[G]Cause to[Bb]day I [C]found my [A]friends.
[C]They're in my [D]head. [Gbm]I'm so [Bm]ugly.
[C]They're in my [D]head. [F#m]I'm so [Bm]ugly.
[G]But that's o[Bb]k. 'Cause [C]so are [A]you.
[C]We've broke our [D]mirrors. [Gbm]Sunday [Bm]morning.
[C]We've broke our [D]mirrors. [F#m]Sunday [Bm]morning.
[G]Is every[Bb]day for [C]all I [A]care.
[C]And I'm not [D]scared. [Gbm]Light my [Bm]candles.
[C]And I'm not [D]scared. [F#m]Light my [Bm]candles.
[G]In a [Bb]daze cause [C]I've found [A]god.

{soc}
Y[C]ea[D]ah... [Gbm] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [Gbm] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]a[Gbm]a[Bm]h... Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [F#m] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [F#m] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]a[F#m]a[Bm]h... Y[G]ea[Bb]a[C]a[A]h...
Y[C]eah
{eoc}
{colb}

[D] [Gbm]I'm so [Bm]lonely.
[D] [F#m]I'm so [Bm]lonely.
And [G]that's o[Bb]k. I [C]shaved my [A]head.
And [C]I'm not [D]sad, [Gbm]and just [Bm]maybe
And [C]I'm not [D]sad, [F#m]and just [Bm]maybe
[G]I'm to [Bb]blame for [C]all I've [A]heard.
And [C]I'm not [D]sure. [Gbm]I'm so ex[Bm]cited.
And [C]I'm not [D]sure. [F#m]I'm so ex[Bm]cited.
[G]I can't [Bb]wait to [C]meet you[A] there.
And [C]I don't [D]care. [Gbm]I'm so[Bm] horny.
And [C]I don't [D]care. [F#m]I'm so[Bm] horny.
But [G]that's o[Bb]k. My [C]will is [A]good.

{soc}
Y[C]ea[D]ah... [Gbm] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [Gbm] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]a[Gbm]a[Bm]h... Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [F#m] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]ah... [F#m] [Bm] Y[G]ea[Bb]a[C]a[A]h...
Y[C]ea[D]a[F#m]a[Bm]h... Y[G]ea[Bb]a[C]a[A]h...
Y[C]eah
{eoc}
{colb}

[G] I [Bb]like it. [G]I'm not [Bb]gonna crack.
[G] I [Bb]miss you. [G]I'm not [Bb]gonna crack.
[G] I [Bb]love you. [G]I'm not [Bb]gonna crack.
[G] I [Bb]killed you. [G]I'm not [Bb]gonna cr[C]aa[A]aaack.

{c:Outro}
[D] [Gbm] [Bm] [G] [Bb] [C] [A] [C]
[D] [F#m] [Bm] [G] [Bb] [C] [A] [C]
[D]
7 changes: 3 additions & 4 deletions chords/losing-my-religion.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{t:Losing My Religion - R.E.M.}
{col:2}

{col:3}
[G] Oh, [Am]life is bigger
[Em] It's bigger than you
And you are [Am]not me.
Expand All @@ -22,7 +21,7 @@ I [G]thought that I heard you [F]laughing,
I [Dm]thought that I [G]heard you [Am]sing.
I [F]think I thought I [Dm]saw [G]you [Am]try. [G]
{eoc}

{colb}
[G] Every [Am]whisper of every waking [Em]hour
I'm choosing my con[Am]fessions,
Trying to [Em]keep an eye of you
Expand All @@ -32,7 +31,6 @@ I set it [G]up.

Consider [Am]this, consider this,
The [Em]hint of a century,
{colb}

Consider [Am]this: the slip
That [Em]brought me to my knees failed.
Expand All @@ -47,6 +45,7 @@ I [F]think I thought I [Dm]saw [G]you [Am]try. [G]
{eoc}

[C] [D] [C] [D]
{colb}
But [C]that was just a [D]dream,
[C]That was just a [D]dream.
That's me in the [Am]corner,
Expand Down
2 changes: 2 additions & 0 deletions chords/paint-it-black.cho
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{t:Paint It Black}
{st:The Rolling Stones}
{col:2}

[Em]I see a red door and I [B]want it painted black
[Em]No colours anymore I [B]want them to turn black
Expand All @@ -10,6 +11,7 @@
[Em]With flowers and by love both [B]never to come back
[Em]I [D]see people [G]turn their [D]heads and [Em]quickly look away
[Em]Like a [D]new born [G]baby [D]it just [A]happens every [B]day
{colb}

[Em]I look inside myself and [B]see my heart is black
[Em]I see my red door and I [B]want it painted black
Expand Down
2 changes: 2 additions & 0 deletions chords/personal-jesus.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{t:Personal Jesus}
{st:Depeche Mode}
{define:Em* base-fret 1 frets 0 4 0 2}
{col:2}

[Em*] [Em] [Em*] [Em]
[Em]Your own, personal, Jesus
Expand All @@ -19,6 +20,7 @@ Take second best put me to the test
[Am] [G]Reach out and touch faith [Em]
[Am] [G]Reach out and touch faith [Em]
{eoc}
{colb}

[Em]Your own, personal, Jesus
[Em]Someone to hear your prayers, someone who [Am]cares [G]
Expand Down
6 changes: 3 additions & 3 deletions chords/the-blowers-daughter.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{t:The Blower's Daughter}
{st:Damien Rice}
{cols:2}
{cols:3}

And so it [D]is
Just like you said it [G]would be
Expand All @@ -19,6 +19,7 @@ I can't take my [D]eyes off you
I can't take my [G]eyes off you [A]
I can't take my eyes... [G] [A]
{eoc}
{colb}

And so it [D]is
Just like you said it [G]should be
Expand All @@ -29,8 +30,6 @@ The colder water [G]
The blower's daughter [A]
The pupil in de[Bm]nial

{colb}

{soc}
I can't take my [G]eyes off of you
I can't take my [F#m]eyes off you
Expand All @@ -39,6 +38,7 @@ I can't take my [D]eyes off you
I can't take my [G]eyes off you [A]
I can't take my eyes... [G] [A]
{eoc}
{colb}

[D]Ohh, did I say that I [G]loathe you?
Did I say that I [Em]want to
Expand Down
2 changes: 2 additions & 0 deletions chords/the-house-of-the-rising-sun.cho
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{t:The House of the Rising Sun}
{cols:2}

[Am] [C] [D] [F] [Am] [E7] [Am] [E7]

Expand All @@ -16,6 +17,7 @@ Now the [Am]only [C]thing a [D]gambler [F]needs
Is a [Am]suitcase [C]and a [E7]trunk
And the [Am]only [C]time that [D]he's satis[F]fied
Is [Am]when he's [E7]on a [Am]drunk [E7]
{colb}

Oh [Am]mother [C]tell your [D]children [F]
Not to [Am]do what [C]I have [E7]done
Expand Down
3 changes: 2 additions & 1 deletion chords/the-man-who-sold-the-world.cho
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{t:The Man Who Sold the World}
{st:David Bowie}
{col:2}
{col:3}

{c:Intro:}
[A7] [Dm] [F] [Dm (x1)]
Expand Down Expand Up @@ -43,6 +43,7 @@ With the [Bbm]man who sold the world

{c:Break:}
[A7] [Dm] [F] [Dm]
{colb}

{soc}
Who [C]knows not [F]me
Expand Down
Loading

0 comments on commit ad275ac

Please sign in to comment.