lilypond-user
[Top][All Lists]
Advanced

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

Re: subito PP


From: Eef Weenink
Subject: Re: subito PP
Date: Sun, 17 Jul 2022 13:43:24 +0000

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]