X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-forced-tie.ly;h=77fa641c5dc68e5a7f5a7fa9463f9fa52bf6521a;hb=2eb22fd223cd56a2dd90eda1499dadbcbfa5fad5;hp=5d553f069c9afcd6427af4e6e194b762a8a145ad;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/accidental-forced-tie.ly b/input/regression/accidental-forced-tie.ly index 5d553f069c..77fa641c5d 100644 --- a/input/regression/accidental-forced-tie.ly +++ b/input/regression/accidental-forced-tie.ly @@ -1,13 +1,20 @@ -\version "2.11.51" +\version "2.16.0" \header { - texidoc = "Accidentals can be forced with ! and ? even if the notes are tied." + texidoc = "Accidentals can be forced with ! and ? even if the +notes are tied. Cautionary accidentals applied to tied notes +after a bar line are valid for the whole measure. +" } \layout { ragged-right = ##t } -\relative { - gis'4 ~ gis!~ gis? - } +\relative c'' { + gis4 ~ gis!~ gis? r4 + fis1 ~ + fis!2 fis ~ + fis?2 fis +} +