X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=f049260fe16e302da59638c1ae14c3b94c4d43e4;hb=77267b700c377fd170abcbf4863728937038eb5e;hp=48dd67b3293a10760f86eca300917aae5714f478;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 48dd67b329..f049260fe1 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "2.1.22" +\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'' << \new Staff { \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 { raggedright = ##t} - }