bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unterminated tie


From: Robin Bannister
Subject: unterminated tie
Date: Wed, 3 Sep 2008 13:47:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]