\version "2.11.22" #(set-default-paper-size "a4") #(set-global-staff-size 18) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t \header { title=\markup{\column {" " " " \bigger \bigger "Madre de la Esperanza" " " " " " " } } composer="Lucien Deiss" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \time 3/4 \skip 1*3/4*3 \time 2/4 \skip 1*2/4*3 \bar "|." } cantus={ a'4^\markup{\bigger "Antifona"} g'8 a' f' g' | a'4 a' g'8 a' | c''4 d''8 c'' a'([ g')] | g'4 r8 f' | %5 a'4 g'8 d' | f'4 f' } altus={ f'4 d'8 d' d' d' | f'4 f' e'8 e' | e'4 f'8 f' f'([ d')] | d'4 r8 d' | %5 c'4 d'8 d' | c'4 c' } tenor={ c'4 c'8 c' b b | d'([ c')] c'4 c'8 c' | c'4 a8 a c'4 | b r8 a | %5 a4 bes?8 bes | bes4 a } bassus={ f4 f8 f f f | f4 f c'8 b | a4 f8 f f([ g)] | g4 r8 d | %5 f4 bes,8 bes, | 4 } textocantus=\lyricmode{ Ma -- dre de la~es -- pe -- ran -- za del a -- mor más her -- mo -- so, ro -- gad por no -- so -- tros. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textocantus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textocantus } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textocantus} >> >> \layout{ %\context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } %\context {\Lyrics \override LyricText #'font-size = #2 } \context {\Voice %melismaBusyProperties = #'() autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff %\remove Time_signature_engraver %\consists Ambitus_engraver } } %\midi {} } \score{ \new Voice {\relative c''{ \set autoBeaming = ##f \cadenzaOn \key f \major a1^\markup{\bigger "Estrofas"} d c8 c8 \breathe g4 f8 g a4 \bar "|" f1 a1 g1 f8 d([ c)]^" a la antifona" d4 \bar "||" } } \addlyrics { \set stanza = "1. " "Desde la Au" -- "rora de los" tiem -- pos Dios me cre -- ó, "y permanece" -- ré por los si -- glos. } \addlyrics { \set stanza = "2. " "Y mi crea" -- "dor me" di -- jo: mo -- ra~en Si -- ón, "sea Isra" -- "el tu here" -- "dad pa" -- ra siem -- pre. } \layout { \context{\Lyrics \override LyricText #'self-alignment-X = #-1 } \context{\Staff \remove Time_signature_engraver } } } \paper{ system-count=2 line-width=19.0\cm ragged-last-bottom = ##f between-system-padding = 0 ragged-last-bottom = ##f }