Created
June 13, 2013 21:17
-
-
Save aleksclark/5777464 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[20pt]{article} | |
\usepackage[lyric]{songs} | |
\usepackage{fullpage} | |
\usepackage{fontspec} | |
\iflyric | |
\renewcommand{\lyricfont}{\sffamily\Large} | |
\renewcommand{\notefont}{\sffamily\Medium} | |
\fi | |
\renewcommand{\chorusfont}{\sffamily\it} | |
% \setromanfont{TeX Gyre Pagella} | |
% \fontsize{18}{14} | |
\newindex{titleidx}{titleidx} | |
\noversenumbers | |
% \includeonlysongs{3,5} | |
\begin{document} | |
% \showindex{Complete Index of Songs}{titleidx} | |
% \songsection{Worship Songs} | |
\begin{songs}{titleidx} | |
\beginsong | |
{El Sacrificio}[by={Generacion de Jesús}, | |
index={El Sacrificio}] | |
\beginverse | |
\[Bm]En la cruz del cal\[Em]vario\[F#] | |
Fue clavado Jes\[Bm]ús \[F#] \[Bm] | |
Y todos mis pe\[Em]cados\[F#] | |
Los borro mi Jes\[Bm]ús \[F#] \[Bm] | |
\endverse | |
\beginchorus | |
\[B7]El Sacrificio \[Em]que Jes\[A]ús | |
Hizo en la cr\[D]uz por \[F#]ti \[Bm]por mí | |
Es prueba de su a\[Em]mor | |
Que \[F#]hoy podremos obte\[Bm]ner | |
\endchorus | |
\beginverse | |
^Ahora vivo seg^uro ^ | |
Que con el mora^re ^ ^ | |
Viviré para C^risto ^ | |
Y con el reina^re. ^ ^ | |
\endverse | |
\endsong | |
\beginsong | |
{Preciosa Sangre}[by={Jesús Adrián Romero}, | |
index={Preciosa Sangre}] | |
\beginverse | |
\[C]Inmolado en el Calv\[F]ario, el mostró su \[C]amor por mi, | |
Todo peso de peca\[G]do, sucios \[F]pecados, encima \[C]Él llevó. | |
Y en un momento importan\[G]te, y en un i\[F]nstante mu\[C]y decisivo. | |
Fue por Él, ¡Oh por mi Ama\[G]do, mi amado Padr\[F]e! quería a mi sal\[C]var. | |
\endverse | |
\beginchorus | |
// Sangre que me da la ^Paz,^ Sangre que me purif^ica, | |
Sangre que me redim^e, Preciosa Sa^ngre, la Sangre de Jes^ús. // | |
\endchorus | |
\beginverse | |
Despreciado y desech^ado, El ^Varón de dolo^r, | |
El sufrio nuestras dol^encias y fue he^rido por nuestra reb^elión. | |
Mas angustiado y afli^gido hasta la mue^rte no abrió su ^boca. | |
// De su trono hasta el ^pesebre, del pesebre al ^Calvario, y del Calvari^o a mi. // | |
\endverse | |
\endsong | |
\beginsong | |
{Somos el Pueblo}[by={Marcos Witt}, index={Somos el Pueblo}] | |
\beginverse | |
\ifchorded | |
{\nolyrics Intro: \[^G ^C ^G ^C]} | |
\fi | |
Somos el pueblo de Di\[G]os | |
Somos un pueblo espec\[Em]ial | |
llamados para anun\[C]ciar \[Am] | |
las virtudes de aq\[D]uel | |
que nos llamó a su l\[G]uz \[C-G] | |
\endverse | |
\beginverse | |
Somos el pueblo de D^ios | |
su sangre nos redi^mio | |
y su espiritu ^dio ^ | |
para darnos pod^er | |
y ser testigos de ^Él \[G-A F#-A& F-G] | |
\endverse | |
\endsong | |
\beginsong | |
{El Señor Es Mi Rey}[by={Inspriación}, index={El Señor Es Mi Rey}] | |
\beginverse | |
\[Bm] El señor es mi rey mi \[A]todo | |
\[Bm] El señor es mi luz mi \[A]rey | |
\[G] El que me hace vibrar de \[D]gozo | |
\[G] El que guia mis \[D]pasos | |
\[G] El que extiende sus \[D]brazos | |
\[G] El creador de los \[D]cie, \[A]e, \[D]los. | |
\endverse | |
\endsong | |
\beginsong | |
{El Espiritu de Dios Está en Este Eugar}[by={Inspriación}, index={El Espiritu de Dios Está en Este Eugar}] | |
\beginverse | |
//El E\[E]spíritu de Dios\[A] esta en este \[E2]lugar | |
El Espí\[E2]ritu de Dios se \[F#m7]mueve en este lu\[Bsus]gar \[B] | |
Esta aq\[E]uí para conso\[A2]lar | |
Esta aq\[E]uí para libe\[A2]rar | |
Esta aquí\[E] para guiar | |
El Espí\[Bsus]ritu de Dios esta a\[E]quí// \[E7] | |
\endverse | |
\beginchorus | |
//Muévete \[A]en mi,\[B] muévete en\[E] mi | |
Toma mi \[A]mente y mi cor\[B]azón | |
Llena mi v\[G#m7]ida de tu \[C#m]amor | |
Muévete en mi,\[F#m7] Dios Espí\[B]ritu, muévete en\[E2] mi// | |
\endchorus | |
\endsong | |
\end{songs} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment