From: Neil Puttock <n.puttock@gmail.com> Date: Tue, 16 Mar 2010 23:51:05 +0000 (+0000) Subject: Fix \deadNotesOff. X-Git-Tag: release/2.13.17-1~60 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e1e3cb0fbc2a82875ae9d8d85b90afbc96c432d;p=lilypond.git Fix \deadNotesOff. * ly/property-init.ly: (defaultNoteHeads): revert TabNoteHead style too --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 21644f2d71..613ea51134 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -8,10 +8,10 @@ %% common definition for all note head styles reverting %% (palm mute, harmonics, dead notes, ...) -defaultNoteHeads= +defaultNoteHeads = #(define-music-function (parser location) () (_i "Revert to the default note head style.") - (revert-head-style 'NoteHead)) + (revert-head-style '(NoteHead TabNoteHead)))