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: Valentin Petzel
Subject: Re: Removing dynamics from PartCombined staff
Date: Sun, 19 Sep 2021 09:11:45 +0200

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

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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