% Fa_La_Collectore_Sax_Alto.ly % Version 2.0 % Philippe Neyrat 2015 Les_larmes_La_Collectore_Sax_Alto_Version = "Version 2.0" \version "2.18.2" \include "articulate.ly" \pointAndClickOff #(define raise_flat ( / 4 10 ) ) #(define hspace_flat ( / 2 10 ) ) Mi_bemol_text = \markup \concat { "Mi" { \hspace #hspace_flat \raise #raise_flat \small \flat } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% HEADER %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \header { title = \markup { "Fa(tras)" } % title subtitle = \markup { \column { \vspace #1 \fill-line { \null \concat { "Sax Alto en " \Mi_bemol_text } \null } } % column } % subtitle composer = \markup { \huge \bold "La Collectore" \vspace #1 } % composer poet = \markup { \huge \bold "(Bâtisseurs de ruines - 2008)" \vspace #1 } copyright = \markup { \column { \fill-line \tiny { \null "Ce document est publié suivant les termes de la Licence Creative Commons BY-NC-SA 4.0 international." \null } \with-url #"http://creativecommons.org/licenses/by-nc-sa/4.0/" \fill-line \tiny { \null \bold { http://creativecommons.org/licenses/by-nc-sa/4.0/ } \null } \fill-line \tiny { \null "Vous pouvez le reproduire et l'utiliser librement, y compris pour enseigner." \null } \fill-line \tiny { \null "Vous pouvez le redistribuer modifié sous cette même licence en citant son auteur." \null } \fill-line \tiny { \null "En revanche, il vous est interdit de le commercialiser." \null } } % column } % copyright tagline = \markup { \column \center-align { \line \tiny { Philippe Neyrat pour La Collectore - 2015 \with-url #"http://la-collectore.com/" \bold { http://la-collectore.com/ } } % line \line \tiny { Gravure réalisée au moyen du logiciel libre \with-url #"http://www.LilyPond.org" \bold { #(string-append "GNU LilyPond version " (lilypond-version) ) } } % line } % center-align } % tagline } % header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC PAPER %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \paper { indent = 0\cm ragged-right= ##f ragged-bottom = ##f ragged-last-bottom = ##t top-margin = 20\mm bottom-margin = 20\mm % Espace entre un titre ou un markup et le système qui le suit markup-system-spacing #'basic-distance = #15 % Espace entre deux systèmes d'un mouvement system-system-spacing #'basic-distance = #10 last-bottom-spacing #'basic-distance = #20 } % paper %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC MUSIQUE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Fa_Intro = \relative c' { \time 4/4 \clef "treble" \tempo \markup { \concat { "Larghetto " \general-align #Y #DOWN \note #"4" #1 " = 60" } % concat } % tempo e4^\markup { \rounded-box "Intro" } f g a | g1 | \repeat volta 2 { f8[ g] a[ b] cis[ d] cis[ b] | f4 a a2 | f8[ g] a[ b] cis[ d] cis[ b] | bes1 | } \break c1 | f,8[ g] a[ b] cis[ d] cis[ b] | f4 a a2 | bes1^\markup { "\"Les absents...\""} | } % Fa_Intro Fa_Theme = \relative c'' { \time 4/4 \clef "treble" \tempo \markup { \concat { "Allegro " \general-align #Y #DOWN \note #"4" #1 " = 120" } % concat } % tempo \repeat volta 2 { r16^\markup { \rounded-box "Thème : X 2" } a[ g a] r g[ f g] r f[ e] d8 e16 r8 | } \alternative { { f4 a r2 | } { f4 f r2 | } } } % Fa_Theme Fa_Suite = \relative c' { \time 4/4 \clef "treble" e8[^\markup { \rounded-box "Suite : X 3" } a] bes8. f16[ a g f] a[ g f e] r | e8[ a] bes8. f16[ a g f e d] r8. | } % Fa_Suite Fa_Tagada = \relative c'' { \time 4/4 \clef "treble" r8^\markup { \rounded-box "Tagada" } a16[ g] a8 g16[ f] cis8[ e] r4 | g16[ f] g8 f16[ g g f] f[ e e d] d[ cis] a8 | r8^\markup { \rounded-box "Question" } a'16[ g] a8 g16[ f] g8 g16[ f] f8[ g] | r8^\markup { \rounded-box "Réponse 1" } f16[ g] g8 a16[ g] g8 g16[ f] f[ g] f8 | \break r8^\markup { \rounded-box "Réponse 2" } f16[ g] g8[ f] f16[ e e d] a'4 | f16[^\markup { \rounded-box "Réponse 3" } g] g8 f16[ g] g8 f4 r4 | } % Fa_Tagada Fa_Structure = \markup \column { \fill-line { \null "Structure :" \null } \fill-line { \null "Intro - Thème X 2 - Suite X 3" \null } \fill-line { \null "{Tagada - Q - R1 - Q - R2 - Q - R3 } X 2 " \null } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC LAYOUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Les_larmes_La_Collectore_Sax_Alto_Version \score { \new Staff \with { instrumentName = \markup { \circle { "I" } } } { \Fa_Intro } \layout {} } % score \score { \new Staff \with { instrumentName = \markup { \circle { "T" } } } { \Fa_Theme } \layout {} } % score \score { \new Staff \with { instrumentName = \markup { \circle { "S" } } } { \Fa_Suite } \layout {} } % score \score { \new Staff \with { instrumentName = \markup { \circle { "G" } } } { \Fa_Tagada } \layout {} } % score \Fa_Structure %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC MIDI %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \book { \bookOutputSuffix "Intro" \score { \new Staff { \set Staff.midiInstrument = #"alto sax" \unfoldRepeats \articulate \transpose c ees \Fa_Intro } \midi { \tempo 4 = 60 } } % score } % book \book { \bookOutputSuffix "Thème" \score { \new Staff { \set Staff.midiInstrument = #"alto sax" \unfoldRepeats \articulate \transpose c ees \Fa_Theme } \midi { \tempo 4 = 120 } } % score } % book \book { \bookOutputSuffix "Suite" \score { \new Staff { \set Staff.midiInstrument = #"alto sax" \unfoldRepeats \articulate \transpose c ees \Fa_Suite } \midi { \tempo 4 = 120 } } % score } % book \book { \bookOutputSuffix "Tagada" \score { \new Staff { \set Staff.midiInstrument = #"alto sax" \unfoldRepeats \articulate \transpose c ees \Fa_Tagada } \midi { \tempo 4 = 120 } } % score } % book