\version "2.18.2" #(set-global-staff-size 20) %taille des portées %#(set-default-paper-size "a4" 'landscape) %format paysage \include "LilyJAZZ.ily" \include "ignatzek-jazz-chords.ily" %----------------------------------- \header { title = \markup { \fontsize #1 \bold\italic "C'est pas d'la Musique" } composer =\markup { \italic "Neal Hefti" } subtitle = "Le sousTitre," subsubtitle = "autre sousTitre." arranger = " Arrangeur" poet = "Parolier" } %---------------------------------------------- \paper { oddFooterMarkup = \markup { \fill-line { \fromproperty #'header:title } } print-page-number = ##t head-separation = 5\mm top-margin = 5\mm markup-system-spacing = 5\mm system-system-spacing = #'( (basic-distance . 10) %distance de base (minimum-distance . 10) %distance minimale (padding . 1) %décalage ( stretchability . 10) %dilatation ) } %---------------------------------------------------- global = { \jazzOn \key c\major \numericTimeSignature \set Score.markFormatter = #format-mark-box-alphabet \time 4/4 \mark\jazzTempoMarkup Tempo c4 "100" } %----------------------------------------------- maindroite= \relative c' { %main droite piano \clef treble \global << { b'4. a8 s2 } \\ { 4 \grace 16 b8} >> } %------------------------------------------------------- maingauche= \relative c { \clef bass \global << {< fis d>4 8 4 8 } \\ {d,4 d8. d16 a'8 d4 e,8} >> } %------------------------------------------------- Piano = { \new PianoStaff \with { instrumentName = #"Piano " shortInstrumentName = #"Pia. " \override StaffGrouper.staff-staff-spacing = #' ( ( basic-distance . 2) (padding . 2)) } << % les portées piano \new Staff { \maindroite } \new Staff { \maingauche } >> } %-------------------------------------- \score { \Piano \layout { } \midi {} }