MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / system-separator.ly
blob840a650ef43d4ea62a200d047f412c737b8b63e7
1 \version "2.12.0"
3 \header {
4 texidoc = "System separators may be defined as markups in the
5 @code{system-separator-markup} field of the paper block. They are
6 centered between the boundary staves of each system."
9 \paper {
10 system-separator-markup = \slashSeparator
13 foobar = \relative c' {
14 c1 c \break
15 c1 c \break
16 c1 c
18 \book {
19 \score {
20 \new GrandStaff <<
21 \new Staff \foobar
22 \new Staff \foobar