Comment #15 on issue 2707 by [email protected]: Patch: Midi volume fixes http://code.google.com/p/lilypond/issues/detail?id=2707
As a stopgap measure, how about
hide =
#(define-music-function (parser location m) (ly:music?)
#{ \tweak #'stencil ##f #m #})
And using
-\hide\p
in the respective implicit voices?
Sure, ugly, but easy to understand and use. Assuming it works: I have not
actually tried it. We'd put the definition of hide in the normal music
functions rather than in this example.
