From: David Kastrup Date: Mon, 27 Feb 2012 12:57:49 +0000 (+0100) Subject: Don't use Bottom overrides in \tabFullNotation X-Git-Tag: release/2.15.32-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=21c9f487462d40436299a4e3a1e3289a1bc4bf15;p=lilypond.git Don't use Bottom overrides in \tabFullNotation --- diff --git a/ly/property-init.ly b/ly/property-init.ly index a5af9aa09a..cec33d9a42 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -451,8 +451,8 @@ tabFullNotation = { \revert TabVoice.Flag #'stencil \override TabVoice.Stem #'stencil = #tabvoice::draw-double-stem-for-half-notes \override TabVoice.Stem #'X-extent = #tabvoice::make-double-stem-width-for-half-notes - \set autoBeaming = ##t - \revert NoteColumn #'ignore-collision + \set TabVoice.autoBeaming = ##t + \revert TabVoice.NoteColumn #'ignore-collision % beams, dots \revert TabVoice.Beam #'stencil \revert TabVoice.StemTremolo #'stencil