X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental-tie.ly;h=739d919e4c9159585e155fb8ccc247a3acf5a386;hb=97b34b56e2cf3f8465f651717b5e0f6ea10d7543;hp=5c0404eed147f71f452287c7fae7d44630c6548a;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/accidental-tie.ly b/input/regression/accidental-tie.ly index 5c0404eed1..739d919e4c 100644 --- a/input/regression/accidental-tie.ly +++ b/input/regression/accidental-tie.ly @@ -1,28 +1,25 @@ -\version "2.3.22" +\version "2.14.0" \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 } +>>