\version "1.4.12" \include "paper20.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ composer="Anónimo" opus="siglo XIV" title="O VIRGO SPLENDENS" subtitle="Llibre Vermell de Montserrat" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" subsubtitle = "Caça \\\\ \\ \\\\ \\ " } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 9/8 \skip 1*26*9/8 \bar "|." } cantus=\notes{ f'8^#'( bold "A" ) g' f' a' g' a' f' g' f' | f' d' e' d' c' d' d'4. | d'8^#'( bold "B" ) c' d' f' g' f' a' g' a' | f' a' g' a' c'' a' a'4. | \break %5 b'8^#'( bold "C" ) c'' a' a' g' a' c'' d'' a' | a' f' e' d' c' d' d'4. | g'8 f' d' f' g' f' e' d' f' | d' a' g' f' g' a' a'4. | \break g'8 a' a' c'' b' c'' c'' d'' a' | %10 f' d' e' f' g' d' d'4. | e'8 d' d' c' d' c' e' d' d' | a' a' g' a' g' a' a'4. | \break c'8 d' f' g' f' e' c' d' d' | d' f' g' f' e' d' d'4. | %15 g'8 f' a' g' a' b' c'' a' f' | a' a' g' a' c'' d'' a'4. | \break d''8 c'' c'' b' a' g' a' a' f' | f' g' f' f' a' g' a'4. | g'8 a' a' b' c'' d'' a' f' f' | %20 d' c' d' f' f' e' d'4. | \break g'8 f' d' d' e' d' d' d' f' | a' a' g' f' d' c' d'4. | c'8 d' f' f' g' f' a' f' a' | \break c'' a' b' a' b' c'' a'4. | %25 g'8 a' f' f' e' f' d' a' d' | c' d' e' d' d' c' d'4. } textocantus=\lyrics{ O _ _ _ _ _ _ _ _ _ _ _ _ Vir -- _ go splen -- _ _ _ _ _ dens _ _ _ _ _ _ _ _ hic in _ _ mon -- _ _ _ _ _ _ _ te _ cel -- _ so mi -- ra -- _ cu -- lis _ ser -- _ _ _ _ _ _ ra -- _ to ful -- _ gen -- _ ti -- _ bus _ _ u -- bi -- _ _ _ _ que, quem _ fi -- _ _ _ de -- _ _ _ _ _ _ _ _ les con -- _ scen -- _ dunt _ _ _ u -- ni -- ver -- _ _ _ _ si. E -- _ _ _ _ _ _ _ ia pi -- e -- _ ta -- _ _ tis o -- _ _ _ _ cu -- _ lo _ pla -- _ _ ca -- _ _ to cer -- ne li -- _ ga -- tos _ fu -- ne pec -- _ _ _ ca -- to -- rum, ne in -- _ fer -- no -- rum i -- cti -- _ _ bus _ _ gra -- ven -- tur, sed cum be -- a -- _ tis tu -- _ _ _ _ _ _ _ _ a pre -- _ ce vo -- _ _ cen -- _ _ _ _ _ _ _ _ tur. } \score{ \addlyrics \context Staff = "v1"< % \property Staff.instrument="I " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \paper { linewidth=19.3 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 25.5 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #0 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }