X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-tie.ly;h=31c40b402e3694c54258e0f9cac1bade2b153d59;hb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;hp=6934725fe12bd40c069ce278c67e0636801ed2a1;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/accidental-tie.ly b/input/regression/accidental-tie.ly index 6934725fe1..31c40b402e 100644 --- a/input/regression/accidental-tie.ly +++ b/input/regression/accidental-tie.ly @@ -1,28 +1,25 @@ -\version "2.6.0" +\version "2.11.51" \header { - - texidoc = "The second and third notes should not get accidentals, + texidoc = "The second and third notes should not get accidentals, because they are tied to a note. However, an accidental is present if the line is broken at the tie, which happens for the G sharp." } +\layout { + ragged-right = ##t +} mus = \relative c' { - f1~ - f2~f4 % ~ f8 - fis8 gis8 ~ - \break - gis1 + f1~ + f2~f4 % ~ f8 + fis8 gis8 ~ + \break + gis1 } -\score { - << - \new NoteNames \mus - \new Voice { \key g \major \mus } - >> - \layout { - raggedright = ##t - } -} +<< + \new NoteNames \mus + \new Voice { \key g \major \mus } +>>