\version "2.19.83" date = #(strftime "%d-%m-%Y" (localtime (current-time))) \header { Mytitleallpages = "La Fiancée vendue I-1" title = \markup { \column { " " " " " " " " " " \fontsize #6 \bold "La Fiancée vendue" " " \fontsize #5 \bold "Opéra comique en trois actes" " " } } subtitle = \markup { \column {\fontsize #5 \bold "Acte I scène 1. " " " " " } } subsubtitle = \markup { \column {\fontsize #5 \bold \center-column { "Directrice" " " " " } } } composer = \markup { \column { \bold \center-column {"F. SMETANA " "" }}} %%%%%%%%%%%%% composer = \markup { \column { \bold "P.TCHAIKOWSKY" \bold "1840-1893 " }} arranger = "Transcription pour Evi Laetare : Daniel Bernair" enteredby = "DB" tagline = \markup { "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.5\cm outer-margin = 2.5\cm %%%%%%%%% binding-offset = 1.0\cm %%%%%%%%%%% page-count = #6 %%%%%%%% system-system-spacing = #'((basic-distance . 20.0) (padding . 3.0)) %%%%%%% systems-per-page = #3 ragged-last-bottom = ##t ragged-bottom = ##t oddFooterMarkup = \markup {\fill-line { % \column { \fromproperty #'header:meter } \column { \fromproperty #'header:tagline } %%%%%%%%%% imprime le n. de page en bas \column { \on-the-fly #not-first-page \line { "-"\fromproperty #'page:page-number-string"-" } } \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 } \line { \fromproperty #'header:subsubtitle } % 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 { \line { \fromproperty #'header:Mytitleallpages } \line { \fromproperty #'header:subsubtitle } % titre sur la page N° 1 (en haut à gauch %%%%%%%%%\on-the-fly #print-page-number-check-first \fromproperty %%%%%%%%%%%%% #'page:page-number-string " " %%%%%%%%%%\fromproperty #'header:title % titre sur toutes les pages % 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 \layout { \context { \Staff \consists #Measure_counter_engraver } \context { \Voice \consists "Horizontal_bracket_engraver" } } global = { \key g \major \numericTimeSignature \time 2/4 \tempo "Allegro vivo" 4=152 \override MultiMeasureRest.expand-limit = #1 \override Score.DoublePercentRepeatCounter.extra-offset = #'( 0 . 1 ) % hausser le compteur %%% devrait peut-être placé dans chaque repeat en fonction des direstions des hampes ? } globalT = { %%%%%%%%%%%%%%%%% instruments transopositeurs \numericTimeSignature \time 2/4 \tempo "Allegro vivo" 4=152 \override MultiMeasureRest.expand-limit = #1 \override Score.DoublePercentRepeatCounter.extra-offset = #'( 0 . 1 ) % hausser le compteur } #(set-global-staff-size 15) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % inclure mes variables et fonctions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \include "Smetana_instruments/mes_variables_fonctions.ly" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ù%% % inclure les musiques des instruments % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \include "Smetana_instruments/S_LFV_squelinst.ly" %%%%%%%%%% \include "Smetana_instruments/S_LFV_squelchoeur.ly" % \include "Smetana_instruments/S_LFV_Piccolo.ly" % \include "Smetana_instruments/S_LFV_Flute_I_II.ly" \include "Smetana_instruments/S_LFV_Oboe_I_II.ly" %%%%%%%%%%% \include "Smetana_instruments/S_LFV_Oboe_II.ly" %{\include "Smetana_instruments/S_LFV_Clar_I_II.ly" \include "Smetana_instruments/S_LFV_Violon_I.ly" \include "Smetana_instruments/S_LFV_Violon_II.ly" \include "Smetana_instruments/S_LFV_Viola.ly" \include "Smetana_instruments/S_LFV_Cello.ly" \include "Smetana_instruments/S_LFV_Contra-Bass.ly" %} scoreAOboeIPart = \new Staff \with { instrumentName = \markup { \center-column { "OB.I" \line { "& II" } } } shortInstrumentName = \markup { \center-column { "OB.I" \line { "& II" } } } midiInstrument = "oboe" } \removeWithTag #' (sqmenFA sqsigCrA sqFFB ) << \partcombine \scoreAOboeI \scoreAOboeII \squelinstBreak \squelinst >> scoreAOboeIIPart = \new Staff \with { instrumentName = "Htb. II" shortInstrumentName = "Htb. II" midiInstrument = "oboe" } << \scoreAOboeII \squelinst>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% score % \book { \paper { system-separator-markup = \slashSeparator } \header { subsubtitle = \markup { \fontsize #1 \bold "Direction d‘orchestre" } } \pageBreak \score { %%%%%%%%% \pointAndClickOff \new GrandStaff << \new StaffGroup << % { \scoreAOboeIPart % } %{ \scoreAOboeIIPart %} %} % { >> >> % } % { \layout { \context { \Staff %%%%%%%%% \RemoveAllEmptyStaves } } %%% \midi { } } } % } \include "Smetana_instruments/S_LFV_Score_inst.ly"