\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 18.6) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright htitle="El reino de Dios" hcomposer="Taizé" \header { title=\markup{\column{" " \fontsize #5 "El reino de Dios" }} subtitle=\markup{\column{" " "The kingdom of God" " " " " }} composer=\markup{\fontsize #2 "Taizé"} poet="(Rom. 14,17)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key g \major \time 4/4 \partial 8 \skip 8 \skip 1*7 \skip 2.. \bar ":|" } cantus=\relative c'{ \phrasingSlurDashed e8 e4 e8 e g4 g8\( g\) a8 a g4 fis4. \breathe fis8 g4\( g\) a8 b c b a4.\( a8\) a2 b4 g2 b4 c4 d8\( d\) a4. \breathe a8 b2 g4 a8\( g\) fis2 g4. } altus=\relative c'{ \phrasingSlurDashed b8 b4 b8 b e4 e8\( e\) c8 c d4 d4. \breathe d8 d4\( d\) fis8 fis e e e4.\( e8\) fis2 d4 e2 e4 e4 g8 g fis4. \breathe fis8 fis2 e4 e8\( e\) d2 d4. } tenor=\relative c'{ \phrasingSlurDashed g8 g4 g8 g g4 g8\( g\) e8 e g4 a4. \breathe a8 b4\( b\) a8 a g g c4.\( c8\) a2 b4 c2 g4 a g8 g d'4. \breathe d8 d2 b4 c8\( c8\) %? d2 b4 c8 b en la version espanola a2 b4. } bassus=\relative c{ \phrasingSlurDashed e8 e4 e8 e c4 b8\( b\) a8 a b4 d4. \breathe d8 g4\( g\) d8 d e e c4.\( c8\) d2 g,4 c2 b4 a b8 b d4. \breathe d8 b2 e4 c8\( c8\) d2 g,4. } textocantus=\lyricmode{ El rei -- no de Dios es jus -- ti -- cia y~es paz y go -- zo en el San -- to~Es -- pí -- ri -- tu. Se -- ñor, ven y~á -- bre -- _ nos las puer -- tas de tu rei -- no. } textocantusb=\lyricmode{ The king -- dom of God is _ jus -- tice and peace and joy _ in the Ho -- ly Spi -- _ rit. Come, Lord, and o -- pen in us the gates of your __ _ king -- dom. } textoaltus=\lyricmode{ El rei -- no de Dios es jus -- ti -- cia y~es paz y go -- zo en el San -- to~Es -- pí -- ri -- tu. Se -- ñor, ven y~á -- bre -- _ nos las puer -- tas de tu rei -- no. } textoaltusb=\lyricmode{ The king -- dom of God is _ jus -- tice and peace and joy _ in the Ho -- ly Spi -- _ rit. Come, Lord, and o -- pen in us the gates of your _ king -- dom. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v1" {\textoaltus } \new Lyrics \lyricsto "v1" {\textoaltusb } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v1" {\textoaltus } \new Lyrics \lyricsto "v1" {\textoaltusb } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v1" {\textoaltus } \new Lyrics \lyricsto "v1" {\textoaltusb } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 5.0) } } %\midi {} } \paper{ evenHeaderMarkup=\markup \fill-line { \fromproperty #'page:page-number-string \htitle \hcomposer } oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \fromproperty #'page:page-number-string } %system-count=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 10\mm %head-separation = 4\mm }