CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/10/17 23:44:46
Modified files:
Documentation/topdocs: NEWS.tely
input/regression: quote.ly
Log message:
release commit
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.101&tr2=1.102&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/quote.ly.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.101
lilypond/Documentation/topdocs/NEWS.tely:1.102
--- lilypond/Documentation/topdocs/NEWS.tely:1.101 Mon Oct 17 15:34:54 2005
+++ lilypond/Documentation/topdocs/NEWS.tely Mon Oct 17 23:44:45 2005
@@ -62,13 +62,14 @@
This rewrite was sponsored by Trent Johnston and John Mandereau.
@item
-Major internal cleanups: for each grob, a subproperty in
[EMAIL PROTECTED] 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: lilypond/input/regression/quote.ly
diff -u lilypond/input/regression/quote.ly:1.22
lilypond/input/regression/quote.ly:1.23
--- lilypond/input/regression/quote.ly:1.22 Mon Oct 17 00:04:44 2005
+++ lilypond/input/regression/quote.ly Mon Oct 17 23:44:45 2005
@@ -34,7 +34,7 @@
\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. }
}
>>
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs