X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-forced-tie.ly;h=bd4148ccd3d200707a5218e61eed358f49f26430;hb=4c1bf39e4a6dd40fec4cea546846e2c721ac5993;hp=6c5b605ccb48ca78ef1dd8d028de989c83ff59ff;hpb=545a684c5a5022121695b3d77c20fc5ca053dafb;p=lilypond.git diff --git a/input/regression/accidental-forced-tie.ly b/input/regression/accidental-forced-tie.ly index 6c5b605ccb..bd4148ccd3 100644 --- a/input/regression/accidental-forced-tie.ly +++ b/input/regression/accidental-forced-tie.ly @@ -1,7 +1,10 @@ -\version "2.9.18" +\version "2.19.21" \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 { @@ -9,5 +12,9 @@ } \relative { - gis'4 ~ gis!~ gis? - } + gis'4 ~ gis!~ gis? r4 + fis1 ~ + fis!2 fis ~ + fis?2 fis +} +