\version "2.16.2" \include "LilyJAZZ.ily" maMusique = { \repeat unfold 4 { \repeat unfold 16 { s } \break } } monCoda = { \repeat unfold 8 { s } \break \repeat unfold 16 { s } } \score { \new StaffGroup << \new Staff { \jazzOn \clef G \maMusique \bar "||" } \new Staff { \jazzOn \clef F \maMusique } >> \layout { indent = 0 } } %Coda : \score { \new StaffGroup << \override StaffGroup.InstrumentName #'self-alignment-X = #RIGHT \override StaffGroup.InstrumentName #'padding = #2 \set StaffGroup.instrumentName = \markup \jazzglyph #"scripts.varcodajazz" \new Staff { \jazzOn \clef G \monCoda \bar "|." } \new Staff { \jazzOn \clef F \monCoda } >> \layout { indent = 90 } }