\version "2.18.2" %{ - Trame d'inscription des titres sur une page séparée, - du titre de la partition et de la date sur toutes les pages - choix des instruments pour le midi dans le score - numérotation des mesures de 5 en 5 - vitesse du fichier midi %} date = #(strftime "%d-%m-%Y" (localtime (current-time))) \header { Mytitleallpages = "E.O. La valse Choeur et piano" title = \markup { \column { " " " " " " " " " " \fontsize #6 \bold "Eugene Oneguin : " " " \fontsize #6 \bold "La valse - Choeur et piano" " " } } subtitle = \markup { \column {\fontsize #6 \bold "version russe et française " " " " " } } composer = \markup { \column { \bold \center-column {"P.TCHAIKOWSKY " "1840-1893" }}} %%%%%%%%%%%%% composer = \markup { \column { \bold "P.TCHAIKOWSKY" \bold "1840-1893 " }} arranger = "Transcription pour Evi Laetare : Daniel Bernair" poet = \markup { \column { " " \bold "Remarque :" "Les soli d'ONEGUIN et LENSKY" "ne sont actuellement pas chantés comme dans la partition d'Emile" "mais ils pourraient l'être par les basses et les ténors," "ce sera le choix du chef d'orchestre" " "} } piece = \markup { \column { "pour l'orchestre : les repères sont placés dans des ovales" "pour les choeurs : les repères sont placés dans des carrés"} } 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 %%%%%%%%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 = ##t 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 \on-the-fly #not-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 \fromproperty #'header:subtitle } % titre sur la page N° 1 (en haut à gauch \on-the-fly #print-page-number-check-first \fromproperty #'page:page-number-string } evenHeaderMarkup = \markup \on-the-fly #not-first-page %%%%%%%%% ne pas imprimer sur la première page \fill-line { \on-the-fly #print-page-number-check-first \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 } } \pageBreak #(set-global-staff-size 17) global = { \key f \major \numericTimeSignature \time 2/4 \set Timing.defaultBarType = "!" %%%%%%%% \tempo \markup { Tactus = \note #"4" #UP } %% indiquer une noire au lieu de chiffre } \layout { \context { \Score skipBars = ##t autoBeaming = ##t % pour relier les croches par temps. %%% \set Score.markFormatter = #format-mark-box-letters %%%%%%%%%%\override RehearsalMark #'self-alignment-X = #-1 \override Score.RehearsalMark.self-alignment-X = #LEFT } } ficta = { \once \set suggestAccidentals = ##t } generalPart = { \new Devnull { s2. } } %%% imprimer une portée vide \score { << %%%%%%%% \pointAndClickOff \new StaffGroup \with { \override SpanBar #'transparent = ##t } << \new ChoirStaff << \new Staff \with {midiInstrument = #"flute" } << %3 \set Staff.midiMinimumVolume = #0.6 \set Staff.midiMaximumVolume = #0.7 %%%%%%%%%% \new Staff \with {midiInstrument = #"choir aahs" } << %3 \set Staff.instrumentName = "Soprano" \set Staff.shortInstrumentName = "S" \context Staff << \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne >> >> \new Staff \with {midiInstrument = #"viola" } << %3 \set Staff.midiMinimumVolume = #0.5 \set Staff.midiMaximumVolume = #0.6 %%%%%%%%%%%%%\new Staff \with {midiInstrument = #"choir aahs" } << %3 \set Staff.instrumentName = "Alto" \set Staff.shortInstrumentName = "A" \context Staff << \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne } \new Lyrics \lyricsto "PartPTwoVoiceOne" \PartPTwoVoiceOneLyricsOne >> >> \new Staff \with {midiInstrument = #"trombone" } << %3 \set Staff.midiMinimumVolume = #0.7 \set Staff.midiMaximumVolume = #0.8 %%%%%%%%\new Staff \with {midiInstrument = #"choir aahs" } << %3 \set Staff.instrumentName = "Ténor" \set Staff.shortInstrumentName = "T" \context Staff << \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne } \new Lyrics \lyricsto "PartPThreeVoiceOne" \PartPThreeVoiceOneLyricsOne >> >> \new Staff \with {midiInstrument = #"oboe" } << %3 \set Staff.midiMinimumVolume = #0.5 \set Staff.midiMaximumVolume = #0.6 %%%%%%%%\new Staff \with {midiInstrument = #"choir aahs" } << %3 \set Staff.instrumentName = "Basse" \set Staff.shortInstrumentName = "B" \context Staff << \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne } \new Lyrics \lyricsto "PartPFourVoiceOne" \PartPFourVoiceOneLyricsOne >> >> >> >> >> \layout { \override Score.BarNumber.break-visibility = ##(#f #t #t) \set Score.barNumberVisibility = #all-bar-numbers-visible %%%%%%%%%%%%%%% \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5) \override Score.BarNumber.font-size = #0.2 \override Score.BarNumber.self-alignment-X = #LEFT \context {\Staff \RemoveEmptyStaves % éliminer les portées vides dès le début % To use the setting globally, uncomment the following line: \override VerticalAxisGroup #'remove-first = ##t} \context { \Voice \consists "Ambitus_engraver" } } % To create MIDI output, uncomment the following line: \midi { \tempo 2 = 80 } } %%%%%%%%%%%%%%%%%%%%%%%%%%%% pour un book instruments : % { #(set-global-staff-size 23) %%%% taille spécifique des portées \book { %%%%%%%%%%%%%%%%% Violons II \header { instrument = "Violons II" } \paper { max-systems-per-page = #9 %%%%%%%%%%% ragged-last-bottom = ##f system-separator-markup = \slashSeparator % imprimer // entre les systèmes } \bookOutputSuffix "10_Vi_II" %% titre du pdf \score { << \generalPart \scoreAViolinIIPartInst >> \layout { } } } % }