\version "2.15.0" \score { << \new Staff \relative c'' { c1 |r1 | \break R1*3 | c1 } \new RhythmicStaff { c1 | r1 | \break R1*3 | c1 } \new RhythmicStaff { c1 | r1 | \break d1 d \break d d | } >> } \layout { % \context { % \RemoveEmptyStaffContext % } % \context { % \RemoveEmptyRhythmicStaffContext % } % BETTER: \context { \Staff \RemoveEmptyStaves } \context { \RhythmicStaff \RemoveEmptyStaves } }