From f803853f05557ed5ce4e5931d968cc8188d88006 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Wed, 14 Nov 2007 13:54:44 +0100 Subject: [PATCH] Improve \improvisationOn so it also removes accidentals. Thanks Eyolf! --- ly/property-init.ly | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ly/property-init.ly b/ly/property-init.ly index f7fc11ae73..0dea5a48fb 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -203,11 +203,13 @@ italianChords = { improvisationOn = { \set squashedPosition = #0 \override NoteHead #'style = #'slash + \override Accidental #'stencil = ##f } improvisationOff = { \unset squashedPosition \revert NoteHead #'style + \revert Accidental #'stencil } textSpannerUp = \override TextSpanner #'direction = #UP -- 2.39.2