\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="Tomás Luis de victoria\\\\ \\ \\\\ \\ " title="FALSOBORDONE SEXTI TONI\\\\ \\ " subtitle="Munich. Bayerische Staatsbibliothek, \\emph{Mus. Ms. 89} \\\\ \\ \\\\ \\ \\\\ \\ \\\\ \\ " footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" poet = "Transcripción: Eugene C. Cramer" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key f \major \time 2/2 \skip 4*8 \bar "|" \skip 4*12 \bar "||" \skip 4*8 \bar "|" \skip 4*12 \bar "|." } cantus=\notes{ c''\breve bes'2 f'4 a' c''2. g'4 %5 a'1 a'\breve a'2 c'' a'4 f'4. e'16 d' e'4 %10 f'1 } altus=\notes{ f'\breve f'2. f'4 e' f'2 e'4 %5 f'1 f'\breve f'2 e' d' g4 c' %10 c'1 } tenor=\notes{ a\breve bes2. a4 a2 g %5 f1 a\breve f2 g4 a f2 g %10 f1 } tenordos=\notes{ c'\breve d'2. c'4 c'1 %5 c' c'\breve d'2 g4 c'4. bes16 a bes4 c'2 %10 a1 } bassus=\notes{ f\breve bes,2. f,4 a,4. bes,8 c2 %5 f,1 f\breve d2 c4 a, d2 c %10 f,1 } \score{ \context ChoirStaff < \context Staff = "v1"< \property Staff.TimeSignature \override #'molecule-callback = #'() \property Score.timing = ##f \property Staff.instrument="Cantus " \global \clef treble \cantus > \context Staff = "v2"< \property Staff.TimeSignature \override #'molecule-callback = #'() \property Score.timing = ##f \property Staff.instrument="Altus " \global \clef treble \altus > \context Staff = "v3"< \property Staff.TimeSignature \override #'molecule-callback = #'() \property Score.timing = ##f \property Staff.instrument="Tenor I " \global \clef "G_8" \tenor > \context Staff = "v5"< \property Staff.TimeSignature \override #'molecule-callback = #'() \property Score.timing = ##f \property Staff.instrument="Tenor II " \global \clef "G_8" \tenordos > \context Staff ="v4"< \property Staff.TimeSignature \override #'molecule-callback = #'() \property Score.timing = ##f \property Staff.instrument="Bassus " \global \clef bass \bassus > > \paper { linewidth=19.0 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 23.0 \cm pagenumber=no % \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }