From: Han-Wen Nienhuys Date: Wed, 4 Oct 2006 12:09:19 +0000 (+0000) Subject: (Top): simpler, more clearer override. X-Git-Tag: release/2.10.0-2~235 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac0622bcb7c091c72a7b7f5e5334ca8bad4dde0c;p=lilypond.git (Top): simpler, more clearer override. --- diff --git a/ChangeLog b/ChangeLog index b4cbfa60c6..a1ef1712b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer override. + 2006-10-04 Mats Bengtsson * python/lilylib.py (progress): Minor fix. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index b9786acc9d..44ab684aca 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,15 +66,11 @@ which scares away people. @end ignore -@item Calculation of note head durations is now softcoded. This means -that they can be changed on the fly +@item Calculation of note head durations is now softcoded. @lilypond[relative=1,fragment,ragged-right] %% use half heads for whole notes. - \override NoteHead #'duration-log = #(lambda (grob) - (min 3 (max 1 (ly:duration-log - (ly:event-property (event-cause grob) 'duration))))) - + \override NoteHead #'duration-log = 1 c1 c2 c4 c8[ c16 c] @end lilypond