X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=cf80c66dc054969ba5b767d5a0555c7b4c885c65;hb=92f8192a33842605b39a1c9f6949638aba76d8e9;hp=054000abad814b9691068832a0fb404a8dac80aa;hpb=cfeaacc08c4118cc135f1e2def1a03ba7191c9f9;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 054000abad..cf80c66dc0 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "1.7.16" +\version "2.16.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 %%