\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 SEPTIMI 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*10 \bar "||" \skip 4*8 \bar "|" \skip 4*14 \bar "|." } cantus=\notes{ c''\breve bes'8 g' d''2 d''4 bes' g' d''1 %5 b'\breve c''2 c'' c'' a'4 a'4. g'8 e'4 %10 fis'1 } altus=\notes{ e'\breve g'2 fis' g' fis'1 %5 g'\breve e'2 f'? e' f'4 d'2 cis'?4 %10 d'1 } tenor=\notes{ g\breve bes2 a g a1 %5 g\breve g2 a g4 g f2 e %10 d1 } tenordos=\notes{ c'\breve d'2 d'4 d'4. c'16 bes c'4 d'1 %5 d'\breve c'2 c' g4 c'2 a2. %10 a1 } bassus=\notes{ c\breve g,2 d ees d1 %5 g,\breve c2 f c4 c d2 a, %10 d1 } \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.4 \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} }