\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="Cristo, recuérdame" hcomposer="Taizé" \header { title=\markup{\column{" " \fontsize #5 "Cristo, recuérdame" }} subtitle=\markup{\column{" " "Jesus, remember me" " " " " }} composer=\markup{\fontsize #2 "Taizé"} poet="(Lucas 23,42)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key ees \major \time 3/4 \skip 1*3/4*8 \bar ":|" } cantus=\relative c''{ \phrasingSlurDashed g4 g r8 g aes g aes4 r f8 f f f ees f g8([ f]) g2 ees4 ees r8 ees f8 ees f4 r d8 d d d c d ees4\( ees2\) } altus=\relative c'{ \phrasingSlurDashed ees4 ees4 r8 ees f ees f4 r d8 d d d c d ees[( d]) ees2 c4 c r8 c c c c4 r bes8 bes bes bes aes bes bes4\( bes2\) } tenor=\relative c'{ \phrasingSlurDashed bes4 bes r8 bes c bes c4 r bes8 bes bes bes bes bes bes4 bes2 g4 g r8 g aes8 g aes4 r f8 f f f ees f g[(\( f]) g2\) } bassus=\relative c{ \phrasingSlurDashed ees4 ees4 r8 ees ees ees ees4 r bes8 bes bes bes bes bes ees4 ees2 c4 c r8 c aes8 aes aes4 r bes8 bes bes bes bes bes ees4\( ees2\) } textocantus=\lyricmode{ Cris -- to, re -- cuér -- da -- me cuan -- do lle -- gues a tu rei -- no. Cris -- to, re -- cí -- be -- me cuan -- do lle -- gue jun -- to~a ti. } textocantusb=\lyricmode{ Je -- sus, re -- mem -- ber me when you come in -- to your king -- dom. Je -- sus, re -- mem -- ber me when you come in -- to your king -- dom. } textotenor=\lyricmode{ Cris -- to, re -- cuér -- da -- me cuan -- do lle -- gues a tu rei -- no. Cris -- to, re -- cí -- be -- me cuan -- do lle -- gue jun -- to~a ti. __ _ _ } \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" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v1" {\textotenor } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> >> \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 }