\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="Gilles Binchois" opus="(c.1400--1460)" title="VENI CREATOR SPIRITUS" subtitle="fauxbourdon \\\\ \\ \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\time 3/4 \skip 1*3/4*25 \bar "|." } cantus=\notes{\key c \major g'4 a'2 | g'4 f' g' | a' g'8 g'4 fis'?8 | g'4 r r | %5 c'' d''4. c''8 | c''4 b'4. a'8 | c''4 r c''8 b' | g'4 a'4. b'8 | c''4 d'' c'' | %10 d''8 e''4 d'' c''8 | d''4 r c'' | d'' e''4. c''8 | c''2 b'4 | a' g' c''8 bes'? | %15 d''4 r r | g' a'8 c''4 b'8 | c''4 r b' ~ | b' c''4. a'8 | a'2 g'4 | %20 f'8 g' a'2 | a'8 bes'?4 a' g'8 | a'4 r g' | f'8 g' a'4 bes'?8 a' | g'4. fis'?8 fis' e' | %25 g'2. } altus=\notes{\key c \major d'4 e'2 | d'4 c' d' | e' d'8 d'4 cis'?8 | d'4 r r | %5 g' a'4. g'8 | g'4 fis'4. e'8 | g'4 r g'8 fis' | d'4 e'4. fis'8 | g'4 a' g' | %10 a'8 b'4 a' g'8 | a'4 r g' | a' b'4. g'8 | g'2 fis'4 | e' d' g'8 f' | %15 a'4 r r | d' e'8 g'4 fis'8 | g'4 r fis' ~ | fis' g'4. e'8 | e'2 d'4 | %20 c'8 d' e'2 | e'8 f'4 e' d'8 | e'4 r d' | c'8 d' e'4 f'8 e' | d'4. cis'8 cis' b | %25 d'2. } tenor=\notes{\key f \major g4 c'2 | bes4 a g | c' bes8 g a4 | g2. | %5 e'4 f'2 | e'4 d'2 | c' ees'?8 d' | bes4 a c'8 d' | ees'?4 f' ees' | %10 [d'8 g' f'] d' ees'?4 | d'2 ees'?4 | d' g'2 | ees'?4 c' d' | c' bes ees'? | %15 d'2. | bes4 c'8 ees'? d'4 | c'2 d'4 ~ | d' c'2 | c' bes4 | %20 a8 bes c'2 | c'8 d'4 c'8 bes4 | a2 bes4 | a8 bes c'4 d' | bes a2 | %25 g2. } textocantus=\lyrics{ Ve -- ni Cre -- _ a -- _ _ _ _ tor Spi -- _ _ ri -- _ _ tus, men -- _ tes tu -- _ o -- rum _ vi -- _ si -- _ ta: im -- ple _ _ su -- _ per -- _ _ _ na gra -- ti -- _ _ a, que _ _ _ tu _ _ _ cre -- a -- _ _ _ sti pe -- _ _ _ _ _ cto -- _ _ _ ra. } textoaltus=\lyrics{ Ve -- ni Cre -- _ a -- _ _ _ _ tor Spi -- _ _ ri -- _ _ tus, men -- _ tes tu -- _ o -- rum _ vi -- _ si -- _ ta: im -- ple _ _ su -- _ per -- _ _ _ na gra -- ti -- _ _ a, que _ _ _ tu _ _ _ cre -- a -- _ _ _ sti pe -- _ _ _ _ _ cto -- _ _ _ ra. } textotenor=\lyrics{ Ve -- ni Cre -- _ a -- _ _ _ _ tor Spi -- _ ri -- _ tus, men -- _ tes tu -- _ _ o -- rum _ vi -- _ _ si -- _ ta: im -- ple _ su -- _ _ per -- _ _ na gra -- ti -- _ _ a, que _ _ tu _ _ _ cre -- a -- _ _ _ sti pe -- _ _ _ _ cto -- _ ra. } \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 " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor > \paper { linewidth=19.1 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 25.5 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }