\version "1.4.12" \include "paper16.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ composer="Tomás Luis de Victoria" title="IN MANUS TUAS" subtitle="\\small Munich, Bayersche Staatsbibliothek, Manuscript addendum to \\emph{2 Mus. pr. 23}\\ and \\\\ Regensburg, Bischöfliche Zentralbibliothek, \\emph{Mappe Victoria I, N. 27a}" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "Transcripción: Eugene C. Cramer" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/2 \skip 1*8 \bar "||" \skip 1*9 \bar "|." } cantus=\notes{ R1*4/4 | g'1 | b'4 b' c'' d'' | g'4. g'8 a'2 | %5 r4 g' g' g' ~ | g'8 f'16 e' f'4 g'2 ~ | g'4 g' bes'4. bes'8 | a'1 | r4 d''2 b'4 ~ | %10 b' c''2 a'4 ~ | \property Staff.noAutoBeaming=##t a'8 a' f'4 [e'8 f' g' a'] ~ | \property Staff.noAutoBeaming=##f a' g'4 fis'?8 g'2 | a' fis' | g' r | %15 r4^"\quad Commendo ut sup., In manus ut sup., Commendo ut sup." c''2 a'4 | b'2 b' | fis'1 } altus=\notes{ r2 d' ~ | d' e'4 e' | g'2 c'4 f' ~ | f' e' f'2 | %5 e' e'4 d' | a'2 d'4 e' ~ | e'8 d' e' f' g'4. g'8 | fis'1 | r2 r4 g' ~ | %10 g' e' c' f' ~ | \property Staff.noAutoBeaming=##t f'8 f' d'4 g' e' | \property Staff.noAutoBeaming=##f r d' d'8 c' d' e' | f'4 e' d'2 ~ | d'4 e' f'2 | %15 e' e'4 e' ~ | \property Staff.noAutoBeaming=##t e'8 e' e'4 e'2 | \property Staff.noAutoBeaming=##f dis'1 } tenor=\notes{ g1 | b4 b c' c' | d'4. d'8 f'4 f | g2 f | %5 g4 g4. a8 b c' | d'2. g4 | g2. g4 | a1 | d'2 b4 d' | %10 \property Staff.noAutoBeaming=##t g8 g a4 c' d' ~ | \property Staff.noAutoBeaming=##f [d'8 c'16 b] [a8 b] c'4 c' | b a g4. g8 | f4 a2 d4 | d' c'2 d'4 | %15 g4. g8 a2 | gis?1 | fis } tenordos=\notes{ R1*4/4 | r2 g ~ | g a | c'2. c'4 | %5 c'2 b | a b | c' d' ~ | d'1 | R1*4/4 | %10 R1*4/4 | R1*4/4 | d'2 b | c' a | g a | %15 c'1 | b | b } bassus=\notes{ R1*4/4 | g2 c4 c | g, g f d | c2 r4 f, | %5 c [c8 d e f] g4 | d d g8 f e d | c4. bes,?16 a, g,4 g, | d1 | r2 g | %10 e f | d4. d8 c2 | d g, | r d | b,4 c f d | %15 c2 a, | e1 | b, } textocantus=\lyrics{ In ma -- nus tu -- as Do -- mi -- ne, in ma -- nus _ _ _ _ tu -- _ as Do -- mi -- ne. Com -- men -- _ do spi -- _ ri -- tum me -- _ _ _ _ _ _ um, com -- men -- do spi -- ri -- tum me -- um. } textoaltus=\lyrics{ In _ ma -- nus tu -- as Do -- _ mi -- ne, in ma -- nus tu -- as Do -- _ _ _ _ _ mi -- ne. Com -- _ men -- do spi -- _ ri -- tum me -- um, \italicas com -- men -- _ _ _ _ do spi -- _ ri -- tum me -- um, \rectas spi -- _ ri -- tum me -- um. } textotenor=\lyrics{ In ma -- nus tu -- as Do -- mi -- ne, in ma -- _ nus tu -- _ _ _ _ as Do -- mi -- ne. Com -- men -- do spi -- ri -- tum me -- _ _ _ _ _ _ um, com -- men -- do spi -- ri -- tum me -- um, \italicas com -- men -- do spi -- ri -- tum me -- um. } textotenordos=\lyrics{ In _ ma -- _ nus tu -- as _ Do -- mi -- ne. _ Com -- men -- do spi -- _ ri -- tum me -- um. } textobassus=\lyrics{ In ma -- nus tu -- as Do -- mi -- ne, in ma -- nus _ _ _ tu -- as Do -- _ _ _ _ _ _ _ _ mi -- ne. Com -- men -- do spi -- ri -- tum me -- um, \italicas com -- men -- do spi -- ri -- tum _ me -- um. } \score{ \context ChoirStaff < \addlyrics \context Staff = "v1"< \property Staff.instrument="Cantus " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \addlyrics \context Staff = "v2"< \property Staff.instrument="Altus " \global \clef treble \altus > \context Lyrics="l2" \textoaltus \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor I " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor \addlyrics \context Staff = "v5"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor II " \global \clef "G_8" \tenordos > \context Lyrics="l5" \textotenordos \addlyrics \context Staff ="v4"< \property Staff.instrument="Bassus " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=19.2 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 26.7 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }