From: Mats Bengtsson Date: Wed, 14 Nov 2007 12:54:44 +0000 (+0100) Subject: Improve \improvisationOn so it also removes accidentals. X-Git-Tag: release/2.11.35-1~41^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f803853f05557ed5ce4e5931d968cc8188d88006;p=lilypond.git Improve \improvisationOn so it also removes accidentals. Thanks Eyolf! --- 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