X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=a7b2580dcc3784ba5c6ff6f82d2843c811edc13f;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=8e8417e21a7495dbfc76eb99c3a047fd098be9e5;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 8e8417e21a..a7b2580dcc 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,22 +1,26 @@ -#(ly:set-option 'old-relative) -\version "1.9.8" +\version "2.14.0" \header { -texidoc = "Accidentals in different staffs don't effect the -spacing of the quarter notes here." + texidoc = "Accidentals in different staves do not affect the +spacing of the eighth notes here." } -\score { \notes \relative c'' << \new Staff { \time 4/4 +\layout { ragged-right = ##t} - c8[ c8 cis8 cis8] - cis8[ cis8 cis8 cis] +\relative c'' << + \new Staff { + \time 4/4 + c8[ c8 cis8 cis8] + cis8[ cis8 cis8 cis] + } + { + \key d \major cis4 cis4 cis4 cis!4 + } +>> - } - { \key d \major cis4 cis4 cis4 cis!4 } >> + - \paper { raggedright = ##t} - }