From 21c9f487462d40436299a4e3a1e3289a1bc4bf15 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 27 Feb 2012 13:57:49 +0100 Subject: [PATCH] Don't use Bottom overrides in \tabFullNotation --- 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 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 -- 2.39.5