7 In this preliminary test of a modern score, the staff lines are washed
8 out temporarily. This is done by making a tuned @code{StaffContainer},
9 which @code{\skip}s some notes without printing lines either and
10 creates a @code{\\new Staff} then in order to create the lines again.
11 (Be careful if you use this; it has been done by splitting the
12 grouping @code{Axis_group_engraver} and creating functionality into
13 separate contexts, but the clefs and time signatures may not do
14 what you would expect.)
26 %% need << >>, otherwise we descend to the voice inside SA
27 << \new Staff { c4 c4 } >>
28 \skip 4 % s4 would create staff.
30 << \new Staff { b4 b4 } >>
34 << \context Staff { e d f \bar ":|" } >>
42 \accepts StaffContainer
47 \consists Clef_engraver
48 \consists Time_signature_engraver
49 \consists Separating_line_group_engraver
50 \consists "Axis_group_engraver"
57 \remove Axis_group_engraver
58 \remove Separating_line_group_engraver
60 \remove Time_signature_engraver