\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="Georg Friedrich Haendel" opus="(1685--1759) \\\\ \\ " title="CANTICORUM JUBILO" subtitle="del oratorio `Joshua' (1748) \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key g \major \time 2/2 \skip 1*8 \bar ":|" \skip 1*8 \bar "|." } cantus=\notes{ d''2 b'4.( )c''8 | d''2 g' | a'8( b' c'' d'' )c''4 b' | a'1 \breathe %5 d''8( c'' d'' e'' )d''4 d'' | g''2 d'' | c''4( )b' a'2 | g'1^"\quad FINE" | b'8( a' b' c'' )b'4 b' | %10 a'2 g' | c''4( b' )a' g' | fis'1 | g'8( fis' g' a' )g'4 g' | e''2 cis'' | %15 d''4( e''8 d'' )cis''4. d''8 | d''1^"\quad \ D.C." } altus=\notes{ g'2 g'4.( )fis'8 | g'2 d' | fis'8( g' a' b' )a'4 g' | fis'1 \breathe %5 g'2. g'4 | g'2 g' | fis'4( )g'2 fis'4 | g'1 | g'8( fis' g' a' )g'4 g' | %10 fis'2 e' | a'4( g' )fis' e' | dis'1 | e'8( dis' e' fis' )e'4 e' | g'2. g'4 | %15 fis'( g'8 fis' )e'4 a' | a'1 } tenor=\notes{ b2 d'4.( )c'8 | b2 d' | c'4( a )d' d' | d'1 \breathe %5 d'2. d'4 | d'2 b | c'4( )d'2 c'4 | b1 | d'2. d'4 | %10 c'2 b | dis'4( e' )c' b | b1 | b2. b4 | cis'2 e' | %15 d'4( b )e' e' | fis'1 } bassus=\notes{ g2 b4.( )a8 | g2 b | a4.( g8 )fis4 g | d1 \breathe %5 b8( a b c' )b4 b | b2 g | a4( b8 c' )d'4 d | g1 | g2. g4 | %10 d2 e | fis4( g )a e | b1 | e2. d'4 | cis'2 a | %15 b4( g )a a | d1 } textocantus=\lyrics{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. < { Iam re -- sul -- tent mu -- si -- ca, un da, tel -lus, si -- de -- ra. } \context Lyrics \lyrics { Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te, plau -- di -- te. } > } textoaltus=\lyrics{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. < { Iam re -- sul -- tent mu -- si -- ca, un da, tel -lus, si -- de -- ra. } \context Lyrics \lyrics { Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te, plau -- di -- te. } > } textotenor=\lyrics{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. < { Iam re -- sul -- tent mu -- si -- ca, un da, tel -lus, si -- de -- ra. } \context Lyrics \lyrics { Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te, plau -- di -- te. } > } textobassus=\lyrics{ Can -- ti -- co -- rum iu -- bi -- lo re -- gi ma -- gno psal -- li -- te. < { Iam re -- sul -- tent mu -- si -- ca, un da, tel -lus, si -- de -- ra. } \context Lyrics \lyrics { Per -- so -- nan -- tes or -- ga -- nis, iu -- bi -- la -- te, plau -- di -- te. } > } \score{ \context ChoirStaff < \property Score.automaticMelismata=##t \addlyrics \context Staff = "v1"< \property Staff.instrument="Soprano " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \addlyrics \context Staff = "v2"< \property Staff.instrument="Contralto " \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 \addlyrics \context Staff ="v4"< \property Staff.instrument="Bajo " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=19.2 \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} }