]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-separator.ly
* Documentation/user/changing-defaults.itely (Page layout): add
[lilypond.git] / input / regression / system-separator.ly
1 \header {
2
3   texidoc = "System separators maybe defined as markups in the
4 @code{systemSeparator} field of the bookpaper block. They are centered
5 between the boundary staffs of each system. "
6
7 }
8
9 \paper {
10   systemSeparatorMarkup = \slashSeparator
11
12 }
13 foobar = \relative { c1 c \break c c  \break c c }
14 \book
15 {
16   \score {
17      \new GrandStaff <<
18        \new Staff \foobar 
19        \new Staff \foobar 
20      >>
21   }
22 }