X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-separator.ly;h=9b6e7456ad273c06f1cdfcd7ca55403a81b27967;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=660282e636f4cc2aadc226101092b20de8002293;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/system-separator.ly b/input/regression/system-separator.ly index 660282e636..9b6e7456ad 100644 --- a/input/regression/system-separator.ly +++ b/input/regression/system-separator.ly @@ -1,24 +1,25 @@ -\version "2.6.0" +\version "2.19.21" \header { - - texidoc = "System separators maybe defined as markups in the -@code{systemSeparator} field of the bookpaper block. They are centered -between the boundary staffs of each system. " - + texidoc = "System separators may be defined as markups in the +@code{system-separator-markup} field of the paper block. They are +centered between the boundary staves of each system." } \paper { - systemSeparatorMarkup = \slashSeparator + system-separator-markup = \slashSeparator +} +foobar = \relative { + c'1 c \break + c1 c \break + c1 c } -foobar = \relative { c1 c \break c c \break c c } -\book -{ +\book { \score { - \new GrandStaff << - \new Staff \foobar - \new Staff \foobar - >> + \new GrandStaff << + \new Staff \foobar + \new Staff \foobar + >> } }