From: Han-Wen Nienhuys Date: Fri, 21 Jul 2006 11:55:43 +0000 (+0000) Subject: (Top): doc new features. X-Git-Tag: cvs/HEAD~212 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ac9fdf430d204a50ea30b513582c901f4f1b296;p=lilypond.git (Top): doc new features. --- 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