X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-pitched-trill.ly;fp=input%2Fregression%2Ftie-pitched-trill.ly;h=636cdfe498eecce2855425c2fe92d2f2913ee88c;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/tie-pitched-trill.ly b/input/regression/tie-pitched-trill.ly new file mode 100644 index 0000000000..636cdfe498 --- /dev/null +++ b/input/regression/tie-pitched-trill.ly @@ -0,0 +1,12 @@ +\version "2.14.2" + +\header { + texidoc = "The pitch of a pitched trill should not trigger a warning for + unterminated ties." +} + +\relative c' { + \pitchedTrill + c1~\startTrillSpan d + c1\stopTrillSpan +}