X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fzero-staff-space.ly;h=d6820208e12dbb1a9efd500d8295504ab044a3f0;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=6e3eb0a42870062c481f2270d54c399dbb7bac66;hpb=94644b3a701073c99eabb88d95b20cd3f3ac5af0;p=lilypond.git diff --git a/input/regression/zero-staff-space.ly b/input/regression/zero-staff-space.ly index 6e3eb0a428..d6820208e1 100644 --- a/input/regression/zero-staff-space.ly +++ b/input/regression/zero-staff-space.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.19.21" \header { texidoc=" @@ -9,7 +9,7 @@ Setting staff-space to 0 does not cause a segmentation fault. \new Staff \with { \override StaffSymbol.staff-space = #0 } { - \relative c' { - c1 \bar ":|." + \relative { + c'1 \bar ":|." } }