X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=d127024c764f46a342d14f8a423d32d7f59066c5;hb=3c08f91969cc562bb9aa354e2b9f4da7f0715260;hp=c15767326fc251eead526666a4a944b3198dacc1;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index c15767326f..d127024c76 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 "2.1.7" +\version "2.10.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} - }