lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing dynamics from PartCombined staff


From: Peter Toye
Subject: Re: Removing dynamics from PartCombined staff
Date: Sun, 19 Sep 2021 11:36:02 +0100

Valentin,


Thanks - with a few more additions that works fine!


Best regards,


Peter

mailto:lilypond@ptoye.com

www.ptoye.com


-------------------------

Sunday, September 19, 2021, 8:11:45 AM, Valentin Petzel wrote:


Hello Peter,


If you want to get rid of all dynamics in the piano reduction altogether, you 
can simply use


\new Staff \with {
        \magnifyStaff #5/7
        \override DynamicText.stencil = ##f
        \override DynamicLineSpanner.stencil = ##f
        \override DynamicTextSpanner.stencil = ##f
}


Cheers,
Valentin

reply via email to

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