X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-non-adjacent-columns1.ly;h=557f268ff2c6448b72e0f0fb8e571ef8b05213ef;hb=e7121831390ef4b0d09c1d509e1ccb0de2ea36a8;hp=e7adfc015af5fbdeb2b0b5c20de59d4650708384;hpb=d4ba37c298813e0f7008ef8388e126c34d8f8dd3;p=lilypond.git diff --git a/input/regression/spacing-non-adjacent-columns1.ly b/input/regression/spacing-non-adjacent-columns1.ly index e7adfc015a..557f268ff2 100644 --- a/input/regression/spacing-non-adjacent-columns1.ly +++ b/input/regression/spacing-non-adjacent-columns1.ly @@ -1,15 +1,15 @@ -\version "2.11.28" +\version "2.19.21" \paper {ragged-right = ##t} \header { texidoc = "The spacing engine avoids collisions between non-adjacent columns." } -foo = \relative c'' { - g'32[ c,] +foo = \relative { + g''32[ c,] } -bar = \relative c { +bar = \relative { c16 4 } @@ -18,4 +18,4 @@ bar = \relative c { \new Voice \foo \new Voice \bar >> -} \ No newline at end of file +}