\version "2.16.2" \include "LilyJAZZ.ily" #(set-global-staff-size 24) %taille des portées %--------------------------------------------- \header { title = \markup { \fontsize #2 \bold "Cocaîne"} composer =\markup { \italic "" } } %-------------------------------------------- global = { \jazzOn \key c\major \numericTimeSignature \tempo \markup {\italic swing} 4 = 120 } %---------------------------------------------------------------- portéeBasse = \relative c, { \clef "bass_8" \global d2\3 a4 d8\3 e\3~|e4\3~e8\3 d\3~ d4\3~ d8\3 c\4~| c2\4 b8\4 r r4| e2\3 r4 e8\3 d16\3 e\3| d2\3 a4\3 d\3| } %------------------------------------------- LaBasse = \relative c, { \clef "bass_8" \global << %la basse portée + tablature \portéeBasse \new TabStaff { \set TabStaff.stringTunings = #bass-tuning \portéeBasse } >> } %------------------------------------------------ % Corps du programme %------------------------------------------------- \paper { oddFooterMarkup = \markup { \fill-line { \fromproperty #'header:title } } print-page-number= ##t } %-------------------------------------- \score { \LaBasse \layout { \context {\Staff \RemoveEmptyStaves }} \midi{} }