]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Doc-es: updates from master.
[lilypond.git] / ly / property-init.ly
index 3bed8193a37f6d968010c49637deb6aa62775bbf..2e293352db97fa919700a03805a25d576b6fd440 100644 (file)
@@ -252,11 +252,13 @@ improvisationOn = {
   \set squashedPosition = #0
   \override NoteHead #'style = #'slash
   \override Accidental #'stencil = ##f
+  \override AccidentalCautionary #'stencil = ##f
 }
 improvisationOff = {
   \unset squashedPosition
   \revert NoteHead #'style
   \revert Accidental #'stencil
+  \revert AccidentalCautionary #'stencil
 }