\version "2.18.2" %% À dé-commenter in fine : % \pointAndClickOff \include "telemann-sonate-I_1-largo.ly" \include "telemann-sonate-I_2-presto.ly" \include "telemann-sonate-I_3-dolce.ly" \include "telemann-sonate-I_4-grave.ly" \include "telemann-sonate-I_5-allegro.ly" #(set-default-paper-size "a4") #(set-global-staff-size 22) \header { title = "Sonate n°1" composer = "Georg Philipp Telemann" tagline = ##f } \paper { %top-margin = 15 %bottom-margin = 20 right-margin = 15 left-margin = 15 ragged-last-bottom = ##f % page-count = 10 % systems-per-page = 3 } %% Largo : \score { << \new Staff \with { instrumentName = "Flûte" fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_un-largo_global \telemann-sonate-I_un-largo_flute >> \new Staff \with { fontSize = #-3 instrumentName = "Violon" \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_un-largo_global \telemann-sonate-I_un-largo_violon >> \new Staff \with { instrumentName = "Basse" } { \clef bass << \telemann-sonate-I_un-largo_global \telemann-sonate-I_un-largo_basse \telemann-sonate-I_un-largo_figures >> } >> \layout { %system-count = 7 } %\midi {} } %% On peut ajouter un peu d'espace ici : %\markup\vspace #1 %% Presto : \score { << \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_deux-presto_global \telemann-sonate-I_deux-presto_flute >> \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_deux-presto_global \telemann-sonate-I_deux-presto_violon >> \new Staff { \clef bass << \telemann-sonate-I_deux-presto_global \telemann-sonate-I_deux-presto_basse \telemann-sonate-I_deux-presto_figures >> } >> \layout { indent = 0 %system-count = 15 } %\midi {} } %% On peut ajouter un peu d'espace ici : %\markup\vspace #1 %% Dolce : \score { << \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_trois-dolce_global \telemann-sonate-I_trois-dolce_flute >> \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_trois-dolce_global \telemann-sonate-I_trois-dolce_violon >> \new Staff { \clef bass << \telemann-sonate-I_trois-dolce_global \telemann-sonate-I_trois-dolce_basse \telemann-sonate-I_trois-dolce_figures >> } >> \layout { indent = 0 %system-count = 6 } %\midi {} } %% On peut ajouter un peu d'espace ici : %\markup\vspace #1 %% Grave : \score { << \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_quatre-grave_global \telemann-sonate-I_quatre-grave_flute >> \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_quatre-grave_global \telemann-sonate-I_quatre-grave_violon >> \new Staff { \clef bass << \telemann-sonate-I_quatre-grave_global \telemann-sonate-I_quatre-grave_basse \telemann-sonate-I_quatre-grave_figures >> } >> \layout { indent = 0 %system-count = 2 } %\midi {} } %% On peut ajouter un peu d'espace ici : %\markup\vspace #1 %% Allegro : \score { << \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_cinq-allegro_global \telemann-sonate-I_cinq-allegro_flute >> \new Staff \with { fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) } << \telemann-sonate-I_cinq-allegro_global \telemann-sonate-I_cinq-allegro_violon >> \new Staff { \clef bass << \telemann-sonate-I_cinq-allegro_global \telemann-sonate-I_cinq-allegro_basse \telemann-sonate-I_cinq-allegro_figures >> } >> \layout { indent = 0 system-count = 14 } %\midi {} }