From e0c8bcab8dbdbc190c1360e537f33b123e648624 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 21 Jul 2006 11:55:43 +0000 Subject: [PATCH] (Top): doc new features. --- ChangeLog | 2 ++ Documentation/topdocs/NEWS.tely | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index 30708b6964..5b38082ff6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-07-21 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): doc new features. + * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function. * scm/define-grob-properties.scm (all-user-grob-properties): diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 98c083dd82..df0c374f26 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,41 @@ which scares away people. @end ignore +@item +Grace notes maybe forced to use floating spacing, + +@lilypond[relative=2,ragged-right] +<< + \override Score.SpacingSpanner #'strict-grace-spacing = ##t + \new Staff { + c'4 + \afterGrace + c'4 + { c'16[ c'8 c'16] } + c'4 + } + \new Staff { + c'16[ c'16 c'16 c'16] + c'16[ c'16 c'16 c'16] + c'4 + } +>> +@end lilypond + +This feature was sponsored by Trevor Bača. + + +@item +Durations of grace notes are taken into account for spacing, + +@lilypond[relative=2,ragged-right,fragment] + c + \grace { c8[ c16 d c8] } + c +@end lilypond + +This feature was sponsored by Trevor Bača. + @item Tuplet brackets can be made to run to prefatory matter or the next note -- 2.39.5