Hi,

I have the attached very simple patch for LilyPond. Could anyone please guide me through the process for patch submission?

Thanks,

Jean Abou Samra


>From 091ef8928c7c54ac658ad74165e1fa99137aab00 Mon Sep 17 00:00:00 2001
From: Jean Abou Samra <j...@abou-samra.fr>
Date: Tue, 24 Mar 2020 15:54:16 +0100
Subject: [PATCH] Add dynamic-interface to keepAliveInterfaces

This will prevent \Remove[All]EmptyStaves from removing
Dynamics contexts containing dynamics attached to spacer
rests but no actual notes (the standard use case
for a Dynamics context).
---
 ly/engraver-init.ly | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 450795e298..4df8656690 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -762,6 +762,7 @@ automatically when an output definition (a @code{\\score} or
     bass-figure-interface
     chord-name-interface
     cluster-beacon-interface
+    dynamic-interface
     fret-diagram-interface
     lyric-syllable-interface
     note-head-interface
-- 
2.17.1

Reply via email to