]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #907.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 28 Nov 2009 08:10:40 +0000 (00:10 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 28 Nov 2009 08:12:48 +0000 (00:12 -0800)
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

index 30ef5818fdb2c5d4c93ef96bc77a893f4aee2b7f..a5f40ef07007c5d785db5367b2b55124bf9e50be 100644 (file)
 (define pure-print-callbacks
   (list
    fret-board::calc-stencil
+   note-head::brew-ez-stencil
    print-circled-text-callback
    lyric-text::print
    ly:arpeggio::print