From 39b56051c9b5ef81415100fecd7d8378b1e1e9ad Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 28 Nov 2009 00:10:40 -0800 Subject: [PATCH 1/1] 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. --- scm/define-grobs.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 30ef5818fd..a5f40ef070 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2323,6 +2323,7 @@ (define pure-print-callbacks (list fret-board::calc-stencil + note-head::brew-ez-stencil print-circled-text-callback lyric-text::print ly:arpeggio::print -- 2.39.2