From: Han-Wen Nienhuys Date: Sat, 10 Dec 2005 02:11:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.23~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7cae73f6dcdda9ea5a34d3e4a6021668a6ccdff3;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index b71f00ebce..7899beeb84 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -46,13 +46,13 @@ This document is also available in @uref{NEWS.pdf,PDF}. @itemize @bullet @item With the @code{\tweak} music function, layout objects that are directly -connected to input may be tuned, +connected to input may be tuned easily, -@lilypond[relative=2,fragment,raggedright] +@lilypond[relative=2,fragment,verbatim,raggedright] < \tweak #'font-size #3 c - \tweak #'color #red e - \tweak #'style #cross g + \tweak #'color #red d + \tweak #'style #'cross g \tweak #'duration-log #1 a >4 @end lilypond diff --git a/scm/script.scm b/scm/script.scm index 4abda7780f..e86b777bc4 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -134,6 +134,7 @@ ("trill" . ((script-stencil . (feta . ("trill" . "trill"))) (direction . 1) + (avoid-slur . outside) (script-priority . 2000))) ("prall" . ((script-stencil . (feta . ("prall" . "prall")))