]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix \deadNotesOff.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 16 Mar 2010 23:51:05 +0000 (23:51 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 16 Mar 2010 23:51:05 +0000 (23:51 +0000)
* ly/property-init.ly: (defaultNoteHeads):

  revert TabNoteHead style too

ly/property-init.ly

index 21644f2d71582dd8c808ea215715002ee1f1b636..613ea511341373b98732761eb3ab6ae140e9d61d 100644 (file)
@@ -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)))