\version "2.11.34" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) %nomobile ss=\once \set suggestAccidentals = ##t italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright \header { subtitle=\markup{"Cantata BWV 142"} title=\markup{\column{ " " " " \bigger \bigger \bigger "«Uns ist ein Kind geboren»" }} subsubtitle=\markup{\column{"para el día de Navidad" " " " " " " }} piece=\markup{\bigger \bigger \bigger \bigger "6. Recitativo"} composer="J.S. Bach / J. Kuhnau" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key a \minor \time 4/4 \skip 1*8 \bar "|." } alto={ \set autoBeaming = ##f r8 a' f'8. f'16 f'8 r16 f' g'8 a' | bes' g' e'8. f'16 f'8 f' r16 f' f' a' | d'8 e' f'16 f' g' d' e'8 e' r16 e' e' e' | b'!8 b' b' b' gis' gis' b' gis' | %5 e' e' r16 a' a' a' e'8 e' g' f' | d' d' r f' bes'16[( a']) g'[( a']) bes'[( a']) g'[( bes']) | a'8 c'' c'' c' d' e' f'16[( g'32 a']) g'16[( a'32 bes']) | a'4.( g'16[ f']) f'4 r } textoalto=\lyricmode{ \italicas Im -- ma -- nu -- el! Du wol -- lest dir ge -- fal -- len las -- sen, dass dich mein Geist und Glau -- be kann um -- fas -- sen; kann ich die Freu -- de gleich so herz -- lich nicht ent -- dek -- ken, die dein Ge -- burts -- tag will er -- wek -- ken, wird doch __ _ mein __ _ schwa -- _ ches __ _ Lal -- len dir durch Lob und Preis __ _ _ ge -- _ _ fal -- _ _ len. } continuo={ f1 ~ | f | b,!2 c | gis,1 | %5 c2 cis | d4 d' g r8 c' | f g a a, bes, c d e | f bes, c c, f,4 r } \score { \new StaffGroup<< \new Staff <<\global \new Voice="v7" { \set Staff.instrumentName="Alto " \clef "treble" \alto } \new Lyrics \lyricsto "v7" {\textoalto } >> \new Staff <<\global \new Voice="v8" { \set Staff.instrumentName="Continuo " \clef "bass" \continuo } >> >> \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 = #'() } %\context { \RemoveEmptyStaffContext } \context {\Staff %\consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 6.0) } } %\midi {} } \paper{ %system-count=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 6\mm }