From 586ea345c041a123e038996bb998d46e75c2530a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 17 Oct 2005 23:44:45 +0000 Subject: [PATCH] release commit --- Documentation/topdocs/NEWS.tely | 7 ++++--- input/regression/quote.ly | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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. } } >> -- 2.39.2