If you change the pitch of one of the notes of a correctly tied pair,
but forget to delete the tilde 
A: the graphic output looks ok (pitch changed, curve removed) 
B: there is no warning 
C: midi is messed up

I have got used to the A/B behaviour (B is annoying, but A makes it harmless). 
Now I have discovered C, as in:

%% unterminated tie
\version "2.10.33"
\score 
{ 
  {
    c ~ d c d 
  }
  \layout { }
  \midi { }
}
%% the midi sounds like { c ~ <c d> s d } 

So you get dropout on midi, and have no idea that this is 
due to an orphaned tilde e.g. on the previous page. 

I would prefer action on B rather than on C. 
(*Slurs* warn when unterminated.) 


Cheers,
Robin



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to