X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-forced-tie.ly;h=77fa641c5dc68e5a7f5a7fa9463f9fa52bf6521a;hb=492a7326057fec726684ef429763c745e9ec982b;hp=e28d87367219185958c3fd455030443fd04273d0;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/accidental-forced-tie.ly b/input/regression/accidental-forced-tie.ly index e28d873672..77fa641c5d 100644 --- a/input/regression/accidental-forced-tie.ly +++ b/input/regression/accidental-forced-tie.ly @@ -1,13 +1,20 @@ -\version "2.12.0" +\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 +} +