X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-accidental-staffs.ly;h=d127024c764f46a342d14f8a423d32d7f59066c5;hb=e7f6416d7f3379d5b64f9e783cd519acc5482546;hp=63680cecdf40fb89a29621668ae6cca3cc0fbcf6;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 63680cecdf..d127024c76 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,21 +1,26 @@ -\version "2.3.4" +\version "2.10.0" \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} - }