From: Patrick McCarty Date: Sat, 28 Nov 2009 08:10:40 +0000 (-0800) Subject: Fix #907. X-Git-Tag: release/2.13.9-1~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=39b56051c9b5ef81415100fecd7d8378b1e1e9ad;hp=39b56051c9b5ef81415100fecd7d8378b1e1e9ad;p=lilypond.git Fix #907. Since commit 340184bb817e76fe6d13edfd015abb4f9476f02c, pure_height() is called on NoteHead grobs, instead of extent(), when calculating accidental placement. Adding the stencil callback for easy noteheads (note-head::brew-ez-stencil) to pure-print-callbacks fixes the calculation. ---