1\version "2.16.0"
2
3\header {
4  texidoc = "System separator positioning works with all spaceable
5staff contexts."
6}
7
8
9\paper {
10  system-separator-markup = \slashSeparator
11  indent = 0
12}
13
14\book {
15  \new TabStaff {
16    c'1
17  }
18
19  \new Staff {
20    c'1
21  }
22
23  \new DrumStaff {
24    c'1
25  }
26
27  \new RhythmicStaff {
28    c'1
29  }
30}
31
32