\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 PRIMI ET 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 c \major \time 2/2 \skip 4*8 \bar "|" \skip 4*12 \bar "||" \skip 4*8 \bar "|" \skip 4*14 \bar "|." } cantus=\notes{ a'\breve g'2. a'4 f'2 d' %5 a'1 a'\breve a'2. b'4 c'' g'4. f'16 e' f'2 %10 e'4 f'1 } altus=\notes{ d'\breve d'2. d'4 d'1 %5 cis' cis'\breve d'1 e'2 c' %10 c' c'1 } tenor=\notes{ a\breve b2. a4 a2 g %5 a1 a\breve a2 f g a %10 g f1 } tenordos=\notes{ fis\breve g4. f?8 d e f2 d4 d2 %5 e1 e\breve f4. g8 a4 f e2. c'4. %10 b16 a g4 a1 } bassus=\notes{ d\breve g,2. d4 d4. c8 bes,2 %5 a,1 a,\breve d1 c2 a, %10 c 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} }