]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 22 Feb 2006 10:54:45 +0000 (10:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 22 Feb 2006 10:54:45 +0000 (10:54 +0000)
ChangeLog
lily/accidental-engraver.cc
scm/define-music-types.scm

index 98045a71ef3ad4ae6fe0c2c59f6b475527347380..ade733a2ff2ded4470fccf94baa28727b5c396cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
 
 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
+       catch trill-span-event notes.
+
        * Documentation/user/examples.itely (Ancient notation templates): typo.
        (Jazz combo): typo.
 
index bd088021de646b812a13052e34f79c4a3221c6fa..729f0466612aa5e8a951306cd6ebd5a343e99b3e 100644 (file)
@@ -531,7 +531,8 @@ Accidental_engraver::acknowledge_rhythmic_head (Grob_info info)
 {
   Music *note = info.music_cause ();
   if (note
-      && note->is_mus_type ("note-event"))
+      && (note->is_mus_type ("note-event")
+         || note->is_mus_type ("trill-span-event")))
     {
       /*
        string harmonics usually don't have accidentals.
index 64a548de5cb496c07cea72669883001b5996e09e..da13e221d2baf756228ceffac5dda1c70013d8e1 100644 (file)
@@ -415,7 +415,8 @@ goes down).")
        (types . (general-music repeated-music))
        ))
     (RepeatTieEvent
-     . ((description . "Ties for starting a second volta bracket.")
+     . (
+       (description . "Ties for starting a second volta bracket.")
        (types . (general-music event repeat-tie-event))
        ))
     (Event