]> git.donarmstrong.com Git - lilypond.git/commitdiff
Improve \improvisationOn so it also removes accidentals.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Nov 2007 12:54:44 +0000 (13:54 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Nov 2007 12:54:44 +0000 (13:54 +0100)
Thanks Eyolf!

ly/property-init.ly

index f7fc11ae7358f6773049f39e729968c690b6ac2d..0dea5a48fb880bce23302b2950fe08f986e2ec58 100644 (file)
@@ -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