From: Han-Wen Nienhuys Date: Sat, 21 Jan 2006 00:23:22 +0000 (+0000) Subject: (Top): add tie NEWS. X-Git-Tag: release/2.7.28~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f7ada04471307a8c68641090160c0d8ed583267;p=lilypond.git (Top): add tie NEWS. --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index fdac765857..ddd04efc74 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -162,6 +162,11 @@ This feature has been sponsored by Bertalan Fodor. @item Texts set in a TrueType font are now kerned. This requires CVS Pango or Pango 1.12. +@lilypond[relative=2,fragment,raggedright] + c4^"VAVAVAffififl" +@end lilypond + + @item Using the @TeX{} no longer requires linking or dynamically opening the kpathsea library, making the backend more easily usable on various systems. diff --git a/lily/laissez-vibrer-tie.cc b/lily/laissez-vibrer-tie.cc index c5ea346dda..b88cb9c45b 100644 --- a/lily/laissez-vibrer-tie.cc +++ b/lily/laissez-vibrer-tie.cc @@ -25,7 +25,6 @@ ADD_INTERFACE(Laissez_vibrer_tie, "details " "note-head " "thickness " - "x-gap " ); MAKE_SCHEME_CALLBACK(Laissez_vibrer_tie, calc_control_points, 1)