\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 17.0) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright htitle="A la claire Fontaine" hcomposer="Anónimo" \header { title=\markup{\fontsize #4 "A la Claire Fontaine" } subtitle="Tradicional de Canadá" composer="Anónimo" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \time 2/4 \skip 1*2/4*12 \bar "|." } cantus=\relative c'{ \once \override Score.MetronomeMark #'X-offset = #-6 \once \override Score.MetronomeMark #'padding = #2 \tempo \markup{\large "Andante"} f4 f8 a a g a g f4 f8 a a g a4 a4 a8 g f a c a c4 c8 a f a g4 c,4 f8 a a g16 f a8 f a4 a8 g16 f a8 g f4 } altus=\relative c'{ c4 c8 f e e e e d4 f8 e d d e4 f4 c8 c c f f f f4 f8 f c f e4 a,4 a8 c c c16 c f8 f f4 f8 d16 d f8 e c4 } tenor=\relative c'{ a4 a8 c c c c bes a4 a8 c d d cis4 c! bes8 bes a c a c a4 a8 f a8 c c4 f,4 f8 f f a16 a c8 a a4 d8 d16 d c8 bes f4 } bassus=\relative c{ f4 f8 f c c c c d4 d8 c bes bes a4 f'4 e8 e f f f f f4 f8 f f f c4 f4 f8 f f f16 f f8 f d4 bes8 bes16 bes c8 c f4 } textocantus=\lyricmode{ \set stanza = "1." À la clai -- re fon -- tai -- ne M’en al -- lant pro -- me -- ner, J’ai trou -- vé l’eau si bel -- le Que je m’y suis bai -- gné. Lui ya long -- temps que je t’ai -- me, Ja -- mais je ne t’ou -- blie -- rai. } textocantusb=\lyricmode{ \set stanza = "2." Sous les feuil -- les d’un chê -- ne Je me suis fait sé -- cher, Sur la plus hau -- te bran -- che Un ros -- si -- gnol chan -- tait. " " } textoaltus=\lyricmode{ \set stanza = "3." Chan -- te, ros -- si -- gnol, chan -- te, Toi qui as le cœur gai, Tu as le cœur à ri -- re Moi je l’ai à pleu -- rer. Lui ya long -- temps que je t’ai -- me, Ja -- mais je ne t’ou -- blie -- rai. } textotenor=\lyricmode{ \set stanza = "4." J'ai per -- du ma maî -- tres -- se Sans l'a -- voir mé -- ri -- té, Pour un bou -- quet de ro -- ses Que je lui re -- fu -- sai. Lui ya long -- temps que je t’ai -- me, Ja -- mais je ne t’ou -- blie -- rai. } textobassus=\lyricmode{ \set stanza = "5." Je vou -- drais que la ro -- se Fût en -- core au ro -- sier, Et moi et ma maî -- tres -- se Dans les mêm's a -- mi -- tiés. Lui ya long -- temps que je t’ai -- me, Ja -- mais je ne t’ou -- blie -- rai. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4.4) } } %\midi {} } \paper{ evenHeaderMarkup=\markup \fill-line { \fromproperty #'page:page-number-string \htitle \hcomposer } oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \fromproperty #'page:page-number-string } system-count=3 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 8\mm %head-separation = 4\mm }