X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-separator.ly;h=840a650ef43d4ea62a200d047f412c737b8b63e7;hb=0c5dbc847d41b42285373b2a0dc23d37307d7248;hp=7667b237734188447cefd3c8da1efba33453296e;hpb=570d70e5094bbc73de291d1016394ef70b1d96fb;p=lilypond.git diff --git a/input/regression/system-separator.ly b/input/regression/system-separator.ly index 7667b23773..840a650ef4 100644 --- a/input/regression/system-separator.ly +++ b/input/regression/system-separator.ly @@ -1,24 +1,25 @@ -\version "2.10.0" +\version "2.12.0" \header { - texidoc = "System separators may be defined as markups in the -@code{systemSeparator} field of the paper block. They are centered -between the boundary staves of each system." - +@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' { + c1 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 + >> } }