From 0e1e3cb0fbc2a82875ae9d8d85b90afbc96c432d Mon Sep 17 00:00:00 2001
From: Neil Puttock <n.puttock@gmail.com>
Date: Tue, 16 Mar 2010 23:51:05 +0000
Subject: [PATCH] Fix \deadNotesOff.

* ly/property-init.ly: (defaultNoteHeads):

  revert TabNoteHead style too
---
 ly/property-init.ly | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)))
 
 
 
-- 
2.39.5