On 2023-02-07 12:47, Jean Abou Samra wrote:
On 07/02/2023 12:44, p...@ocmatos.com wrote:
On 2023-02-03 17:41, Knute Snortum wrote:
What I do is have a separate dynamics variable, then include that
variable in both staves of the piano staff in the midi block. Then I
switch the dynamic performer to the staff level. It looks like this
(for only one staff):
Thanks. What is the meaning of two scores though? I thought scores
were something that were going to be rendered. Yet you have two scores
but only one rendered. How does lilypond decide what to render and
what to not render?
\score has no \midi or \layout blocks ⇒ PDF
\score has a \midi block but no \layout block ⇒ only MIDI
\score has a \layout block but no \midi block ⇒ PDF
\score has both a \layout block and a \midi block ⇒ MIDI and PDF
See
https://lilypond.org/doc/v2.24/Documentation/notation/the-midi-block
Awesome - thanks.