X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-tie.ly;h=f69a7a85756d283eb59f973584dcfa00ff0af944;hb=fa7cef118ba38099e8b26f7d1e6de0cd0fed853c;hp=0c25a46615f5fc26269c0b3071cf20d78fa71417;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/accidental-tie.ly b/input/regression/accidental-tie.ly index 0c25a46615..f69a7a8575 100644 --- a/input/regression/accidental-tie.ly +++ b/input/regression/accidental-tie.ly @@ -1,11 +1,14 @@ -\version "2.10.0" +\version "2.17.6" \header { texidoc = "The second and third notes should not get accidentals, -6 because they are tied to a note. However, an accidental is + 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." + sharp. + The presence of an accidental after a broken tie can be + overridden. +" } \layout { ragged-right = ##t @@ -17,6 +20,12 @@ mus = \relative c' { fis8 gis8 ~ \break gis1 + \override Accidental.hide-tied-accidental-after-break = ##t + f1~ + f2~f4 % ~ f8 + fis8 gis8 ~ + \break + gis1 } <<