]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Feb 2006 13:09:15 +0000 (13:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Feb 2006 13:09:15 +0000 (13:09 +0000)
ChangeLog
lily/note-heads-engraver.cc
lily/rhythmic-head.cc

index 3487999f3b640bea5fccdb2b7adeda947c25c743..b6cb5d0f774639f6eaeaed3fd6eb74c8fe89bd95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-       * lily/dot-column.cc (side_position): reach stem via dots-> head->stem.
+       * lily/dot-column.cc (side_position): reach stem via dots->
+       head->stem. Inspect all stems for dot collisions. 
 
        * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
        stem handling.
index 038a9d4a6911e8cf5b94ef231a5ccf3a410127fe..7b91132246c8ac377a9ab9894aba514cc17f066f 100644 (file)
@@ -128,7 +128,11 @@ Note_heads_engraver::stop_translation_timestep ()
 
 ADD_TRANSLATOR (Note_heads_engraver,
                /* doc */ "Generate noteheads.",
-               /* create */ "NoteHead Dots",
-               /* accept */ "note-event busy-playing-event",
+               /* create */
+               "NoteHead "
+               "Dots",
+               /* accept */
+               "note-event "
+               "busy-playing-event",
                /* read */ "middleCPosition",
                /* write */ "");
index ec368b8a51c90c1abf230716f1da6d2e89b632a9..f771c75edc910e727b5d44eaa220d0608b3caaff 100644 (file)
@@ -55,7 +55,7 @@ ADD_INTERFACE (Rhythmic_head,
               "Note head or rest",
               
               "dot "
-              "duration-log"
+              "duration-log "
               "stem "
               );