X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprefatory-empty-spacing.ly;h=3e4d2c91152a8babfc5306c7f4257f74c5ee47d5;hb=13da351ae100d476532c18241bbe91862fd287ed;hp=6cc7af173a4cc57636388a107c0d3c7ce3a80be3;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/prefatory-empty-spacing.ly b/input/regression/prefatory-empty-spacing.ly index 6cc7af173a..3e4d2c9115 100644 --- a/input/regression/prefatory-empty-spacing.ly +++ b/input/regression/prefatory-empty-spacing.ly @@ -1,17 +1,18 @@ -\version "2.1.22" +\version "2.14.0" \header { -texidoc =" The A is atop an invisible barline. The barline + texidoc =" The A is atop an invisible barline. The barline, although invisible, is also translated because it is the last one of the break alignment." - + } -\paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score{ \notes { -a a a a \break -\mark A -a a a a}} +{ + a a a a \break + \mark A + a a a a +}