X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsystem-separator.ly;h=52b4f398baa01bfe2bced75eb6be7249110a2a63;hb=1659dee5713d1adc304a9d8f6a62614af924da6b;hp=865ff4fc48b15f2c99d42c1ed5ee251cdb2836e8;hpb=a3bb260f7e9420412dc1fa05afc92eeb1dbed32f;p=lilypond.git diff --git a/input/regression/system-separator.ly b/input/regression/system-separator.ly index 865ff4fc48..52b4f398ba 100644 --- a/input/regression/system-separator.ly +++ b/input/regression/system-separator.ly @@ -1,24 +1,25 @@ -\version "2.10.0" +\version "2.16.0" \header { - - texidoc = "System separators maybe defined as markups in the -@code{systemSeparator} field of the paper 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' { + 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 + >> } }