From fd72bdf7d9198e624240afab5da92e59bec1350f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 4 Oct 2006 12:09:19 +0000 Subject: [PATCH] (Top): simpler, more clearer override. --- ChangeLog | 4 ++++ Documentation/topdocs/NEWS.tely | 8 ++------ 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5