]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 624.
authorJoe Neeman <joeneeman@gmail.com>
Thu, 3 Jul 2008 17:30:50 +0000 (20:30 +0300)
committerJoe Neeman <joeneeman@gmail.com>
Thu, 3 Jul 2008 17:30:50 +0000 (20:30 +0300)
Remove rhythmic-head-interface from TrillPitchGroup so that it will
not be included in NoteColumns and thus scripts that center on the
NoteColumn will not be affected. The note head in a TrillPitchGroup
is not exactly rhythmic, anyway.

scm/define-grobs.scm

index bb45f4acaae8a16d5d4cef0f920e3c49c0408295..53c72b5115d20a5ac82b2d4f092f18ef1974e261 100644 (file)
                 (interfaces . (side-position-interface
                                parentheses-interface
                                note-head-interface
-                               rhythmic-head-interface
                                font-interface
                                axis-group-interface))))))