\version "1.4.12" \include "paper23.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ composer="Orlando di Lasso" opus="(1530--1594) \\\\ \\ " title="CELEBRONS SANS CESSE" subtitle="Canon a 4 voces" subsubtitle="Celebremos sin cesar las bondades de Dios \\\\ \\ \\\\ \\ \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key f \major \time 4/4 \skip 1*8 \bar "|." } cantus=\notes{ c''4.^#'(bold "A" ) bes'8 a'4 bes' | g'2 f'4^\fermata f' ~ | \break f'^#'(bold "B" ) c' d' bes | c' c'' ~ c''8^\fermata bes' a'4 ~ | \break %5 a'^#'(bold "C" ) g'4. f'8 f'4 ~ | f' e' f'^\fermata f'' ~ | \break f''^#'(bold "D" ) e'' d''2 | c'' a'^\fermata } textocantus=\lyrics{ Cé -- lé -- brons sans ces -- se de _ Dieu les bon -- tés, de _ _ _ _ Dieu _ les _ bon -- tés, de _ Dieu les bon -- tés. } \score{ \addlyrics \context Staff = "v1"< \property Staff.instrument="Cantus " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \paper { linewidth=15.0 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 24.0 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #0 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }