]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/2.7.13
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Oct 2005 23:44:45 +0000 (23:44 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 17 Oct 2005 23:44:45 +0000 (23:44 +0000)
Documentation/topdocs/NEWS.tely
input/regression/quote.ly

index 69e6e4a243d54a315042a750e4211aab2c5113e2..3881fdbe9fb8a47493b7fd68656046342e021c59 100644 (file)
@@ -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 
index a1ac4cae5019a2f28079ac4e5233d322020169a0..c43a600ba03e5740d480459766731cd055c785da 100644 (file)
@@ -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. }
        }
     >>