From: hanwen Date: Mon, 17 Oct 2005 23:44:45 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.7.16^2~68 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a8571ff377748f3a02549791bac5e427a019b9e3;p=lilypond.git release commit --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 69e6e4a243..3881fdbe9f 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -62,13 +62,14 @@ tuned separately. This rewrite was sponsored by Trent Johnston and John Mandereau. @item -Major internal cleanups: for each grob, a subproperty in -@code{callbacks} property defines the procedure which computes it. +For each grob, a subproperty in @code{callbacks} property defines the +procedure which computes it. This is major internal cleanup, which +also provides advanced tweakability for power users. For example, @verbatim \override Beam #'callbacks #'direction = #(lambda (grob) - (if (4 > (ly:grob-array-length (ly:grob-object 'stems))) + (if (> 4 (ly:grob-array-length (ly:grob-object grob 'stems))) DOWN UP)) @end verbatim diff --git a/input/regression/quote.ly b/input/regression/quote.ly index a1ac4cae50..c43a600ba0 100644 --- a/input/regression/quote.ly +++ b/input/regression/quote.ly @@ -34,7 +34,7 @@ original = \relative c'' { c8 d s2 es8 gis8 } \new Voice { s4 \set fontSize = #-4 - \override Stem #'lengths = #'(2.5 2.5 3.0 3.0) + \override Stem #'length-fraction = #(magstep -4) \quoteDuring #"quoteMe" { \skip 2. } } >>