\version "2.12.2" #(set-default-paper-size "a4") #(set-global-staff-size 16.2) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} htitle="Stabat Mater" hcomposer="Kodály" \header { title=\markup{\larger \larger \larger \larger "Stabat Mater" } subtitle="(Secuencia)" composer="Zoltán Kodály (1882-1967)" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \minor \time 2/2 \skip 1*16 \bar ":|" \skip 1*4 \bar "|." } cantus=\relative c''{ \once \override Score.MetronomeMark #'X-offset = #-10 \tempo "Largo" \dynamicUp \override Hairpin #'to-barline = ##t g2^\p\< aes aes\> g\! g4^\cresc( c) ees( d) d2\> c^\fermata\! bes\< c4( d) ees2\! bes bes\> aes\! aes\> g^\fermata\! g^\markup{\italic "più mosso e cresc."} c d ees f\> ees d1\!^\fermata ees2^\markup{\dynamic pp \italic " sostenuto"} b c aes g\> b c1\!^\fermata \tempo "Coda" ees2^\markup{\dynamic pp \italic " sostenuto"} b c aes g\> b c1\!^\fermata } altus=\relative c'{ \dynamicUp ees2^\p\< ees f\> f\! ees^\cresc f f\> ees\!^\fermata f\< f ees\! ees f f f4( ees) d2^\fermata g2 g g g aes\> g g1\!^\fermata g2^\pp f g d ees\> d4( f) ees1\!^\fermata g2^\pp f g d ees\> d4( f) e1\!^\fermata } tenor=\relative c'{ \dynamicUp c2^\p\< c d\> d\! c^\cresc b b\> c\!^\fermata d2\< c4( bes) bes2\! bes c c d4( c) b2^\fermata g2 g b c d\> ees4( c) b1\!^\fermata c2^\pp g g4( c) c2 c2\> g g1\!\fermata c2^\pp g g4( c) c2 c\> g g1\!^\fermata } bassus=\relative c'{ \dynamicUp c2^\p\< c b\> b\! c^\cresc g aes\> aes\!^\fermata aes\< aes g\! g f f f g^\fermata g2 ees d c b2\> c4( ees) g1\!^\fermata c,2^\pp d ees f g\> g, c1\!^\fermata c2^\pp d ees f g\> g, c1\!^\fermata } textocantus=\lyricmode{ \set stanza = "1. " Sta -- bat Ma -- ter do -- lo -- ro -- sa, ju -- xta cru -- cem la -- cri -- mo -- sa, dum pen -- de -- bat Fi -- li -- us, dum pen -- de -- bat Fi -- li -- us. A -- _ _ _ _ _ men. } textoaltus=\lyricmode{ \set stanza = "2. " Cu -- jus a -- ni -- mam ge -- men -- tem, con -- tri -- sta -- tam et do -- len -- tem, per tran -- si -- vit gla -- di -- us, per tran -- si -- vit gla -- di -- us. } textotenor=\lyricmode{ \set stanza = "3. " O quam tri -- stis et af -- fli -- cta, fu -- it il -- la be -- ne -- di -- cta ma -- ter u -- ni -- ge -- ni -- ti, ma -- ter u -- ni -- ge -- ni -- ti. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="S " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textoaltus } \new Lyrics \lyricsto "v1" {\textotenor } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="A " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textocantus } \new Lyrics \lyricsto "v2" {\textoaltus } \new Lyrics \lyricsto "v2" {\textotenor } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="T " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textocantus } \new Lyrics \lyricsto "v3" {\textoaltus } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="B " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textocantus } \new Lyrics \lyricsto "v4" {\textoaltus } \new Lyrics \lyricsto "v4" {\textotenor } >> >> \layout{ indent = 0.8\cm %\context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 \override MetronomeMark #'padding = #4 \override MetronomeMark #'font-size = #1.5 } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override TextScript #'padding = #1.8 } } %\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 = 8\mm }