\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 \\\\ \\ " title="LAUDEMUS VIRGINEM" subtitle="Llibre Vermell de Montserrat \\\\ \\ \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/4 \skip 1*2/4*14 \bar "|." } cantus=\notes{ f'8 e' d'4 f'8 g' a'4 | c''8 g' a'4 f'8 e' d'4 | f'8 g' a'4 c''8 g' a'4 | f'8 e' d'4 f'8 g' a'4 | %5 c''8 g' a'4 f'8 e' d'4 | f'8 g' a'4 c''8 g' a'4 | R1*2/4 R1*2/4 } altus=\notes{ R2 f'8 e' d'4 | f'8 g' a'4 c''8 g' a'4 | f'8 e' d'4 f'8 g' a'4 | c''8 g' a'4 f'8 e' d'4 | %5 f'8 g' a'4 c''8 g' a'4 | f'8 e' d'4 f'8 g' a'4 | c''8 g' a'4 R2 } tenor=\notes{ R1*2/4 R1*2/4 f'8 e' d'4 f'8 g' a'4 | c''8 g' a'4 f'8 e' d'4 | f'8 g' a'4 c''8 g' a'4 | %5 f'8 e' d'4 f'8 g' a'4 | c''8 g' a'4 f'8 e' d'4 | f'8 g' a'4 c''8 g' a'4 } textocantus=\lyrics{ < { Lau -- de -- mus Vir -- gi -- nem ma -- ter est et e -- ius fi -- li -- us Ihe -- sus est. Lau -- de -- mus Vir -- gi -- nem ma -- ter est et e -- ius fi -- li -- us Ihe -- sus est. } \context Lyrics \lyrics { Plan -- ga -- mus sce -- le -- ra a -- cri -- ter spe -- ran -- tes in Ihe -- sum iu -- gi -- ter. Plan -- ga -- mus sce -- le -- ra a -- cri -- ter spe -- ran -- tes in Ihe -- sum iu -- gi -- ter. } > } \score{ \context ChoirStaff < \property Score.noAutoBeaming=##t \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" \textocantus \addlyrics \context Staff = "v3"< % \property Staff.VerticalExtent = #'(0 . 0) % \property Staff.instrument="Tenor " \global \clef treble \tenor > \context Lyrics="l3" \textocantus > \paper { linewidth=19.0 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 26.0 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }