lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suppressing left-hand piano dynamics


From: Gilles
Subject: Re: Suppressing left-hand piano dynamics
Date: Sun, 15 Jan 2012 12:22:25 +0100
User-agent: Opera Mail/11.60 (Win32)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]