]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-separator-spaceable-staves.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / system-separator-spaceable-staves.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "System separator positioning works with all spaceable
5 staff 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