X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fproperty-init.ly;h=c0b352254ad0f195cb20d99465180ca5c706440a;hb=2817ef1228cecd8b275fd666e0b5ba1bbd9406ce;hp=cec33d9a42530e46a9a26f712c4cc08506924cd6;hpb=5fd7bf3338c85bbaf0212422e9e649ab5f66383b;p=lilypond.git diff --git a/ly/property-init.ly b/ly/property-init.ly index cec33d9a42..c0b352254a 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -248,6 +248,7 @@ hideNotes = { \override Beam #'transparent = ##t \override Accidental #'transparent = ##t \override Rest #'transparent = ##t + \override TabNoteHead #'transparent = ##t } unHideNotes = { \revert Accidental #'transparent @@ -258,6 +259,7 @@ unHideNotes = { \revert NoteHead #'no-ledgers \revert Dots #'transparent \revert Rest #'transparent + \revert TabNoteHead #'transparent }