X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=e5847b0bf03e460214f6500992231664de0ff9dd;hb=6dd9d054f7b528a729c74077b4cf36e644afbeb4;hp=1bf14b52df532417c8a05a140a09a71a963c77e3;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 1bf14b52df..e5847b0bf0 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "2.3.16" +\version "2.11.51" \header { -texidoc = "Accidentals in different staves do not affect the -spacing of the quarter notes here." + texidoc = "Accidentals in different staves do not affect the +spacing of the eighth notes here." } -\score { \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} - }