\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="Anónimo" opus="Publicado por Pierre Attaignant en 1530" title="TOURDION" % subtitle="" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" % poet = "" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key d \major \time 3/2 \skip 1*3/2*8 \bar ":|:" \skip 1*3/2*8 \bar ":|" } cantus=\notes{\transpose d' { d'4 e' f' g' f' e' | d'2. e'4 f' g' | a' g' f' f' g' e' | f'2 \melisma e'4 d' \melismaEnd c'2 | %5 d'4 e' f' g' f' e' | d'2 f' e' | d'1 cis'?2 | d'1.^"\qquad \qquad FIN" | a'2. g'4 a' bes'? | %10 a'1 a'2 | c''4 bes'? a' g' f' e' | f'2. \melisma e'4 \melismaEnd d'2 | a'2. g'4 a' bes'? | a'2 g'4 f' e'2 | %15 d'1 cis'?2 | d'1.^"\qquad \qquad D.C." } } altus=\notes{\transpose d' { a1 a2 | d'1 d'2 | c'1 d'2 | d' g'1 | %5 f' d'2 | a4 g a b c'2 | a a1 | a1. | f'1 f'2 | %10 f'1 f'2 | e'1 e'2 | d'1 d'2 | c'1 c'2 | c'1 c'2 | %15 a a1 | a a2 } } tenor=\notes{\transpose d' { f1 d2 | a1 a2 | a1 bes2 | a1 g2 | %5 a1 a2 | f1 g2 | f e4 \melisma d e2 \melismaEnd | d1 d2 | d'1 d'2 | %10 c'1 c'2 | c'1 c'2 | a1 a2 | a1 a2 | a1 g2 | %15 f e1 | d d2 } } bassus=\notes{\transpose d' { d1 d2 | d1 d2 | f a g | d e1 | %5 d d2 | d1 c2 | d a,1 | d d2 | d1 d2 | %10 f1 f2 | c1 c2 | d1 d2 | f1 f2 | f1 c2 | %15 d a,1 | d d2 } } textocantus=\lyrics{ Quand je bois du vin clai -- ret, a -- mi tout tour -- ne, tour -- ne, tour -- ne, tou -- rne. Aus -- si dé -- sor -- mais je bois An -- jou ou Ar -- bois. Chan -- tons et bu -- vons, à ce fla -- con fai -- sons la guer -- re, chan -- tons et bu -- vons, les a -- mis, bu -- vons donc! } textoaltus=\lyrics{ Le bon vin nous a ren -- du gais, chan -- tons ou -- bli -- ons nos pei -- nes, chan -- tons. En man -- geant "d'un" gras jam -- bon, à ce fla -- con fai -- sons la guer -- re! } textotenor=\lyrics{ Bu -- vons bien, là bu -- vons donc < {A ce fla -- con fai -- sons la guer -- re. } \context Lyrics \lyrics{A -- mi, trin -- quons, gaie -- ment chan -- tons. _ } > En man -- geant "d'un"gras jam -- bon, à ce fla -- con fai -- sons la guer -- re! } textobassus=\lyrics{ Bu -- vons bien, bu -- vons mes a -- mis, trin -- quons, bu -- vons < { vi -- dons nos ver -- res. } \context Lyrics \lyrics{ gaie -- ment chan -- tons. _ } > En man -- geant "d'un" gras jam -- bon, à ce fla -- con fai -- sons la guer -- re! } \score{ \context ChoirStaff < \property Score.noAutoBeaming = ##t \property Score.automaticMelismata = ##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" \textoaltus \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor \addlyrics \context Staff ="v4"< \property Staff.instrument="Bassus " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=18.3 \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} }