X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=a7b2580dcc3784ba5c6ff6f82d2843c811edc13f;hb=9cba6d0b05bd28e2fc73f091b09ace570c976182;hp=7da8a1492e6b18516b248c85fb828cd91052d6e8;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 7da8a1492e..a7b2580dcc 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "1.7.18" +\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'' < \context Staff = SA { \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} - } -%% new-chords-done %%