\version "2.24.0" % automatically converted by musicxml2ly from D:/Daniel/Documents/Jean Guyot Polyphonia Castileti/Jean_Guyot_partitions/Partitions_choeur/Fabrice_Holvoet/XML/tourdion-2704.xml %%%%%%%%%% \pointAndClickOff date = #(strftime "%d-%m-%Y" (localtime (current-time))) \header { Mytitleallpages = "Tourdion" title = \markup \fontsize #6 \bold \center-column { \vspace #9 "Tourdion" " " "(Quand je bois du vin clairet)" " " } subtitle = \markup \column {\fontsize #6 \bold "version haussée d'une tierce " " " " " } subsubtitle = \markup \column {\fontsize #4 \bold"Toutes Portées - Flûte et toutes voix" } composer = \markup \column { \bold \center-column {"Anonyme " "Publié en 1530 par" "P. ATTAIGNANT" }} arranger = \markup { \vspace #2 "Transcription : Daniel Bernair"} enteredby = "DB" tagline = \markup { "Partition gravée avec LilyPond (http://lilypond.org)" } } \paper { #(set-paper-size "a4") top-margin = 1.0\cm bottom-margin = 1.0\cm %pour aéré ebn haut et en bas de la page top-system-spacing.basic-distance = #15 last-bottom-spacing.basic-distance = #15 %%%%%%%%left-margin = 1.0\cm %%%%%%%%%% right-margin = 1.0\cm %%%%%%% two-sided = ##t %%%%%%% inner-margin = 1.0\cm %%%%%%% outer-margin = 1.5\cm %%%%%%% binding-offset = 1\cm two-sided = ##t inner-margin = 1.0\cm outer-margin = 2.0\cm %%%%%%%%% binding-offset = 1.0\cm %%%%%%%%%%% page-count = #6 %%%%%%%%%%% system-system-spacing = #'((basic-distance . 20.0) (padding . 4.0)) %%%%%%%%%% systems-per-page = #3 ragged-last-bottom = ##t ragged-bottom = ##f oddFooterMarkup = \markup { \fill-line { % \column { \fromproperty #'header:meter } \column { \fromproperty #'header:tagline } \column { \line {DB le \date }} } } auto-first-page-number = ##f first-page-number = #0 oddHeaderMarkup = \markup \unless \on-first-page %%%%%%%%% ne pas imprimer sur la première page %%%%%%%%% \fill-line { %%%%%%%%%%%%%\fromproperty #'header:title % titre sur la page N° 1 (en haut à gauche) \fill-line { \line { \fromproperty #'header:Mytitleallpages } % titre sur la page N° 1 (en haut à gauch \if \should-print-page-number \fromproperty #'page:page-number-string } evenHeaderMarkup = \markup \unless \on-first-page %%%%%%%%% ne pas imprimer sur la première page \fill-line { \if \should-print-page-number \fromproperty #'page:page-number-string " " %%%%%%%%%%\fromproperty #'header:title % titre sur toutes les pages \fromproperty #'header:Mytitleallpages % titre sur la page N° 1 (en haut à gauchs %%%%%%%% ou %%%%%%% : \fill-line { \line { \fromproperty #'header:Mytitleallpages \fromproperty #'header:subtitle } % titre sur la page N° 1 (en haut à gauchs } } \markup { \fontsize #4 \bold \fill-line { \hspace #10 \column { \null \line { séquence : } \null \line { A } \line { B } \line { C } \line { D } \line { E } \line { F } \line { G } \line { H } \line { I } \line { J } \line { K } \line { L } } \hspace #-30 \column { \null \null \null \line { Flûte } \line { Soprani } \line { Soprani + Ténors } \line { Soprani + Ténors + Alti } \line { Ténors + Alti + Basses } \line { tous } \line { tous } \line { tous } \line { tous } \line { tous } \line { tous } \line { tous } } \hspace #1 } } \pageBreak #(set-global-staff-size 17.5) \layout { \context { \Score autoBeaming = ##f } } \include "tourdion_process Parts Flute vk.ly" \include "tourdion_process Parts One vk.ly" \include "tourdion_process Parts Two vk.ly" \include "tourdion_process Parts Three vk.ly" \include "tourdion_process Parts Four vk.ly" FlutePart = \new Staff \with { instrumentName = "Flûte" shortInstrumentName = "F." midiInstrument = "recorder" \consists "Ambitus_engraver" } \PartPOneVoiceFlute sopranoVoicePart = \new Staff \with { instrumentName = "Soprani" shortInstrumentName = "S" midiInstrument = "choir aahs" } { \PartPOneVoiceOne } \addlyrics { \PartPOneVoiceOneLyricsOne } altoVoicePart= \new Staff \with { instrumentName = "Alti" shortInstrumentName = "A" midiInstrument = "choir aahs" } \PartPTwoVoiceOne \addlyrics { \PartPTwoVoiceOneLyricsOne } tenorVoicePart= \new Staff \with { instrumentName = "Alti" shortInstrumentName = "A" midiInstrument = "voice oohs" } \PartPThreeVoiceOne \addlyrics { \PartPThreeVoiceOneLyricsOne } basseVoicePart= \new Staff \with { instrumentName = "Alti" shortInstrumentName = "A" midiInstrument = "voice oohs" } \PartPFourVoiceOne \addlyrics { \PartPFourVoiceOneLyricsOne } %-LA PARTITION \score { \new ChoirStaff \transpose e g << \FlutePart \sopranoVoicePart \altoVoicePart \tenorVoicePart \basseVoicePart >> \layout { \context { \Staff \RemoveAllEmptyStaves } \context { \ChoirStaff % Ajout des barres entre les portées \consists Span_bar_engraver % Suppression des barres entre portées partout % sauf en fin de système. \override SpanBar.break-visibility = #end-of-line-visible } } } %%%%%%%%%% MIDI \midi {\tempo 2 = 80 } \score { \transpose e g << \FlutePart \sopranoVoicePart \tenorVoicePart \basseVoicePart >> \midi { \tempo 2 = 80 } }