X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=f049260fe16e302da59638c1ae14c3b94c4d43e4;hb=4b78ea65daabcab3c4b6baf90fdd6f98aa186917;hp=4e85d191a575083747752b5b645ca5a567d57958;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 4e85d191a5..f049260fe1 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "1.7.6" +\version "2.19.21" \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 << + \new Staff { + \time 4/4 + c''8[ c8 cis8 cis8] + cis8[ cis8 cis8 cis] + } + { + \key d \major cis4 cis4 cis4 cis!4 + } +>> + + - } - { \key d \major cis4 cis4 cis4 cis!4 } > - \paper { linewidth = -1. } - } -%% new-chords-done %%