However, I have been unable to suppress dynamics from the left hand in
the piano accompaniment.

Well, i can not exactly explain why, but apparently the good manner to do is

%%%%%%%%%%%%%%%%%% good
   \partcombine
         \new Voice  \with { \remove "New_dynamic_engraver" }
            { \bassOne \bar "|."}
         \new Voice  \with { \remove "New_dynamic_engraver" }
            { \bassTwo \bar "|." }
%%%%%%%%%%%%%%%%

and not

%%%%%%%%%%%%%%%% bad
         \new Voice  \with { \remove "New_dynamic_engraver" }
            \partcombine { \bassOne \bar "|."}  { \bassTwo \bar "|." }
%%%%%%%%%%%%%%%%

Gilles

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to