]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): simpler, more clearer override.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 4 Oct 2006 12:09:19 +0000 (12:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 4 Oct 2006 12:09:19 +0000 (12:09 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely

index b4cbfa60c63b756ced3d0480a3f89bae7b4668c6..a1ef1712b5c2c80d5276aff5a338f2686882fcd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer override.
+
 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * python/lilylib.py (progress): Minor fix.
index b9786acc9d175f49cf33e0c2155e857c05080bad..44ab684aca549787efbecc007f0e143bcafaf03a 100644 (file)
@@ -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