\version "2.18.2" variableI = { \repeat unfold 24 c2 \repeat unfold 12 R1 \repeat unfold 24 c2 } variableII = { \repeat unfold 24 {\repeat unfold 8 c16} \pageBreak \repeat unfold 24 {\repeat unfold 8 d16} \pageBreak \repeat unfold 24 {\repeat unfold 8 c16} } voiceI = \relative c'' \variableI voiceII = \relative c'' \variableII staffI = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Prem." } } shortInstrumentName = \markup { "1" } } { \voiceI } staffII = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Sec." } } shortInstrumentName = \markup { "2" } } { \voiceI } staffIII = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Trois." } } shortInstrumentName = \markup { "3" } } { \voiceI } staffIV = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Quatr." } } shortInstrumentName = \markup { "4" } } { \voiceI } staffSolist = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Sol." } } shortInstrumentName = \markup { "S" } } { \voiceII } staffV = \new Staff \with { \RemoveEmptyStaves instrumentName = \markup {\fontsize #3 { "Cinq." } } shortInstrumentName = \markup { "5" } } { \voiceI } << \staffI \staffII \staffIII \staffIV \staffSolist \staffV >>