lilypond-user
[Top][All Lists]
Advanced

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

subito PP


From: Benjamin Tordoff
Subject: subito PP
Date: Sun, 17 Jul 2022 09:11:31 +0100

Hi all,

I'm typesetting a score that uses "subito p" and "subito pp" in a couple of 
places. I've found snippets explaining how to get this to look right (subito in 
normal italics, the "p" or "pp" in dynamic font), and another snippet showing 
how to create a custom dynamic that correctly sets the midi volume, but not one 
that does both. What is the best way to add a text prefix to a dynamic whilst 
also retaining the dynamic's effect on MIDI output?

\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 {}
}

Thanks

Ben


reply via email to

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