diff --git a/lilypond/Losing_my_religion_bridge.ly b/lilypond/Losing_my_religion_bridge.ly new file mode 100644 index 00000000..d124eb7e --- /dev/null +++ b/lilypond/Losing_my_religion_bridge.ly @@ -0,0 +1,52 @@ +\include "header" +\paper{ + paper-height = 1.5 \cm + paper-width= 5.2\cm + line-width= 5\cm +} + +TAB = \markup { + \raise #1.5 + \sans + \bold + \huge + \override #'(baseline-skip . 2.5) + \left-align + \center-column { + T + A + B + } +} + +symbols = { + \numericTimeSignature + \time 4/4 + \repeat volta 2 { + + + e'8 e' e' d' d' d' d' d' + c' c' c' a a a a a + } + + +} + +\score { + << + \chords { c1| a1:m } + \new Staff + + { + + \override Staff.StringNumber #'transparent = +##t + + \clef "G_8" \symbols } + + % \new TabStaff { + % \override Staff.Clef #'stencil = #(lambda (grob) + % (grob-interpret-markup grob TAB)) + % \symbols } + >> +} diff --git a/lilypond/Losing_my_religion_intro.ly b/lilypond/Losing_my_religion_intro.ly new file mode 100644 index 00000000..a8dbdef2 --- /dev/null +++ b/lilypond/Losing_my_religion_intro.ly @@ -0,0 +1,64 @@ +\include "header" +\paper{ + paper-height = 5.5 \cm + paper-width= 8\cm + line-width= 7.5\cm +} + +TAB = \markup { + \raise #1.5 + \sans + \bold + \huge + \override #'(baseline-skip . 2.5) + \left-align + \center-column { + T + A + B + } +} + +symbols = { + \numericTimeSignature + \time 4/4 + r2 8 d a, | + \repeat volta 2 { + + \improvisationOn + 4~ 8 ~ ~ + + \improvisationOff + 8 d a, + } + \alternative { + { \improvisationOn + 4~ 8 ~ ~ + + \improvisationOff + 8 d a, } + { \improvisationOn + 4 8 ~ + 4 8 ~ } +} + +} + +\score { + << + \chords { r1| f1 | f1 | a1:m | a1:m a1:m g1 } + \new Staff + + { + + \override Staff.StringNumber #'transparent = +##t + + \clef "G_8" \symbols } + + %\new TabStaff { + % \override Staff.Clef #'stencil = #(lambda (grob) + % (grob-interpret-markup grob TAB)) + % \symbols } + >> +} diff --git a/songs/R_E_M/Losing_my_religion.sg b/songs/R_E_M/Losing_my_religion.sg new file mode 100644 index 00000000..5547288d --- /dev/null +++ b/songs/R_E_M/Losing_my_religion.sg @@ -0,0 +1,75 @@ +\selectlanguage{english} +\songcolumns{2} +\beginsong{Losing my religion} + [by=R.E.M,cov=out-of-time,album=Out of time] + + \cover + \gtab{Am}{X02210} + \gtab{Em}{022000} + \gtab{Dm}{XX0231} + \gtab{G}{320003} + \gtab{F}{1:022100} + \gtab{C}{X32010} + + \lilypond{Losing_my_religion_intro} + + \begin{verse} + Oh l\[Am]ife is bigger \[Em] it's bigger than you + And you are \[Am]not me the lengths that I will \[Em]go to + The distance in your \[Am]eyes + \[Em] Oh no I've said too \[Dm]much I've said en\[G]ough + \end{verse} + + \begin{repeatedchords} + \begin{verse} + That's me in the cor\[Am]ner that's me in the \[Em]spot light + Losing my religi\[Am]on trying to \[Am]keep up with you + And I \[Am]don't know if I can do it + \[Em] Oh no I've said too \[Dm]much I haven't said en\[G]ough + \end{verse} + \end{repeatedchords} + + \begin{chorus} + I thought that I heard you \[F]laughing + I thought that I \[G]heard you \[Am]sing + I \[F]think I thought I saw \[G]you \[Am]try \[G] + \end{chorus} + + \begin{repeatedchords} + \begin{verse} + Every whisper \[Am] + Every waking \[Em]hour I'm choosing my conf\[Am]essions + Trying to \[Em]keep eye on you + Like a \[Am]hurt lost and blinded fool fool + \[Em] Oh no I've said too m\[Dm]uch I said en\[G]ough + \end{verse} + + \begin{verse} + Consider th\[Am]is consider this \[Em]hint of the century + Consider th\[Am]is the slip that \[Em]brought me to my knees pale + \[Am]What if all these fantasies come \[Em] flaming aground + Now I've s\[Dm]aid too m\[G]uch + \end{verse} + \end{repeatedchords} + + \begin{bridge} + \lilypond{Losing_my_religion_bridge} + \[C]That was just a \[Am]dream \rep{2} + \end{bridge} + + \begin{repeatedchords} + \begin{verse} + That's me in the cor\[Am]ner + That's me in the \[Em]spot light losing my rel\[Am]igion + Trying to k\[Em]eep up with you and I d\[Am]on't know if I can do it + \[Em] Oh no I've said too m\[Dm]uch + I haven't said en\[G]ough + \end{verse} + \end{repeatedchords} + + \begin{verse*} + But \[F]that was just a dream \[G] \[Am]try cry why try + \[F]That was just a dream \[G]just a \[Am]dream just a \[G]dream dream + \end{verse*} + +\endsong diff --git a/songs/R_E_M/out-of-time.jpg b/songs/R_E_M/out-of-time.jpg new file mode 100644 index 00000000..1635fa2d Binary files /dev/null and b/songs/R_E_M/out-of-time.jpg differ