From: Joe Neeman Date: Thu, 3 Jul 2008 17:30:50 +0000 (+0300) Subject: Fix 624. X-Git-Tag: release/2.11.51-1~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=de9c8ce9d28ab8c4967f9136ec9560cef6d0d8e4;p=lilypond.git Fix 624. 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. --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index bb45f4acaa..53c72b5115 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2016,7 +2016,6 @@ (interfaces . (side-position-interface parentheses-interface note-head-interface - rhythmic-head-interface font-interface axis-group-interface))))))