%%%%%%%%%%%%% Entêtes %%%%%%%%%%%%%%% \version "2.16.0" %%%%%%%%% encodé par Daniel Bernair \header { title = "Bon jour, bon mois (un ton plus bas)" subtitle = "version choeur et orchestre Violon alto pour Choeur Altus" instrument = "Directrice " composer = "Guillame Dufay" arranger = "Transcription Daniel BERNAIR" } %%%%%%%%%%%% mise en page %%%%%%%%%%%%%%%%%%% \paper { #(set-paper-size "a4") top-margin = 2\cm bottom-margin = 2\cm after-title-space = 0\cm left-margin = 15\mm oddFooterMarkup = \markup {} } #(set-global-staff-size 15) markA = { %%%%%%% indiquer à chaque reprise de thème s4 \tempo "Thème A" s2 s2.*25 s4 \tempo "Thème B" s2 s2.*18 %%%%%% idem dans toute la partition aux reprises des thèmes. } global = { \time 3/4 } %%%%%mBreak = {\break} mBreak = { } Key = { \key c \major } \include "Bjour Bmois flute 1 vk.ly" % codes de la portée \include "Bjour Bmois viola bis vk.ly" % codes de la portée \include "Bjour Bmois trombone vk.ly" % codes de la portée \include "Bjour Bmois Soprano 1 orch vk.ly" % codes et paroles de la portée femmes \include "Bjour Bmois tenor orch vk.ly" % codes et paroles de la portée hommes Flute = { \set Staff.instrumentName = "Flûte - Cantus " \set Staff.shortInstrumentName = "FL. " \global \clef treble <<\transpose c bes, \flute >> } Viola = { \set Staff.instrumentName = "Violon Alto - Altus" \set Staff.shortInstrumentName = "Va." \global \clef "treble_8" <<\transpose c bes, \Viola >> } Trombone = { \global \set Staff.instrumentName = "Trombone - Ténor" \set Staff.shortInstrumentName = "Tr. " \clef "treble_8" <<\transpose c bes, \trombone >> } Sopranoun = { \set Staff.instrumentName = "Cantus = Femmes" \set Staff.shortInstrumentName = "S+A " \global \clef treble <<\transpose c bes, \sopranoun >> } Tenor = { \global \set Staff.instrumentName = "Ténor = Hommes" \set Staff.shortInstrumentName = "T.+ B." \clef "treble_8" <<\transpose c bes, \tenor >> } \score { << %1 \pointAndClickOff \new GrandStaff = "band" << %2 \new Staff \with {midiInstrument = #"recorder" } << %3 \set Staff.midiMinimumVolume = #0.6 \set Staff.midiMaximumVolume = #0.7 \new Voice = "flute" <<\Flute \markA>> >> %3 \new Staff \with {midiInstrument = #"viola" } << %3 \set Staff.midiMinimumVolume = #0.4 \set Staff.midiMaximumVolume = #0.5 \new Voice = "viola" \Viola >> %3 %%%%% \new Staff \with {midiInstrument = #"tenor sax" } << %3 \new Staff \with {midiInstrument = #"trombone" } << %3 \new Voice = "trombone" \Trombone >> %3 >> %2 \new ChoirStaff = "choeur" << %2 \new Staff \with {midiInstrument = #"choir aahs" } << %3 \new Voice = "sopun" \Sopranoun \new Lyrics \lyricsto "sopun" \SopUnParoles \new Lyrics \lyricsto "sopun" \SopUnParolespr >> %3 \new Staff \with {midiInstrument = #"choir aahs" } << %3 \new Voice = "tenor" \Tenor \new Lyrics \lyricsto "tenor" \tenorvoix \new Lyrics \lyricsto "tenor" \tenorvoixpr >> %3 >> %2 >> %1 \layout { \context { \RemoveEmptyStaffContext } \context { \Voice \consists "Ambitus_engraver" } \context { \Score \override BarNumber #'padding = #3 \override RehearsalMark #'padding = #2 skipBars = ##t } } \midi { \tempo 2. = 66 } }