lilypond-user
[Top][All Lists]
Advanced

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

Re: subito PP


From: Benjamin Tordoff
Subject: Re: subito PP
Date: Sun, 17 Jul 2022 16:52:29 +0100

Thanks for the suggestion. Unless I'm doing something wrong this still seems to leave the volume unchanged (I put a normal \pp in the subsequent bar to check and playing the midi back in GarageBand I only hear the volume change on the \pp not the \subPP).

Any further suggestions? Is there a way to manually insert a volume change as a workaround (i.e. do an invisible \pp)?

Thanks

Ben

On 17 Jul 2022, at 14:43, Eef Weenink <h.e.weenink@de-erve.nl> wrote:

try this; 

\version "2.23.10"

subPP =
#(make-dynamic-script
  (markup #:line
          (#:normal-text
           #:italic "sub."
           #:dynamic "pp")))

\score {
 {
   c'2-\ff c'2-\subPP % Volume should be pp but is still ff
 }
 \layout {}
 \midi {}
}




Op 17 jul. 2022, om 10:11 heeft Benjamin Tordoff <ben.tordoff@me.com> het volgende geschreven:

\version "2.23.10"
subPP = \markup{ \italic{sub.} \dynamic pp }

\score {
 {
   c'2-\ff c'2-\subPP % Volume should be pp but is still ff
 }
 \layout {}
 \midi {}
}



reply via email to

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