From a113d6e906bbcd84044a2ae54f9ac05f6df51ca4 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 27 Aug 2015 15:29:07 +0200 Subject: [PATCH] Accept Dynamics in Score context That avoids the gratuitous creation of an intermediate PianoStaff context when Dynamics are created at top level. --- ly/engraver-init.ly | 1 + ly/performer-init.ly | 1 + 2 files changed, 2 insertions(+) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 2ea76ac646..1842de28a2 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -571,6 +571,7 @@ automatically when an output definition (a @code{\\score} or \accepts "ChordNames" \accepts "Devnull" \accepts "DrumStaff" + \accepts "Dynamics" \accepts "FiguredBass" \accepts "FretBoards" \accepts "GrandStaff" diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 0c4a03af59..cccfc1d697 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -238,6 +238,7 @@ \accepts ChordNames \accepts Devnull \accepts DrumStaff + \accepts Dynamics \accepts FiguredBass \accepts GrandStaff \accepts GregorianTranscriptionStaff -- 2.39.5